Trace number 3741212

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 NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.62 924.943

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820157.opb
MD5SUMda32b1e615c8e1bae2ecd5f742c16c96
Bench CategoryDEC-SMALLINT-LIN (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3741212-1338762610.opb
0.09/0.11	c reading problem ... 
0.25/0.25	c ... done. Wall clock time 0.147s.
0.25/0.25	c #vars     1200
0.25/0.25	c #constraints  1135
0.25/0.25	c constraints type 
0.25/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 790
0.25/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 195
0.25/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
0.25/0.25	c constraints type 
0.25/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
0.25/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 790
0.25/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 195
2.56/0.83	c cleaning 2495 clauses out of 5001 with flag 5001/5001
4.20/1.51	c cleaning 4237 clauses out of 8505 with flag 11000/11000
6.55/2.64	c cleaning 5620 clauses out of 11273 with flag 18005/18005
8.93/3.87	c cleaning 6821 clauses out of 13648 with flag 26000/26000
11.78/5.22	c cleaning 7904 clauses out of 15828 with flag 35001/35001
14.78/6.76	c cleaning 0 clauses out of 5001 with flag 0/5001
15.65/7.01	c cleaning 8946 clauses out of 17924 with flag 45001/45001
19.19/8.77	c cleaning 9472 clauses out of 18977 with flag 55000/55000
23.88/11.04	c cleaning 9719 clauses out of 19507 with flag 65002/65002
29.05/13.68	c cleaning 9885 clauses out of 19786 with flag 75000/75000
34.28/16.29	c cleaning 9929 clauses out of 19901 with flag 85000/85000
40.65/19.44	c cleaning 9961 clauses out of 19972 with flag 95000/95000
47.20/22.77	c cleaning 9985 clauses out of 20011 with flag 105000/105000
54.17/26.21	c cleaning 9997 clauses out of 20026 with flag 115000/115000
59.93/29.12	c cleaning 9994 clauses out of 20029 with flag 125000/125000
65.11/31.80	c cleaning 9999 clauses out of 20036 with flag 135001/135001
70.84/34.62	c cleaning 10014 clauses out of 20036 with flag 145000/145000
76.21/37.34	c cleaning 9985 clauses out of 20022 with flag 155000/155000
82.17/40.36	c cleaning 10003 clauses out of 20037 with flag 165000/165000
86.71/42.62	c cleaning 10011 clauses out of 20036 with flag 175002/175002
93.07/45.82	c cleaning 9991 clauses out of 20023 with flag 185000/185000
99.24/48.91	c cleaning 9999 clauses out of 20033 with flag 195001/195001
104.81/51.73	c cleaning 9999 clauses out of 20034 with flag 205001/205001
110.15/54.42	c cleaning 10003 clauses out of 20034 with flag 215000/215000
115.84/57.38	c cleaning 10004 clauses out of 20032 with flag 225001/225001
121.80/60.38	c cleaning 10003 clauses out of 20029 with flag 235002/235002
128.76/63.83	c cleaning 10001 clauses out of 20027 with flag 245003/245003
135.50/67.23	c cleaning 10004 clauses out of 20023 with flag 255000/255000
138.81/68.98	c cleaning 0 clauses out of 11002 with flag 0/11002
140.35/69.79	c cleaning 9992 clauses out of 20020 with flag 265001/265001
145.89/72.56	c cleaning 9993 clauses out of 20030 with flag 275003/275003
152.04/75.62	c cleaning 9989 clauses out of 20036 with flag 285002/285002
158.95/79.11	c cleaning 9997 clauses out of 20045 with flag 295000/295000
164.48/81.95	c cleaning 9997 clauses out of 20051 with flag 305003/305003
170.41/84.97	c cleaning 10008 clauses out of 20051 with flag 315000/315000
177.18/88.34	c cleaning 10002 clauses out of 20043 with flag 325000/325000
182.26/90.92	c cleaning 10003 clauses out of 20041 with flag 335000/335000
187.58/93.69	c cleaning 9990 clauses out of 20041 with flag 345003/345003
193.72/96.75	c cleaning 10003 clauses out of 20051 with flag 355003/355003
199.64/99.78	c cleaning 10001 clauses out of 20045 with flag 365000/365000
205.52/102.79	c cleaning 10006 clauses out of 20045 with flag 375001/375001
211.44/105.74	c cleaning 10006 clauses out of 20039 with flag 385001/385001
216.17/108.19	c cleaning 9997 clauses out of 20032 with flag 395000/395000
221.08/110.68	c cleaning 9979 clauses out of 20035 with flag 405000/405000
226.97/113.67	c cleaning 10019 clauses out of 20058 with flag 415002/415002
233.30/116.89	c cleaning 9999 clauses out of 20037 with flag 425000/425000
239.86/120.10	c cleaning 9978 clauses out of 20040 with flag 435002/435002
246.18/123.30	c cleaning 10013 clauses out of 20061 with flag 445001/445001
252.88/126.75	c cleaning 9994 clauses out of 20047 with flag 455000/455000
258.81/129.80	c cleaning 10000 clauses out of 20056 with flag 465003/465003
265.13/132.93	c cleaning 10002 clauses out of 20053 with flag 475000/475000
270.65/135.71	c cleaning 10009 clauses out of 20051 with flag 485000/485000
276.51/138.73	c cleaning 9993 clauses out of 20042 with flag 495000/495000
282.65/141.83	c cleaning 9998 clauses out of 20051 with flag 505002/505002
288.74/144.98	c cleaning 9999 clauses out of 20052 with flag 515001/515001
295.25/148.29	c cleaning 10020 clauses out of 20055 with flag 525003/525003
301.32/151.38	c cleaning 10003 clauses out of 20035 with flag 535003/535003
308.04/154.77	c cleaning 9997 clauses out of 20031 with flag 545002/545002
314.33/157.99	c cleaning 10002 clauses out of 20032 with flag 555000/555000
320.66/161.11	c cleaning 9999 clauses out of 20030 with flag 565000/565000
327.10/164.44	c cleaning 10006 clauses out of 20033 with flag 575002/575002
333.03/167.47	c cleaning 9988 clauses out of 20025 with flag 585000/585000
339.16/170.51	c cleaning 9987 clauses out of 20037 with flag 595000/595000
345.86/173.90	c cleaning 10002 clauses out of 20051 with flag 605001/605001
352.92/177.55	c cleaning 10001 clauses out of 20050 with flag 615002/615002
360.47/181.32	c cleaning 10005 clauses out of 20049 with flag 625002/625002
366.36/184.31	c cleaning 10009 clauses out of 20043 with flag 635001/635001
372.68/187.56	c cleaning 10001 clauses out of 20033 with flag 645000/645000
378.89/190.74	c cleaning 10002 clauses out of 20032 with flag 655000/655000
384.99/193.83	c cleaning 9994 clauses out of 20031 with flag 665001/665001
390.92/196.82	c cleaning 10002 clauses out of 20036 with flag 675000/675000
397.63/200.21	c cleaning 10002 clauses out of 20034 with flag 685000/685000
403.61/203.32	c cleaning 9994 clauses out of 20033 with flag 695001/695001
409.92/206.50	c cleaning 10000 clauses out of 20039 with flag 705001/705001
415.62/209.42	c cleaning 9987 clauses out of 20038 with flag 715000/715000
420.94/212.18	c cleaning 10007 clauses out of 20051 with flag 725000/725000
426.55/215.00	c cleaning 10010 clauses out of 20045 with flag 735001/735001
432.65/218.14	c cleaning 9999 clauses out of 20034 with flag 745000/745000
438.14/220.99	c cleaning 10004 clauses out of 20037 with flag 755002/755002
443.64/223.78	c cleaning 9996 clauses out of 20031 with flag 765000/765000
449.64/226.88	c cleaning 9998 clauses out of 20035 with flag 775000/775000
455.13/229.63	c cleaning 10009 clauses out of 20037 with flag 785000/785000
461.04/232.68	c cleaning 10004 clauses out of 20029 with flag 795001/795001
466.73/235.50	c cleaning 10006 clauses out of 20027 with flag 805003/805003
471.94/238.29	c cleaning 9982 clauses out of 20018 with flag 815000/815000
476.84/240.74	c cleaning 9995 clauses out of 20036 with flag 825000/825000
481.73/243.27	c cleaning 10011 clauses out of 20042 with flag 835001/835001
486.64/245.73	c cleaning 9995 clauses out of 20032 with flag 845002/845002
492.24/248.67	c cleaning 10007 clauses out of 20038 with flag 855003/855003
497.71/251.49	c cleaning 9999 clauses out of 20029 with flag 865001/865001
503.19/254.20	c cleaning 10007 clauses out of 20029 with flag 875000/875000
508.27/256.83	c cleaning 9978 clauses out of 20022 with flag 885000/885000
513.49/259.51	c cleaning 10014 clauses out of 20044 with flag 895000/895000
519.76/262.71	c cleaning 9985 clauses out of 20030 with flag 905000/905000
525.43/265.68	c cleaning 9986 clauses out of 20045 with flag 915000/915000
531.70/268.82	c cleaning 10013 clauses out of 20061 with flag 925002/925002
537.90/272.08	c cleaning 9996 clauses out of 20046 with flag 935000/935000
543.58/274.91	c cleaning 10023 clauses out of 20051 with flag 945001/945001
549.63/278.00	c cleaning 10011 clauses out of 20029 with flag 955002/955002
555.51/281.00	c cleaning 9997 clauses out of 20020 with flag 965004/965004
561.09/283.95	c cleaning 9986 clauses out of 20019 with flag 975000/975000
567.95/287.40	c cleaning 9997 clauses out of 20033 with flag 985000/985000
574.62/290.83	c cleaning 9993 clauses out of 20036 with flag 995000/995000
580.69/293.93	c cleaning 10006 clauses out of 20047 with flag 1005004/1005004
587.07/297.26	c cleaning 9985 clauses out of 20037 with flag 1015000/1015000
593.76/300.63	c cleaning 9994 clauses out of 20052 with flag 1025000/1025000
600.05/303.87	c cleaning 10014 clauses out of 20059 with flag 1035001/1035001
606.51/307.12	c cleaning 10013 clauses out of 20046 with flag 1045002/1045002
613.30/310.64	c cleaning 9994 clauses out of 20031 with flag 1055000/1055000
619.98/314.04	c cleaning 10002 clauses out of 20038 with flag 1065001/1065001
626.05/317.16	c cleaning 9983 clauses out of 20036 with flag 1075001/1075001
632.72/320.56	c cleaning 9985 clauses out of 20052 with flag 1085000/1085000
639.89/324.24	c cleaning 10009 clauses out of 20068 with flag 1095001/1095001
647.16/327.91	c cleaning 9995 clauses out of 20058 with flag 1105000/1105000
654.21/331.55	c cleaning 10004 clauses out of 20063 with flag 1115000/1115000
661.48/335.26	c cleaning 10006 clauses out of 20059 with flag 1125000/1125000
668.25/338.78	c cleaning 10000 clauses out of 20054 with flag 1135001/1135001
674.71/342.03	c cleaning 9983 clauses out of 20053 with flag 1145000/1145000
680.75/345.14	c cleaning 10012 clauses out of 20070 with flag 1155000/1155000
688.21/348.91	c cleaning 9991 clauses out of 20058 with flag 1165000/1165000
695.19/352.51	c cleaning 10008 clauses out of 20067 with flag 1175000/1175000
695.83/352.98	c cleaning 0 clauses out of 18001 with flag 0/18001
701.69/355.91	c cleaning 10009 clauses out of 20060 with flag 1185001/1185001
708.34/359.30	c cleaning 10006 clauses out of 20051 with flag 1195001/1195001
714.68/362.61	c cleaning 10007 clauses out of 20045 with flag 1205001/1205001
721.55/366.10	c cleaning 9984 clauses out of 20038 with flag 1215001/1215001
728.42/369.68	c cleaning 10010 clauses out of 20053 with flag 1225000/1225000
735.45/373.24	c cleaning 9989 clauses out of 20043 with flag 1235000/1235000
742.42/376.86	c cleaning 10009 clauses out of 20055 with flag 1245001/1245001
749.09/380.22	c cleaning 9994 clauses out of 20045 with flag 1255000/1255000
755.35/383.45	c cleaning 10005 clauses out of 20051 with flag 1265000/1265000
762.82/387.24	c cleaning 9998 clauses out of 20046 with flag 1275000/1275000
769.78/390.86	c cleaning 10009 clauses out of 20049 with flag 1285001/1285001
776.64/394.31	c cleaning 10004 clauses out of 20039 with flag 1295000/1295000
782.70/397.47	c cleaning 9976 clauses out of 20036 with flag 1305001/1305001
789.38/400.86	c cleaning 9990 clauses out of 20063 with flag 1315004/1315004
796.30/404.45	c cleaning 10013 clauses out of 20069 with flag 1325000/1325000
802.17/407.40	c cleaning 10016 clauses out of 20057 with flag 1335001/1335001
808.62/410.71	c cleaning 9991 clauses out of 20040 with flag 1345000/1345000
815.05/414.05	c cleaning 10006 clauses out of 20050 with flag 1355001/1355001
821.80/417.56	c cleaning 10006 clauses out of 20044 with flag 1365001/1365001
828.83/421.14	c cleaning 10000 clauses out of 20037 with flag 1375000/1375000
835.08/424.31	c cleaning 9990 clauses out of 20037 with flag 1385000/1385000
841.50/427.68	c cleaning 10005 clauses out of 20047 with flag 1395000/1395000
848.23/431.12	c cleaning 9997 clauses out of 20043 with flag 1405001/1405001
854.44/434.35	c cleaning 9998 clauses out of 20046 with flag 1415001/1415001
860.68/437.57	c cleaning 9993 clauses out of 20047 with flag 1425000/1425000
866.93/440.73	c cleaning 10000 clauses out of 20054 with flag 1435000/1435000
872.67/443.79	c cleaning 10010 clauses out of 20056 with flag 1445002/1445002
878.90/446.98	c cleaning 9990 clauses out of 20045 with flag 1455001/1455001
885.16/450.19	c cleaning 10003 clauses out of 20054 with flag 1465000/1465000
892.19/453.76	c cleaning 9993 clauses out of 20052 with flag 1475001/1475001
899.12/457.40	c cleaning 10004 clauses out of 20058 with flag 1485000/1485000
905.78/460.76	c cleaning 9998 clauses out of 20055 with flag 1495001/1495001
912.45/464.15	c cleaning 10000 clauses out of 20059 with flag 1505003/1505003
919.07/467.55	c cleaning 10009 clauses out of 20059 with flag 1515003/1515003
926.16/471.27	c cleaning 9993 clauses out of 20047 with flag 1525000/1525000
932.39/474.45	c cleaning 10007 clauses out of 20054 with flag 1535000/1535000
939.01/477.88	c cleaning 10002 clauses out of 20047 with flag 1545000/1545000
946.04/481.41	c cleaning 9988 clauses out of 20046 with flag 1555001/1555001
953.17/485.18	c cleaning 10013 clauses out of 20057 with flag 1565000/1565000
960.01/488.61	c cleaning 10003 clauses out of 20045 with flag 1575001/1575001
966.85/492.11	c cleaning 10002 clauses out of 20041 with flag 1585000/1585000
973.28/495.47	c cleaning 9994 clauses out of 20040 with flag 1595001/1595001
979.98/498.93	c cleaning 10003 clauses out of 20045 with flag 1605000/1605000
986.00/502.06	c cleaning 10003 clauses out of 20044 with flag 1615002/1615002
991.65/504.93	c cleaning 9996 clauses out of 20039 with flag 1625000/1625000
998.28/508.30	c cleaning 9989 clauses out of 20044 with flag 1635001/1635001
1004.57/511.68	c cleaning 10014 clauses out of 20057 with flag 1645003/1645003
1010.61/514.79	c cleaning 9997 clauses out of 20040 with flag 1655000/1655000
1017.04/518.05	c cleaning 10006 clauses out of 20045 with flag 1665002/1665002
1023.47/521.36	c cleaning 10003 clauses out of 20038 with flag 1675001/1675001
1029.77/524.68	c cleaning 10000 clauses out of 20036 with flag 1685002/1685002
1036.21/527.96	c cleaning 10001 clauses out of 20034 with flag 1695000/1695000
1043.01/531.43	c cleaning 10002 clauses out of 20036 with flag 1705003/1705003
1049.25/534.61	c cleaning 9996 clauses out of 20032 with flag 1715001/1715001
1055.52/537.98	c cleaning 9993 clauses out of 20036 with flag 1725001/1725001
1061.74/541.14	c cleaning 10003 clauses out of 20043 with flag 1735001/1735001
1068.14/544.40	c cleaning 10004 clauses out of 20039 with flag 1745000/1745000
1074.37/547.69	c cleaning 9993 clauses out of 20035 with flag 1755000/1755000
1080.86/551.09	c cleaning 10005 clauses out of 20042 with flag 1765000/1765000
1086.86/554.14	c cleaning 9987 clauses out of 20037 with flag 1775000/1775000
1093.68/557.64	c cleaning 10006 clauses out of 20050 with flag 1785000/1785000
1100.10/560.97	c cleaning 9999 clauses out of 20044 with flag 1795000/1795000
1106.57/564.34	c cleaning 9991 clauses out of 20046 with flag 1805001/1805001
1112.39/567.31	c cleaning 10003 clauses out of 20054 with flag 1815000/1815000
1118.60/570.50	c cleaning 10002 clauses out of 20053 with flag 1825002/1825002
1124.22/573.43	c cleaning 10006 clauses out of 20051 with flag 1835002/1835002
1130.89/576.95	c cleaning 10005 clauses out of 20045 with flag 1845002/1845002
1137.31/580.26	c cleaning 10003 clauses out of 20039 with flag 1855001/1855001
1143.92/583.63	c cleaning 10006 clauses out of 20037 with flag 1865002/1865002
1150.73/587.12	c cleaning 9992 clauses out of 20029 with flag 1875000/1875000
1156.41/590.19	c cleaning 10001 clauses out of 20038 with flag 1885001/1885001
1162.81/593.49	c cleaning 10001 clauses out of 20037 with flag 1895001/1895001
1169.04/596.60	c cleaning 9991 clauses out of 20036 with flag 1905001/1905001
1175.46/599.97	c cleaning 10001 clauses out of 20046 with flag 1915002/1915002
1182.32/603.59	c cleaning 9995 clauses out of 20043 with flag 1925000/1925000
1188.73/606.89	c cleaning 10003 clauses out of 20049 with flag 1935001/1935001
1194.74/609.99	c cleaning 10003 clauses out of 20045 with flag 1945000/1945000
1201.17/613.28	c cleaning 10011 clauses out of 20045 with flag 1955003/1955003
1207.26/616.46	c cleaning 9997 clauses out of 20031 with flag 1965000/1965000
1213.48/619.69	c cleaning 9996 clauses out of 20035 with flag 1975001/1975001
1220.11/623.05	c cleaning 9995 clauses out of 20038 with flag 1985000/1985000
1225.55/625.85	c cleaning 10015 clauses out of 20044 with flag 1995001/1995001
1231.21/628.84	c cleaning 10004 clauses out of 20028 with flag 2005000/2005000
1237.62/632.12	c cleaning 9987 clauses out of 20025 with flag 2015001/2015001
1243.67/635.29	c cleaning 9989 clauses out of 20039 with flag 2025002/2025002
1248.86/637.93	c cleaning 10004 clauses out of 20050 with flag 2035002/2035002
1253.28/640.33	c cleaning 10005 clauses out of 20044 with flag 2045000/2045000
1258.30/642.97	c cleaning 9992 clauses out of 20040 with flag 2055001/2055001
1263.73/645.71	c cleaning 10000 clauses out of 20049 with flag 2065002/2065002
1269.33/648.63	c cleaning 10008 clauses out of 20049 with flag 2075002/2075002
1274.59/651.47	c cleaning 10006 clauses out of 20039 with flag 2085000/2085000
1280.00/654.23	c cleaning 10011 clauses out of 20035 with flag 2095002/2095002
1285.41/657.08	c cleaning 9991 clauses out of 20024 with flag 2105002/2105002
1291.42/660.13	c cleaning 10008 clauses out of 20032 with flag 2115001/2115001
1296.87/663.05	c cleaning 9995 clauses out of 20025 with flag 2125002/2125002
1302.69/666.09	c cleaning 9993 clauses out of 20029 with flag 2135001/2135001
1308.49/669.00	c cleaning 9989 clauses out of 20035 with flag 2145000/2145000
1314.32/672.04	c cleaning 10016 clauses out of 20048 with flag 2155002/2155002
1320.17/675.11	c cleaning 10003 clauses out of 20032 with flag 2165002/2165002
1325.96/678.19	c cleaning 9994 clauses out of 20029 with flag 2175002/2175002
1331.60/681.04	c cleaning 9999 clauses out of 20034 with flag 2185001/2185001
1337.00/683.88	c cleaning 10006 clauses out of 20036 with flag 2195002/2195002
1343.03/687.08	c cleaning 9991 clauses out of 20030 with flag 2205002/2205002
1349.22/690.26	c cleaning 10004 clauses out of 20037 with flag 2215000/2215000
1354.62/693.07	c cleaning 9999 clauses out of 20036 with flag 2225003/2225003
1360.00/695.88	c cleaning 9997 clauses out of 20036 with flag 2235002/2235002
1365.45/698.74	c cleaning 9990 clauses out of 20038 with flag 2245001/2245001
1371.07/701.70	c cleaning 10007 clauses out of 20049 with flag 2255002/2255002
1376.45/704.46	c cleaning 10007 clauses out of 20041 with flag 2265001/2265001
1381.86/707.28	c cleaning 9997 clauses out of 20036 with flag 2275003/2275003
1387.31/710.18	c cleaning 10008 clauses out of 20036 with flag 2285000/2285000
1393.51/713.35	c cleaning 9991 clauses out of 20029 with flag 2295001/2295001
1399.31/716.36	c cleaning 9995 clauses out of 20037 with flag 2305000/2305000
1405.32/719.41	c cleaning 9995 clauses out of 20042 with flag 2315000/2315000
1411.98/722.97	c cleaning 10001 clauses out of 20048 with flag 2325001/2325001
1418.59/726.32	c cleaning 10004 clauses out of 20048 with flag 2335002/2335002
1424.97/729.66	c cleaning 10008 clauses out of 20043 with flag 2345001/2345001
1431.37/732.98	c cleaning 10014 clauses out of 20034 with flag 2355000/2355000
1438.43/736.66	c cleaning 9985 clauses out of 20021 with flag 2365001/2365001
1445.63/740.32	c cleaning 9992 clauses out of 20037 with flag 2375002/2375002
1451.83/743.54	c cleaning 9998 clauses out of 20043 with flag 2385000/2385000
1457.80/746.64	c cleaning 10011 clauses out of 20048 with flag 2395003/2395003
1464.02/749.96	c cleaning 9988 clauses out of 20034 with flag 2405000/2405000
1469.83/752.97	c cleaning 10002 clauses out of 20047 with flag 2415001/2415001
1476.24/756.26	c cleaning 9988 clauses out of 20044 with flag 2425000/2425000
1482.84/759.65	c cleaning 10018 clauses out of 20057 with flag 2435001/2435001
1489.07/762.98	c cleaning 10000 clauses out of 20039 with flag 2445001/2445001
1495.45/766.21	c cleaning 9990 clauses out of 20038 with flag 2455000/2455000
1501.42/769.37	c cleaning 10001 clauses out of 20048 with flag 2465000/2465000
1507.81/772.64	c cleaning 10010 clauses out of 20047 with flag 2475000/2475000
1514.02/775.91	c cleaning 9994 clauses out of 20037 with flag 2485000/2485000
1520.62/779.30	c cleaning 10006 clauses out of 20043 with flag 2495000/2495000
1526.81/782.51	c cleaning 9996 clauses out of 20038 with flag 2505001/2505001
1533.00/785.73	c cleaning 10012 clauses out of 20043 with flag 2515002/2515002
1538.45/788.66	c cleaning 10007 clauses out of 20033 with flag 2525004/2525004
1544.61/791.82	c cleaning 10003 clauses out of 20022 with flag 2535000/2535000
1550.59/794.96	c cleaning 9995 clauses out of 20022 with flag 2545003/2545003
1556.78/798.18	c cleaning 9997 clauses out of 20024 with flag 2555000/2555000
1563.20/801.52	c cleaning 9992 clauses out of 20027 with flag 2565000/2565000
1569.41/804.78	c cleaning 9999 clauses out of 20035 with flag 2575000/2575000
1575.39/807.90	c cleaning 9990 clauses out of 20037 with flag 2585001/2585001
1581.58/811.04	c cleaning 9997 clauses out of 20047 with flag 2595001/2595001
1587.58/814.22	c cleaning 10015 clauses out of 20049 with flag 2605000/2605000
1592.97/817.03	c cleaning 9995 clauses out of 20036 with flag 2615002/2615002
1598.34/819.81	c cleaning 9997 clauses out of 20040 with flag 2625001/2625001
1603.94/822.71	c cleaning 10010 clauses out of 20042 with flag 2635000/2635000
1610.12/826.05	c cleaning 10005 clauses out of 20033 with flag 2645001/2645001
1615.67/828.94	c cleaning 9988 clauses out of 20028 with flag 2655001/2655001
1622.46/832.47	c cleaning 10004 clauses out of 20041 with flag 2665002/2665002
1629.03/835.88	c cleaning 9982 clauses out of 20036 with flag 2675001/2675001
1635.67/839.35	c cleaning 10007 clauses out of 20057 with flag 2685004/2685004
1642.24/842.72	c cleaning 9996 clauses out of 20046 with flag 2695000/2695000
1649.45/846.47	c cleaning 9999 clauses out of 20050 with flag 2705000/2705000
1656.06/849.84	c cleaning 10010 clauses out of 20053 with flag 2715002/2715002
1662.68/853.39	c cleaning 9997 clauses out of 20042 with flag 2725001/2725001
1669.27/856.73	c cleaning 10002 clauses out of 20047 with flag 2735003/2735003
1675.44/859.94	c cleaning 10000 clauses out of 20042 with flag 2745000/2745000
1681.22/862.95	c cleaning 10005 clauses out of 20043 with flag 2755001/2755001
1687.44/866.25	c cleaning 9988 clauses out of 20037 with flag 2765000/2765000
1694.02/869.64	c cleaning 10008 clauses out of 20050 with flag 2775001/2775001
1700.42/872.95	c cleaning 9993 clauses out of 20041 with flag 2785000/2785000
1707.19/876.43	c cleaning 10001 clauses out of 20049 with flag 2795001/2795001
1714.01/880.08	c cleaning 10012 clauses out of 20047 with flag 2805000/2805000
1720.78/883.52	c cleaning 10007 clauses out of 20037 with flag 2815002/2815002
1726.97/886.80	c cleaning 9980 clauses out of 20029 with flag 2825001/2825001
1733.76/890.20	c cleaning 10007 clauses out of 20048 with flag 2835000/2835000
1739.16/893.17	c cleaning 9993 clauses out of 20041 with flag 2845000/2845000
1744.90/896.19	c cleaning 9988 clauses out of 20048 with flag 2855000/2855000
1751.48/899.51	c cleaning 10002 clauses out of 20060 with flag 2865000/2865000
1757.46/902.68	c cleaning 9988 clauses out of 20058 with flag 2875000/2875000
1764.24/906.22	c cleaning 9996 clauses out of 20071 with flag 2885001/2885001
1769.63/909.06	c cleaning 10011 clauses out of 20074 with flag 2895000/2895000
1776.18/912.41	c cleaning 10001 clauses out of 20064 with flag 2905001/2905001
1781.96/915.47	c cleaning 10014 clauses out of 20063 with flag 2915001/2915001
1788.96/919.20	c cleaning 10004 clauses out of 20048 with flag 2925000/2925000
1795.52/922.57	c cleaning 9999 clauses out of 20044 with flag 2935000/2935000
1800.09/924.91	c starts		: 231
1800.09/924.91	c conflicts		: 2941819
1800.09/924.91	c decisions		: 3794255
1800.09/924.91	c propagations		: 631972187
1800.09/924.91	c inspects		: 7789612216
1800.09/924.91	c learnt literals	: 0
1800.09/924.91	c learnt binary clauses	: 0
1800.09/924.91	c learnt ternary clauses	: 0
1800.09/924.91	c learnt clauses	: 2941819
1800.09/924.91	c ignored clauses	: 0
1800.09/924.91	c root simplifications	: 0
1800.09/924.91	c removed literals (reason simplification)	: 31859708
1800.09/924.91	c reason swapping (by a shorter reason)	: 0
1800.09/924.91	c Calls to reduceDB	: 295
1800.09/924.91	c number of reductions to clauses (during analyze)	: 0
1800.09/924.91	c number of learned constraints concerned by reduction	: 0
1800.09/924.91	c number of learning phase by resolution	: 0
1800.09/924.91	c number of learning phase by cutting planes	: 0
1800.09/924.91	c speed (assignments/second)	: 683468.9289182764
1800.09/924.91	c non guided choices	1454
1800.09/924.92	c learnt constraints type 
1800.09/924.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16884
1800.09/924.92	c constraints type 
1800.09/924.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 790
1800.09/924.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 195
1800.09/924.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
1800.09/924.92	c constraints type 
1800.09/924.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
1800.09/924.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 790
1800.09/924.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 195
1800.09/924.92	s UNKNOWN
1800.09/924.92	c Total wall clock time (in seconds): 924.814

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-3741212-1338762610/watcher-3741212-1338762610 -o /tmp/evaluation-result-3741212-1338762610/solver-3741212-1338762610 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741212-1338762610.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.79 3.90 3.90 4/198 8128
/proc/meminfo: memFree=27517472/32873648 swapFree=6864/6864
[pid=8128] ppid=8126 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8128/stat : 8128 (java6) D 8126 8128 3937 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342386986 9515008 182 33554432000 1073741824 1073778376 140735662160928 140735662151960 226084339381 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/8128/statm: 2323 182 140 9 0 71 0

[startup+0.086626 s]
/proc/loadavg: 3.79 3.90 3.90 4/198 8128
/proc/meminfo: memFree=27517472/32873648 swapFree=6864/6864
[pid=8128] ppid=8126 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/8128/stat : 8128 (java) S 8126 8128 3937 0 -1 4202496 4111 0 1 0 6 1 0 0 20 0 18 0 342386986 2764726272 5831 33554432000 1073741824 1073778376 140736066360016 140736066351152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8128/statm: 674982 5834 1931 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.10024 s]
/proc/loadavg: 3.79 3.90 3.90 4/198 8128
/proc/meminfo: memFree=27517472/32873648 swapFree=6864/6864
[pid=8128] ppid=8126 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/8128/stat : 8128 (java) S 8126 8128 3937 0 -1 4202496 4729 0 1 0 8 1 0 0 20 0 18 0 342386986 2764726272 6435 33554432000 1073741824 1073778376 140736066360016 140736066351152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8128/statm: 674982 6438 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300177 s]
/proc/loadavg: 3.79 3.90 3.90 4/198 8128
/proc/meminfo: memFree=27517472/32873648 swapFree=6864/6864
[pid=8128] ppid=8126 vsize=2966184 CPUtime=0.55 cores=1,3,5,7
/proc/8128/stat : 8128 (java) S 8126 8128 3937 0 -1 4202496 6784 0 1 0 54 1 0 0 20 0 22 0 342386986 3037372416 10790 33554432000 1073741824 1073778376 140736066360016 140736066351152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8128/statm: 741546 10790 2232 9 0 732240 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2966184

[startup+0.700187 s]
/proc/loadavg: 3.79 3.90 3.90 4/198 8128
/proc/meminfo: memFree=27517472/32873648 swapFree=6864/6864
[pid=8128] ppid=8126 vsize=2966184 CPUtime=2.15 cores=1,3,5,7
/proc/8128/stat : 8128 (java) S 8126 8128 3937 0 -1 4202496 15680 0 1 0 212 3 0 0 20 0 22 0 342386986 3037372416 25646 33554432000 1073741824 1073778376 140736066360016 140736066351152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8128/statm: 741546 25649 2242 9 0 732240 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 2966184

[startup+1.50073 s]
/proc/loadavg: 3.79 3.90 3.90 5/220 8150
/proc/meminfo: memFree=27371364/32873648 swapFree=6864/6864
[pid=8128] ppid=8126 vsize=2966184 CPUtime=4.2 cores=1,3,5,7
/proc/8128/stat : 8128 (java) S 8126 8128 3937 0 -1 4202496 16786 0 1 0 412 8 0 0 20 0 22 0 342386986 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140736066351152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8128/statm: 741546 96921 2273 9 0 732240 0
[pid=8128/tid=8130] ppid=8126 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/8128/task/8130/stat : 8130 (java) S 8126 8128 3937 0 -1 4202560 2803 0 1 0 21 1 0 0 20 0 22 0 342386987 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624640464024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8131] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8131/stat : 8131 (java) S 8126 8128 3937 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624624745512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8132] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8132/stat : 8132 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624623692712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8133] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8133/stat : 8133 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624622639912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8134] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8134/stat : 8134 (java) S 8126 8128 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624621587112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8135] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8135/stat : 8135 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624620534312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8136] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8136/stat : 8136 (java) S 8126 8128 3937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624619481512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8137] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8137/stat : 8137 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624618428712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8138] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8138/stat : 8138 (java) S 8126 8128 3937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624617375912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8139] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8139/stat : 8139 (java) S 8126 8128 3937 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624487484392 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8140] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8140/stat : 8140 (java) S 8126 8128 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624486430456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8141] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8141/stat : 8141 (java) S 8126 8128 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624485377544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8142] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8142/stat : 8142 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624484326032 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8143] ppid=8126 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/8128/task/8143/stat : 8143 (java) S 8126 8128 3937 0 -1 4202560 5857 0 0 0 74 1 0 0 20 0 22 0 342386993 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624483273144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8144] ppid=8126 vsize=2966184 CPUtime=0.73 cores=1,3,5,7
/proc/8128/task/8144/stat : 8144 (java) S 8126 8128 3937 0 -1 4202560 6631 0 0 0 73 0 0 0 20 0 22 0 342386993 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624482220344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8145] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8145/stat : 8145 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624481167736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8146] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8146/stat : 8146 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624480115144 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8147] ppid=8126 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/8128/task/8147/stat : 8147 (java) R 8126 8128 3937 0 -1 4202560 25 0 0 0 120 0 0 0 20 0 22 0 342387013 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140624479061144 140624494405552 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8148] ppid=8126 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/8128/task/8148/stat : 8148 (java) R 8126 8128 3937 0 -1 4202560 216 0 0 0 115 5 0 0 20 0 22 0 342387013 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140623336169752 140624494518543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8149] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8149/stat : 8149 (java) S 8126 8128 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342387013 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140623335118248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8150] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8150/stat : 8150 (java) S 8126 8128 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342387013 3037372416 96921 33554432000 1073741824 1073778376 140736066360016 140623334065448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 2966184

[startup+3.10074 s]
/proc/loadavg: 3.79 3.90 3.90 5/220 8150
/proc/meminfo: memFree=27124488/32873648 swapFree=6864/6864
[pid=8128] ppid=8126 vsize=2966184 CPUtime=7.53 cores=1,3,5,7
/proc/8128/stat : 8128 (java) S 8126 8128 3937 0 -1 4202496 16818 0 1 0 743 10 0 0 20 0 22 0 342386986 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140736066351152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8128/statm: 741546 104608 2273 9 0 732240 0
[pid=8128/tid=8130] ppid=8126 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/8128/task/8130/stat : 8130 (java) S 8126 8128 3937 0 -1 4202560 2803 0 1 0 21 1 0 0 20 0 22 0 342386987 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624640464024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8131] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8131/stat : 8131 (java) S 8126 8128 3937 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624624745512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8132] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8132/stat : 8132 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624623692712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8133] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8133/stat : 8133 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624622639912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8134] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8134/stat : 8134 (java) S 8126 8128 3937 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624621587112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8135] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8135/stat : 8135 (java) S 8126 8128 3937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624620534312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8136] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8136/stat : 8136 (java) S 8126 8128 3937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624619481512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8137] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8137/stat : 8137 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624618428712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8138] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8138/stat : 8138 (java) S 8126 8128 3937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342386989 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624617375912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8139] ppid=8126 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/8128/task/8139/stat : 8139 (java) S 8126 8128 3937 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 22 0 342386990 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624487484392 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8140] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8140/stat : 8140 (java) S 8126 8128 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624486430456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8141] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8141/stat : 8141 (java) S 8126 8128 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624485377544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8142] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8142/stat : 8142 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624484326032 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8143] ppid=8126 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/8128/task/8143/stat : 8143 (java) S 8126 8128 3937 0 -1 4202560 5857 0 0 0 80 1 0 0 20 0 22 0 342386993 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624483273144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8144] ppid=8126 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/8128/task/8144/stat : 8144 (java) S 8126 8128 3937 0 -1 4202560 6632 0 0 0 85 0 0 0 20 0 22 0 342386993 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624482220344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8145] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8145/stat : 8145 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624481167736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8146] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8146/stat : 8146 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624480115144 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8147] ppid=8126 vsize=2966184 CPUtime=2.73 cores=1,3,5,7
/proc/8128/task/8147/stat : 8147 (java) R 8126 8128 3937 0 -1 4202560 26 0 0 0 273 0 0 0 20 0 22 0 342387013 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140624479060944 140624494307767 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8148] ppid=8126 vsize=2966184 CPUtime=2.74 cores=1,3,5,7
/proc/8128/task/8148/stat : 8148 (java) R 8126 8128 3937 0 -1 4202560 226 0 0 0 268 6 0 0 20 0 22 0 342387013 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140623336168624 140624494518644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8149] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8149/stat : 8149 (java) S 8126 8128 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342387013 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140623335118248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8150] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8150/stat : 8150 (java) S 8126 8128 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342387013 3037372416 104608 33554432000 1073741824 1073778376 140736066360016 140623334065448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 2966184

[startup+6.30083 s]
/proc/loadavg: 3.81 3.90 3.90 5/220 8150
/proc/meminfo: memFree=27092024/32873648 swapFree=6864/6864
[pid=8128] ppid=8126 vsize=2966184 CPUtime=13.98 cores=1,3,5,7
/proc/8128/stat : 8128 (java) S 8126 8128 3937 0 -1 4202496 16895 0 1 0 1387 11 0 0 20 0 22 0 342386986 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140736066351152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8128/statm: 741546 130443 2273 9 0 732240 0
[pid=8128/tid=8130] ppid=8126 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/8128/task/8130/stat : 8130 (java) S 8126 8128 3937 0 -1 4202560 2804 0 1 0 21 1 0 0 20 0 22 0 342386987 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624640464024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8131] ppid=8126 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8128/task/8131/stat : 8131 (java) S 8126 8128 3937 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 342386989 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624624745512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8132] ppid=8126 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/8128/task/8132/stat : 8132 (java) S 8126 8128 3937 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 342386989 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624623692712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8133] ppid=8126 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/8128/task/8133/stat : 8133 (java) S 8126 8128 3937 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 342386989 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624622639912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8134] ppid=8126 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8128/task/8134/stat : 8134 (java) S 8126 8128 3937 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 342386989 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624621587112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8135] ppid=8126 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/8128/task/8135/stat : 8135 (java) S 8126 8128 3937 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 342386989 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624620534312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8136] ppid=8126 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/8128/task/8136/stat : 8136 (java) S 8126 8128 3937 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 342386989 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624619481512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8137] ppid=8126 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8128/task/8137/stat : 8137 (java) S 8126 8128 3937 0 -1 4202560 3 0 0 0 2 0 0 0 20 0 22 0 342386989 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624618428712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8138] ppid=8126 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/8128/task/8138/stat : 8138 (java) S 8126 8128 3937 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 342386989 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624617375912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8139] ppid=8126 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/8128/task/8139/stat : 8139 (java) S 8126 8128 3937 0 -1 4202560 40 0 0 0 12 0 0 0 20 0 22 0 342386990 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624487484392 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8140] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8140/stat : 8140 (java) S 8126 8128 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624486430456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8141] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8141/stat : 8141 (java) S 8126 8128 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624485377544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8142] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8142/stat : 8142 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624484326032 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8143] ppid=8126 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/8128/task/8143/stat : 8143 (java) S 8126 8128 3937 0 -1 4202560 5858 0 0 0 80 1 0 0 20 0 22 0 342386993 3037372416 130443 33554432000 1073741824 1073778376 140736066360016 140624483273144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=8128/tid=8148] ppid=8126 vsize=2966184 CPUtime=759.58 cores=1,3,5,7
/proc/8128/task/8148/stat : 8148 (java) R 8126 8128 3937 0 -1 4202560 481 0 0 0 75938 20 0 0 20 0 22 0 342387013 3037372416 173987 33554432000 1073741824 1073778376 140736066360016 140623336168624 140624494519621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8149] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8149/stat : 8149 (java) S 8126 8128 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342387013 3037372416 173987 33554432000 1073741824 1073778376 140736066360016 140623335118248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8150] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8150/stat : 8150 (java) S 8126 8128 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342387013 3037372416 173987 33554432000 1073741824 1073778376 140736066360016 140623334065448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1603.13
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.81 3.86 3.87 5/219 8278
/proc/meminfo: memFree=26683780/32873648 swapFree=6864/6864
[pid=8128] ppid=8126 vsize=2966184 CPUtime=1718.35 cores=1,3,5,7
/proc/8128/stat : 8128 (java) S 8126 8128 3937 0 -1 4202496 22663 0 1 0 171759 76 0 0 20 0 22 0 342386986 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140736066351152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8128/statm: 741546 175011 2275 9 0 732240 0
[pid=8128/tid=8130] ppid=8126 vsize=2966184 CPUtime=0.25 cores=1,3,5,7
/proc/8128/task/8130/stat : 8130 (java) S 8126 8128 3937 0 -1 4202560 2849 0 1 0 23 2 0 0 20 0 22 0 342386987 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624640464024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8131] ppid=8126 vsize=2966184 CPUtime=3.5 cores=1,3,5,7
/proc/8128/task/8131/stat : 8131 (java) S 8126 8128 3937 0 -1 4202560 284 0 0 0 346 4 0 0 20 0 22 0 342386989 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624624745512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8132] ppid=8126 vsize=2966184 CPUtime=3.64 cores=1,3,5,7
/proc/8128/task/8132/stat : 8132 (java) S 8126 8128 3937 0 -1 4202560 274 0 0 0 361 3 0 0 20 0 22 0 342386989 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624623692712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8133] ppid=8126 vsize=2966184 CPUtime=3.65 cores=1,3,5,7
/proc/8128/task/8133/stat : 8133 (java) S 8126 8128 3937 0 -1 4202560 271 0 0 0 362 3 0 0 20 0 22 0 342386989 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624622639912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8134] ppid=8126 vsize=2966184 CPUtime=3.51 cores=1,3,5,7
/proc/8128/task/8134/stat : 8134 (java) S 8126 8128 3937 0 -1 4202560 276 0 0 0 348 3 0 0 20 0 22 0 342386989 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624621587112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8135] ppid=8126 vsize=2966184 CPUtime=3.44 cores=1,3,5,7
/proc/8128/task/8135/stat : 8135 (java) S 8126 8128 3937 0 -1 4202560 274 0 0 0 341 3 0 0 20 0 22 0 342386989 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624620534312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8136] ppid=8126 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/8128/task/8136/stat : 8136 (java) S 8126 8128 3937 0 -1 4202560 270 0 0 0 364 4 0 0 20 0 22 0 342386989 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624619481512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8137] ppid=8126 vsize=2966184 CPUtime=3.6 cores=1,3,5,7
/proc/8128/task/8137/stat : 8137 (java) S 8126 8128 3937 0 -1 4202560 270 0 0 0 357 3 0 0 20 0 22 0 342386989 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624618428712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8138] ppid=8126 vsize=2966184 CPUtime=3.69 cores=1,3,5,7
/proc/8128/task/8138/stat : 8138 (java) S 8126 8128 3937 0 -1 4202560 278 0 0 0 365 4 0 0 20 0 22 0 342386989 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624617375912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8139] ppid=8126 vsize=2966184 CPUtime=60.42 cores=1,3,5,7
/proc/8128/task/8139/stat : 8139 (java) S 8126 8128 3937 0 -1 4202560 150 0 0 0 6019 23 0 0 20 0 22 0 342386990 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624487484392 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8140] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8140/stat : 8140 (java) S 8126 8128 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624486430456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8141] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8141/stat : 8141 (java) S 8126 8128 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624485377544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8142] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8142/stat : 8142 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624484326032 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8143] ppid=8126 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/8128/task/8143/stat : 8143 (java) S 8126 8128 3937 0 -1 4202560 5882 0 0 0 88 2 0 0 20 0 22 0 342386993 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624483273144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8144] ppid=8126 vsize=2966184 CPUtime=1.53 cores=1,3,5,7
/proc/8128/task/8144/stat : 8144 (java) S 8126 8128 3937 0 -1 4202560 9458 0 0 0 151 2 0 0 20 0 22 0 342386993 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624482220344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8145] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8145/stat : 8145 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624481167736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8146] ppid=8126 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/8128/task/8146/stat : 8146 (java) S 8126 8128 3937 0 -1 4202560 49 0 0 0 14 23 0 0 20 0 22 0 342386993 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624480115144 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8147] ppid=8126 vsize=2966184 CPUtime=813.11 cores=1,3,5,7
/proc/8128/task/8147/stat : 8147 (java) R 8126 8128 3937 0 -1 4202560 391 0 0 0 81297 14 0 0 20 0 22 0 342387013 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140624479060944 140624494320688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8148] ppid=8126 vsize=2966184 CPUtime=813.26 cores=1,3,5,7
/proc/8128/task/8148/stat : 8148 (java) R 8126 8128 3937 0 -1 4202560 495 0 0 0 81304 22 0 0 20 0 22 0 342387013 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140623336168304 140624494403605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8149] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8149/stat : 8149 (java) S 8126 8128 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342387013 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140623335118248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8150] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8150/stat : 8150 (java) S 8126 8128 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342387013 3037372416 175011 33554432000 1073741824 1073778376 140736066360016 140623334065448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1718.35
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.901 s]
/proc/loadavg: 3.75 3.84 3.87 5/219 8278
/proc/meminfo: memFree=26679812/32873648 swapFree=6864/6864
[pid=8128] ppid=8126 vsize=2966184 CPUtime=1800.09 cores=1,3,5,7
/proc/8128/stat : 8128 (java) S 8126 8128 3937 0 -1 4202496 22698 0 1 0 179929 80 0 0 20 0 22 0 342386986 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140736066351152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8128/statm: 741546 176035 2275 9 0 732240 0
[pid=8128/tid=8130] ppid=8126 vsize=2966184 CPUtime=0.25 cores=1,3,5,7
/proc/8128/task/8130/stat : 8130 (java) S 8126 8128 3937 0 -1 4202560 2852 0 1 0 23 2 0 0 20 0 22 0 342386987 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624640464024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8131] ppid=8126 vsize=2966184 CPUtime=3.66 cores=1,3,5,7
/proc/8128/task/8131/stat : 8131 (java) S 8126 8128 3937 0 -1 4202560 284 0 0 0 362 4 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624624745512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8132] ppid=8126 vsize=2966184 CPUtime=3.83 cores=1,3,5,7
/proc/8128/task/8132/stat : 8132 (java) S 8126 8128 3937 0 -1 4202560 274 0 0 0 380 3 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624623692712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8133] ppid=8126 vsize=2966184 CPUtime=3.88 cores=1,3,5,7
/proc/8128/task/8133/stat : 8133 (java) S 8126 8128 3937 0 -1 4202560 271 0 0 0 385 3 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624622639912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8134] ppid=8126 vsize=2966184 CPUtime=3.67 cores=1,3,5,7
/proc/8128/task/8134/stat : 8134 (java) S 8126 8128 3937 0 -1 4202560 276 0 0 0 364 3 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624621587112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8135] ppid=8126 vsize=2966184 CPUtime=3.64 cores=1,3,5,7
/proc/8128/task/8135/stat : 8135 (java) S 8126 8128 3937 0 -1 4202560 274 0 0 0 361 3 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624620534312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8136] ppid=8126 vsize=2966184 CPUtime=3.88 cores=1,3,5,7
/proc/8128/task/8136/stat : 8136 (java) S 8126 8128 3937 0 -1 4202560 270 0 0 0 384 4 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624619481512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8137] ppid=8126 vsize=2966184 CPUtime=3.74 cores=1,3,5,7
/proc/8128/task/8137/stat : 8137 (java) S 8126 8128 3937 0 -1 4202560 270 0 0 0 371 3 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624618428712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8138] ppid=8126 vsize=2966184 CPUtime=3.86 cores=1,3,5,7
/proc/8128/task/8138/stat : 8138 (java) S 8126 8128 3937 0 -1 4202560 278 0 0 0 382 4 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624617375912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8139] ppid=8126 vsize=2966184 CPUtime=64.52 cores=1,3,5,7
/proc/8128/task/8139/stat : 8139 (java) S 8126 8128 3937 0 -1 4202560 154 0 0 0 6428 24 0 0 20 0 22 0 342386990 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624487484392 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8140] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8140/stat : 8140 (java) S 8126 8128 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624486430456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8141] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8141/stat : 8141 (java) S 8126 8128 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624485377544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8142] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8142/stat : 8142 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624484326032 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8143] ppid=8126 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/8128/task/8143/stat : 8143 (java) S 8126 8128 3937 0 -1 4202560 5882 0 0 0 88 2 0 0 20 0 22 0 342386993 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624483273144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8144] ppid=8126 vsize=2966184 CPUtime=1.53 cores=1,3,5,7
/proc/8128/task/8144/stat : 8144 (java) S 8126 8128 3937 0 -1 4202560 9458 0 0 0 151 2 0 0 20 0 22 0 342386993 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624482220344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8145] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8145/stat : 8145 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624481167736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8146] ppid=8126 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/8128/task/8146/stat : 8146 (java) S 8126 8128 3937 0 -1 4202560 51 0 0 0 14 24 0 0 20 0 22 0 342386993 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624480115144 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8147] ppid=8126 vsize=2966184 CPUtime=851.18 cores=1,3,5,7
/proc/8128/task/8147/stat : 8147 (java) R 8126 8128 3937 0 -1 4202560 409 0 0 0 85103 15 0 0 20 0 22 0 342387013 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624479060944 140624494335285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8148] ppid=8126 vsize=2966184 CPUtime=851.35 cores=1,3,5,7
/proc/8128/task/8148/stat : 8148 (java) R 8126 8128 3937 0 -1 4202560 503 0 0 0 85113 22 0 0 20 0 22 0 342387013 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140623336168624 140624494403431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8149] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8149/stat : 8149 (java) S 8126 8128 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342387013 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140623335118248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8150] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8150/stat : 8150 (java) S 8126 8128 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342387013 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140623334065448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+924.901 s]
/proc/loadavg: 3.75 3.84 3.87 5/219 8278
/proc/meminfo: memFree=26679812/32873648 swapFree=6864/6864
[pid=8128] ppid=8126 vsize=2966184 CPUtime=1800.09 cores=1,3,5,7
/proc/8128/stat : 8128 (java) S 8126 8128 3937 0 -1 4202496 22698 0 1 0 179929 80 0 0 20 0 22 0 342386986 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140736066351152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8128/statm: 741546 176035 2275 9 0 732240 0
[pid=8128/tid=8130] ppid=8126 vsize=2966184 CPUtime=0.25 cores=1,3,5,7
/proc/8128/task/8130/stat : 8130 (java) S 8126 8128 3937 0 -1 4202560 2852 0 1 0 23 2 0 0 20 0 22 0 342386987 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624640464024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8131] ppid=8126 vsize=2966184 CPUtime=3.66 cores=1,3,5,7
/proc/8128/task/8131/stat : 8131 (java) S 8126 8128 3937 0 -1 4202560 284 0 0 0 362 4 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624624745512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8132] ppid=8126 vsize=2966184 CPUtime=3.83 cores=1,3,5,7
/proc/8128/task/8132/stat : 8132 (java) S 8126 8128 3937 0 -1 4202560 274 0 0 0 380 3 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624623692712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8133] ppid=8126 vsize=2966184 CPUtime=3.88 cores=1,3,5,7
/proc/8128/task/8133/stat : 8133 (java) S 8126 8128 3937 0 -1 4202560 271 0 0 0 385 3 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624622639912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8134] ppid=8126 vsize=2966184 CPUtime=3.67 cores=1,3,5,7
/proc/8128/task/8134/stat : 8134 (java) S 8126 8128 3937 0 -1 4202560 276 0 0 0 364 3 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624621587112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8128/tid=8135] ppid=8126 vsize=2966184 CPUtime=3.64 cores=1,3,5,7
/proc/8128/task/8135/stat : 8135 (java) S 8126 8128 3937 0 -1 4202560 274 0 0 0 361 3 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624620534312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8136] ppid=8126 vsize=2966184 CPUtime=3.88 cores=1,3,5,7
/proc/8128/task/8136/stat : 8136 (java) S 8126 8128 3937 0 -1 4202560 270 0 0 0 384 4 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624619481512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8137] ppid=8126 vsize=2966184 CPUtime=3.74 cores=1,3,5,7
/proc/8128/task/8137/stat : 8137 (java) S 8126 8128 3937 0 -1 4202560 270 0 0 0 371 3 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624618428712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8138] ppid=8126 vsize=2966184 CPUtime=3.86 cores=1,3,5,7
/proc/8128/task/8138/stat : 8138 (java) S 8126 8128 3937 0 -1 4202560 278 0 0 0 382 4 0 0 20 0 22 0 342386989 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624617375912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8139] ppid=8126 vsize=2966184 CPUtime=64.52 cores=1,3,5,7
/proc/8128/task/8139/stat : 8139 (java) S 8126 8128 3937 0 -1 4202560 154 0 0 0 6428 24 0 0 20 0 22 0 342386990 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624487484392 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8140] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8140/stat : 8140 (java) S 8126 8128 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624486430456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8141] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8141/stat : 8141 (java) S 8126 8128 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342386990 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624485377544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8142] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8142/stat : 8142 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624484326032 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8143] ppid=8126 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/8128/task/8143/stat : 8143 (java) S 8126 8128 3937 0 -1 4202560 5882 0 0 0 88 2 0 0 20 0 22 0 342386993 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624483273144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8144] ppid=8126 vsize=2966184 CPUtime=1.53 cores=1,3,5,7
/proc/8128/task/8144/stat : 8144 (java) S 8126 8128 3937 0 -1 4202560 9458 0 0 0 151 2 0 0 20 0 22 0 342386993 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624482220344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8145] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8145/stat : 8145 (java) S 8126 8128 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342386993 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624481167736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8128/tid=8146] ppid=8126 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/8128/task/8146/stat : 8146 (java) S 8126 8128 3937 0 -1 4202560 51 0 0 0 14 24 0 0 20 0 22 0 342386993 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624480115144 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8147] ppid=8126 vsize=2966184 CPUtime=851.18 cores=1,3,5,7
/proc/8128/task/8147/stat : 8147 (java) R 8126 8128 3937 0 -1 4202560 409 0 0 0 85103 15 0 0 20 0 22 0 342387013 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140624479060944 140624494335285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8128/tid=8148] ppid=8126 vsize=2966184 CPUtime=851.35 cores=1,3,5,7
/proc/8128/task/8148/stat : 8148 (java) R 8126 8128 3937 0 -1 4202560 503 0 0 0 85113 22 0 0 20 0 22 0 342387013 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140623336168624 140624494403431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8149] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8149/stat : 8149 (java) S 8126 8128 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342387013 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140623335118248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8128/tid=8150] ppid=8126 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8128/task/8150/stat : 8150 (java) S 8126 8128 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342387013 3037372416 176035 33554432000 1073741824 1073778376 140736066360016 140623334065448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 924.943
CPU time (s): 1800.62
CPU user time (s): 1799.27
CPU system time (s): 1.35079
CPU usage (%): 194.674
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 1.35079
maximum resident set size= 704300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22741
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39270
involuntary context switches= 56004

runsolver used 3.63145 second user time and 8.51271 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-04 00:30:10
IDJOB=3741212
IDBENCH=89819
IDSOLVER=2324
FILE ID=node120/3741212-1338762610
RUNJOBID= node120-1338747803-3954
PBS_JOBID= 14636782
Free space on /tmp= 70768 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741212-1338762610/watcher-3741212-1338762610 -o /tmp/evaluation-result-3741212-1338762610/solver-3741212-1338762610 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741212-1338762610.opb

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

MD5SUM BENCH= da32b1e615c8e1bae2ecd5f742c16c96
RANDOM SEED=1145306613

node120.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.456
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.91
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.456
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.456
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	: 5331.92
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.456
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.88
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.456
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.91
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.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        27518116 kB
Buffers:          578568 kB
Cached:          3145064 kB
SwapCached:         1580 kB
Active:          2422784 kB
Inactive:        1999184 kB
Active(anon):     690448 kB
Inactive(anon):     9224 kB
Active(file):    1732336 kB
Inactive(file):  1989960 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:               112 kB
Writeback:             0 kB
AnonPages:        702700 kB
Mapped:            18980 kB
Shmem:                32 kB
Slab:             795684 kB
SReclaimable:     239700 kB
SUnreclaim:       555984 kB
KernelStack:        1632 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    647168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70728 MiB
End job on node120 at 2012-06-04 00:45:37