Trace number 3453573

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.63 979.957

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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3453573-1307196230.opb
0.11/0.11	c reading problem ... 
0.82/0.42	c ... done. Wall clock time 0.303s.
0.82/0.42	c #vars     2130
0.82/0.42	c #constraints  2549
0.82/0.42	c constraints type 
0.82/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
0.82/0.42	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.82/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.82/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
0.82/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 320
0.82/0.42	c constraints type 
0.82/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
0.82/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
0.82/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.82/0.42	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.82/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
4.38/1.48	c cleaning 2494 clauses out of 5000 with flag 5000/5000
6.20/2.29	c cleaning 4244 clauses out of 8506 with flag 11000/11000
8.18/3.23	c cleaning 5618 clauses out of 11263 with flag 18001/18001
10.13/4.30	c cleaning 6815 clauses out of 13645 with flag 26001/26001
13.13/5.70	c cleaning 7908 clauses out of 15832 with flag 35003/35003
16.52/7.44	c cleaning 8947 clauses out of 17922 with flag 45001/45001
20.06/9.27	c cleaning 9468 clauses out of 18974 with flag 55000/55000
23.81/11.15	c cleaning 9732 clauses out of 19506 with flag 65000/65000
26.94/12.77	c cleaning 9879 clauses out of 19776 with flag 75002/75002
29.91/14.31	c cleaning 9933 clauses out of 19895 with flag 85000/85000
33.82/16.26	c cleaning 9971 clauses out of 19962 with flag 95000/95000
37.76/18.20	c cleaning 9970 clauses out of 19992 with flag 105001/105001
42.26/20.54	c cleaning 10007 clauses out of 20021 with flag 115000/115000
45.79/22.31	c cleaning 9976 clauses out of 20014 with flag 125000/125000
49.89/24.50	c cleaning 9994 clauses out of 20039 with flag 135001/135001
54.60/26.81	c cleaning 10015 clauses out of 20045 with flag 145001/145001
58.09/28.65	c cleaning 9973 clauses out of 20030 with flag 155001/155001
61.95/30.64	c cleaning 9979 clauses out of 20057 with flag 165001/165001
65.65/32.50	c cleaning 10034 clauses out of 20078 with flag 175001/175001
69.54/34.57	c cleaning 10010 clauses out of 20043 with flag 185000/185000
73.97/36.83	c cleaning 10002 clauses out of 20034 with flag 195001/195001
78.05/38.98	c cleaning 10003 clauses out of 20031 with flag 205000/205000
82.13/41.04	c cleaning 10011 clauses out of 20029 with flag 215001/215001
86.41/43.26	c cleaning 9999 clauses out of 20017 with flag 225000/225000
91.42/45.89	c cleaning 9979 clauses out of 20018 with flag 235000/235000
95.69/48.08	c cleaning 9987 clauses out of 20039 with flag 245000/245000
99.35/49.96	c cleaning 10008 clauses out of 20052 with flag 255000/255000
102.64/51.67	c cleaning 10007 clauses out of 20045 with flag 265001/265001
106.60/53.81	c cleaning 10014 clauses out of 20037 with flag 275000/275000
112.85/56.98	c cleaning 9974 clauses out of 20023 with flag 285000/285000
116.10/58.68	c cleaning 10003 clauses out of 20050 with flag 295001/295001
120.15/60.75	c cleaning 10010 clauses out of 20046 with flag 305000/305000
125.33/63.41	c cleaning 9996 clauses out of 20037 with flag 315001/315001
128.57/65.19	c cleaning 10007 clauses out of 20041 with flag 325001/325001
132.24/67.06	c cleaning 10010 clauses out of 20034 with flag 335001/335001
135.85/68.97	c cleaning 9984 clauses out of 20025 with flag 345002/345002
140.84/71.54	c cleaning 10013 clauses out of 20039 with flag 355000/355000
146.04/74.22	c cleaning 10001 clauses out of 20026 with flag 365000/365000
151.08/76.83	c cleaning 9997 clauses out of 20027 with flag 375002/375002
156.91/79.81	c cleaning 9969 clauses out of 20031 with flag 385003/385003
162.26/82.64	c cleaning 10009 clauses out of 20060 with flag 395001/395001
166.31/84.77	c cleaning 10014 clauses out of 20051 with flag 405001/405001
170.54/86.95	c cleaning 10010 clauses out of 20036 with flag 415000/415000
175.33/89.45	c cleaning 10000 clauses out of 20027 with flag 425001/425001
179.26/91.58	c cleaning 10001 clauses out of 20027 with flag 435001/435001
182.48/93.24	c cleaning 10000 clauses out of 20028 with flag 445003/445003
186.09/95.13	c cleaning 10002 clauses out of 20026 with flag 455001/455001
191.33/97.88	c cleaning 10004 clauses out of 20024 with flag 465001/465001
196.61/100.67	c cleaning 10001 clauses out of 20020 with flag 475001/475001
201.62/103.26	c cleaning 10003 clauses out of 20019 with flag 485001/485001
206.25/105.67	c cleaning 9998 clauses out of 20016 with flag 495001/495001
211.62/108.40	c cleaning 10005 clauses out of 20019 with flag 505002/505002
215.53/110.57	c cleaning 9989 clauses out of 20014 with flag 515002/515002
219.35/112.53	c cleaning 9993 clauses out of 20024 with flag 525001/525001
223.94/114.94	c cleaning 9997 clauses out of 20034 with flag 535004/535004
228.11/117.20	c cleaning 9999 clauses out of 20034 with flag 545001/545001
232.99/119.75	c cleaning 9925 clauses out of 20034 with flag 555000/555000
237.60/122.18	c cleaning 9954 clauses out of 20110 with flag 565001/565001
242.54/124.72	c cleaning 10013 clauses out of 20158 with flag 575003/575003
247.71/127.41	c cleaning 9995 clauses out of 20144 with flag 585002/585002
251.77/129.65	c cleaning 10065 clauses out of 20148 with flag 595001/595001
255.74/131.78	c cleaning 10034 clauses out of 20082 with flag 605000/605000
256.79/132.31	c cleaning 0 clauses out of 5000 with flag 0/5000
260.64/134.15	c cleaning 10013 clauses out of 20048 with flag 615000/615000
264.41/135.91	c cleaning 9976 clauses out of 20035 with flag 625000/625000
269.99/138.86	c cleaning 10009 clauses out of 20062 with flag 635003/635003
276.57/142.28	c cleaning 10001 clauses out of 20050 with flag 645000/645000
280.57/144.32	c cleaning 10018 clauses out of 20049 with flag 655000/655000
284.64/146.55	c cleaning 10010 clauses out of 20031 with flag 665000/665000
289.01/148.81	c cleaning 10002 clauses out of 20021 with flag 675000/675000
294.83/151.88	c cleaning 9996 clauses out of 20020 with flag 685001/685001
301.01/155.05	c cleaning 10000 clauses out of 20025 with flag 695002/695002
307.05/158.24	c cleaning 9997 clauses out of 20023 with flag 705000/705000
313.02/161.36	c cleaning 9995 clauses out of 20027 with flag 715001/715001
317.39/163.67	c cleaning 10008 clauses out of 20031 with flag 725000/725000
321.99/166.06	c cleaning 9969 clauses out of 20023 with flag 735000/735000
326.25/168.38	c cleaning 10012 clauses out of 20057 with flag 745003/745003
329.99/170.41	c cleaning 10005 clauses out of 20043 with flag 755001/755001
333.76/172.37	c cleaning 9977 clauses out of 20038 with flag 765001/765001
337.32/174.24	c cleaning 10019 clauses out of 20061 with flag 775001/775001
341.16/176.37	c cleaning 10003 clauses out of 20041 with flag 785000/785000
346.11/178.97	c cleaning 10002 clauses out of 20040 with flag 795002/795002
350.89/181.50	c cleaning 10001 clauses out of 20038 with flag 805002/805002
356.21/184.22	c cleaning 10000 clauses out of 20036 with flag 815001/815001
361.26/187.01	c cleaning 10003 clauses out of 20035 with flag 825000/825000
366.37/189.65	c cleaning 9996 clauses out of 20034 with flag 835002/835002
371.51/192.34	c cleaning 9999 clauses out of 20036 with flag 845000/845000
376.64/195.00	c cleaning 9999 clauses out of 20037 with flag 855000/855000
381.65/197.79	c cleaning 9996 clauses out of 20038 with flag 865000/865000
386.79/200.46	c cleaning 9999 clauses out of 20042 with flag 875000/875000
391.32/202.80	c cleaning 10006 clauses out of 20047 with flag 885004/885004
394.69/204.69	c cleaning 10004 clauses out of 20038 with flag 895001/895001
398.69/206.84	c cleaning 9967 clauses out of 20033 with flag 905000/905000
402.99/209.19	c cleaning 10011 clauses out of 20070 with flag 915004/915004
407.92/211.79	c cleaning 10021 clauses out of 20055 with flag 925000/925000
412.85/214.39	c cleaning 10007 clauses out of 20036 with flag 935002/935002
417.28/216.74	c cleaning 9985 clauses out of 20029 with flag 945002/945002
423.98/220.20	c cleaning 9976 clauses out of 20043 with flag 955001/955001
429.07/222.98	c cleaning 10025 clauses out of 20067 with flag 965001/965001
433.55/225.32	c cleaning 10007 clauses out of 20041 with flag 975000/975000
437.72/227.68	c cleaning 10009 clauses out of 20034 with flag 985000/985000
442.18/230.03	c cleaning 9998 clauses out of 20025 with flag 995000/995000
445.89/232.08	c cleaning 9963 clauses out of 20027 with flag 1005000/1005000
449.35/233.92	c cleaning 10010 clauses out of 20064 with flag 1015000/1015000
454.89/236.95	c cleaning 9995 clauses out of 20055 with flag 1025001/1025001
463.36/241.36	c cleaning 9991 clauses out of 20059 with flag 1035000/1035000
470.44/245.04	c cleaning 10013 clauses out of 20068 with flag 1045000/1045000
477.70/248.81	c cleaning 9999 clauses out of 20059 with flag 1055004/1055004
483.99/252.26	c cleaning 9979 clauses out of 20056 with flag 1065000/1065000
491.43/256.15	c cleaning 10012 clauses out of 20078 with flag 1075001/1075001
496.27/258.70	c cleaning 10024 clauses out of 20066 with flag 1085001/1085001
500.70/261.11	c cleaning 10013 clauses out of 20042 with flag 1095001/1095001
504.96/263.56	c cleaning 10008 clauses out of 20030 with flag 1105002/1105002
509.39/265.91	c cleaning 9999 clauses out of 20020 with flag 1115000/1115000
513.41/268.12	c cleaning 10004 clauses out of 20021 with flag 1125000/1125000
517.43/270.33	c cleaning 10003 clauses out of 20019 with flag 1135002/1135002
522.27/273.03	c cleaning 9999 clauses out of 20015 with flag 1145001/1145001
526.28/275.22	c cleaning 10002 clauses out of 20015 with flag 1155000/1155000
531.07/277.80	c cleaning 10001 clauses out of 20015 with flag 1165002/1165002
536.11/280.56	c cleaning 9991 clauses out of 20013 with flag 1175001/1175001
541.29/283.47	c cleaning 9987 clauses out of 20021 with flag 1185000/1185000
547.51/286.71	c cleaning 9981 clauses out of 20034 with flag 1195000/1195000
552.71/289.59	c cleaning 9990 clauses out of 20054 with flag 1205001/1205001
559.30/293.09	c cleaning 9981 clauses out of 20063 with flag 1215000/1215000
565.31/296.33	c cleaning 10024 clauses out of 20085 with flag 1225003/1225003
570.74/299.22	c cleaning 9999 clauses out of 20058 with flag 1235000/1235000
576.73/302.50	c cleaning 10009 clauses out of 20060 with flag 1245001/1245001
582.92/305.75	c cleaning 9970 clauses out of 20050 with flag 1255000/1255000
590.28/309.73	c cleaning 9999 clauses out of 20080 with flag 1265000/1265000
597.30/313.46	c cleaning 10011 clauses out of 20086 with flag 1275005/1275005
604.86/317.46	c cleaning 9992 clauses out of 20071 with flag 1285001/1285001
611.64/321.06	c cleaning 10008 clauses out of 20080 with flag 1295002/1295002
618.22/324.68	c cleaning 10001 clauses out of 20070 with flag 1305000/1305000
624.39/327.91	c cleaning 9983 clauses out of 20069 with flag 1315000/1315000
632.39/332.18	c cleaning 10006 clauses out of 20088 with flag 1325002/1325002
636.36/334.37	c cleaning 10037 clauses out of 20083 with flag 1335003/1335003
641.10/337.09	c cleaning 10017 clauses out of 20043 with flag 1345000/1345000
645.46/339.44	c cleaning 9958 clauses out of 20029 with flag 1355003/1355003
651.02/342.49	c cleaning 9989 clauses out of 20069 with flag 1365001/1365001
655.38/344.88	c cleaning 9975 clauses out of 20079 with flag 1375000/1375000
659.53/347.29	c cleaning 10027 clauses out of 20107 with flag 1385003/1385003
664.11/349.76	c cleaning 10013 clauses out of 20077 with flag 1395000/1395000
668.44/352.18	c cleaning 9958 clauses out of 20065 with flag 1405001/1405001
674.44/355.35	c cleaning 10031 clauses out of 20106 with flag 1415000/1415000
679.35/358.20	c cleaning 10017 clauses out of 20075 with flag 1425000/1425000
683.70/360.58	c cleaning 9988 clauses out of 20059 with flag 1435001/1435001
688.28/363.03	c cleaning 10005 clauses out of 20072 with flag 1445002/1445002
692.23/365.24	c cleaning 9991 clauses out of 20067 with flag 1455002/1455002
698.17/368.58	c cleaning 9998 clauses out of 20074 with flag 1465000/1465000
704.32/371.82	c cleaning 10015 clauses out of 20079 with flag 1475003/1475003
711.03/375.40	c cleaning 9996 clauses out of 20062 with flag 1485001/1485001
717.58/378.99	c cleaning 10012 clauses out of 20067 with flag 1495002/1495002
724.53/382.81	c cleaning 10001 clauses out of 20054 with flag 1505001/1505001
731.64/386.60	c cleaning 9998 clauses out of 20053 with flag 1515001/1515001
737.18/389.57	c cleaning 10018 clauses out of 20058 with flag 1525004/1525004
741.32/391.82	c cleaning 9998 clauses out of 20036 with flag 1535000/1535000
745.83/394.41	c cleaning 10011 clauses out of 20038 with flag 1545000/1545000
749.96/396.74	c cleaning 10001 clauses out of 20027 with flag 1555000/1555000
754.08/399.04	c cleaning 10007 clauses out of 20027 with flag 1565001/1565001
758.21/401.40	c cleaning 9998 clauses out of 20020 with flag 1575001/1575001
762.91/404.03	c cleaning 10003 clauses out of 20024 with flag 1585003/1585003
767.25/406.41	c cleaning 9997 clauses out of 20018 with flag 1595000/1595000
771.23/408.66	c cleaning 10002 clauses out of 20022 with flag 1605001/1605001
775.60/411.00	c cleaning 9995 clauses out of 20019 with flag 1615000/1615000
779.78/413.48	c cleaning 9982 clauses out of 20025 with flag 1625001/1625001
783.98/415.79	c cleaning 10004 clauses out of 20044 with flag 1635002/1635002
788.53/418.22	c cleaning 9947 clauses out of 20040 with flag 1645002/1645002
792.50/420.45	c cleaning 10001 clauses out of 20093 with flag 1655002/1655002
797.47/423.20	c cleaning 10034 clauses out of 20091 with flag 1665001/1665001
802.43/425.97	c cleaning 9947 clauses out of 20056 with flag 1675000/1675000
806.84/428.35	c cleaning 10035 clauses out of 20111 with flag 1685002/1685002
812.04/431.13	c cleaning 10019 clauses out of 20076 with flag 1695002/1695002
817.00/433.98	c cleaning 10002 clauses out of 20055 with flag 1705000/1705000
822.01/436.65	c cleaning 10015 clauses out of 20056 with flag 1715003/1715003
826.95/439.37	c cleaning 9967 clauses out of 20039 with flag 1725001/1725001
831.51/441.85	c cleaning 10017 clauses out of 20071 with flag 1735000/1735000
835.91/444.38	c cleaning 10009 clauses out of 20055 with flag 1745001/1745001
840.26/446.70	c cleaning 10010 clauses out of 20047 with flag 1755002/1755002
844.22/448.94	c cleaning 9999 clauses out of 20037 with flag 1765002/1765002
848.59/451.37	c cleaning 10004 clauses out of 20036 with flag 1775000/1775000
854.15/454.40	c cleaning 10004 clauses out of 20032 with flag 1785000/1785000
858.91/457.03	c cleaning 10001 clauses out of 20028 with flag 1795000/1795000
865.47/460.55	c cleaning 10000 clauses out of 20027 with flag 1805000/1805000
870.43/463.26	c cleaning 10000 clauses out of 20027 with flag 1815000/1815000
877.61/467.13	c cleaning 9986 clauses out of 20034 with flag 1825007/1825007
882.77/469.97	c cleaning 10009 clauses out of 20041 with flag 1835000/1835000
888.56/473.05	c cleaning 9990 clauses out of 20034 with flag 1845002/1845002
894.08/476.07	c cleaning 10002 clauses out of 20047 with flag 1855005/1855005
899.44/479.08	c cleaning 9999 clauses out of 20043 with flag 1865003/1865003
904.42/481.78	c cleaning 9998 clauses out of 20042 with flag 1875001/1875001
908.94/484.27	c cleaning 10010 clauses out of 20046 with flag 1885003/1885003
913.71/486.83	c cleaning 9999 clauses out of 20034 with flag 1895001/1895001
918.85/489.75	c cleaning 10003 clauses out of 20035 with flag 1905001/1905001
923.80/492.45	c cleaning 9993 clauses out of 20032 with flag 1915001/1915001
929.37/495.41	c cleaning 10007 clauses out of 20040 with flag 1925002/1925002
936.12/499.00	c cleaning 9999 clauses out of 20032 with flag 1935001/1935001
941.25/501.93	c cleaning 9989 clauses out of 20036 with flag 1945004/1945004
945.98/504.58	c cleaning 10003 clauses out of 20043 with flag 1955000/1955000
951.11/507.37	c cleaning 10000 clauses out of 20041 with flag 1965001/1965001
956.25/510.10	c cleaning 9981 clauses out of 20042 with flag 1975002/1975002
961.42/513.06	c cleaning 9997 clauses out of 20059 with flag 1985000/1985000
966.15/515.63	c cleaning 10011 clauses out of 20065 with flag 1995003/1995003
969.68/517.65	c cleaning 10015 clauses out of 20051 with flag 2005000/2005000
973.82/519.91	c cleaning 10003 clauses out of 20036 with flag 2015000/2015000
978.96/522.88	c cleaning 9991 clauses out of 20033 with flag 2025000/2025000
985.29/526.20	c cleaning 9991 clauses out of 20042 with flag 2035000/2035000
991.43/529.56	c cleaning 9993 clauses out of 20051 with flag 2045000/2045000
996.16/532.15	c cleaning 10019 clauses out of 20059 with flag 2055001/2055001
1000.51/534.62	c cleaning 9985 clauses out of 20042 with flag 2065003/2065003
1004.24/536.78	c cleaning 10010 clauses out of 20057 with flag 2075003/2075003
1008.95/539.34	c cleaning 9989 clauses out of 20044 with flag 2085000/2085000
1013.49/541.84	c cleaning 9975 clauses out of 20057 with flag 2095002/2095002
1017.81/544.36	c cleaning 9990 clauses out of 20082 with flag 2105002/2105002
1022.18/546.77	c cleaning 10025 clauses out of 20091 with flag 2115001/2115001
1026.11/548.93	c cleaning 10026 clauses out of 20067 with flag 2125002/2125002
1029.22/550.75	c cleaning 10012 clauses out of 20039 with flag 2135000/2135000
1033.77/553.39	c cleaning 9975 clauses out of 20029 with flag 2145002/2145002
1040.88/557.20	c cleaning 9888 clauses out of 20052 with flag 2155000/2155000
1048.83/561.32	c cleaning 10016 clauses out of 20164 with flag 2165000/2165000
1055.56/564.97	c cleaning 9991 clauses out of 20148 with flag 2175000/2175000
1063.47/569.29	c cleaning 9988 clauses out of 20157 with flag 2185000/2185000
1067.41/571.41	c cleaning 10065 clauses out of 20170 with flag 2195001/2195001
1073.14/574.56	c cleaning 9956 clauses out of 20106 with flag 2205002/2205002
1079.47/577.91	c cleaning 9985 clauses out of 20148 with flag 2215000/2215000
1085.18/581.15	c cleaning 9995 clauses out of 20164 with flag 2225001/2225001
1090.55/584.07	c cleaning 9981 clauses out of 20168 with flag 2235000/2235000
1095.46/586.71	c cleaning 9995 clauses out of 20190 with flag 2245003/2245003
1100.63/589.60	c cleaning 9992 clauses out of 20192 with flag 2255000/2255000
1107.51/593.34	c cleaning 9989 clauses out of 20201 with flag 2265001/2265001
1112.45/596.00	c cleaning 10017 clauses out of 20211 with flag 2275000/2275000
1117.78/598.98	c cleaning 10011 clauses out of 20196 with flag 2285002/2285002
1122.31/601.43	c cleaning 10073 clauses out of 20183 with flag 2295000/2295000
1126.46/603.89	c cleaning 10038 clauses out of 20111 with flag 2305001/2305001
1131.37/606.52	c cleaning 10015 clauses out of 20073 with flag 2315001/2315001
1136.90/609.53	c cleaning 10012 clauses out of 20057 with flag 2325000/2325000
1141.04/611.87	c cleaning 10001 clauses out of 20046 with flag 2335001/2335001
1145.76/614.56	c cleaning 10003 clauses out of 20045 with flag 2345001/2345001
1150.52/617.15	c cleaning 10005 clauses out of 20041 with flag 2355000/2355000
1154.62/619.43	c cleaning 10002 clauses out of 20037 with flag 2365001/2365001
1158.95/621.81	c cleaning 9986 clauses out of 20035 with flag 2375001/2375001
1163.47/624.48	c cleaning 9997 clauses out of 20048 with flag 2385000/2385000
1167.39/626.68	c cleaning 10002 clauses out of 20055 with flag 2395004/2395004
1173.31/629.84	c cleaning 9997 clauses out of 20049 with flag 2405000/2405000
1180.28/633.57	c cleaning 9977 clauses out of 20052 with flag 2415000/2415000
1186.43/636.93	c cleaning 9988 clauses out of 20075 with flag 2425000/2425000
1191.92/639.99	c cleaning 10025 clauses out of 20089 with flag 2435002/2435002
1195.86/642.16	c cleaning 9992 clauses out of 20062 with flag 2445000/2445000
1199.38/644.18	c cleaning 9996 clauses out of 20071 with flag 2455001/2455001
1204.48/647.01	c cleaning 10002 clauses out of 20076 with flag 2465002/2465002
1209.80/650.00	c cleaning 10005 clauses out of 20072 with flag 2475000/2475000
1214.73/652.68	c cleaning 10016 clauses out of 20069 with flag 2485002/2485002
1220.86/655.91	c cleaning 10002 clauses out of 20052 with flag 2495001/2495001
1226.37/659.05	c cleaning 9951 clauses out of 20051 with flag 2505002/2505002
1231.09/661.62	c cleaning 9991 clauses out of 20098 with flag 2515000/2515000
1236.41/664.52	c cleaning 9985 clauses out of 20108 with flag 2525001/2525001
1240.54/666.86	c cleaning 9988 clauses out of 20125 with flag 2535003/2535003
1245.90/669.91	c cleaning 10010 clauses out of 20136 with flag 2545002/2545002
1251.78/673.11	c cleaning 9967 clauses out of 20124 with flag 2555000/2555000
1256.14/675.44	c cleaning 10017 clauses out of 20157 with flag 2565000/2565000
1261.62/678.40	c cleaning 10011 clauses out of 20141 with flag 2575001/2575001
1266.52/681.27	c cleaning 10008 clauses out of 20130 with flag 2585001/2585001
1271.04/683.78	c cleaning 10001 clauses out of 20122 with flag 2595001/2595001
1277.17/687.02	c cleaning 9994 clauses out of 20120 with flag 2605000/2605000
1282.30/689.87	c cleaning 9977 clauses out of 20127 with flag 2615001/2615001
1288.81/693.43	c cleaning 9994 clauses out of 20149 with flag 2625000/2625000
1293.12/695.86	c cleaning 10004 clauses out of 20155 with flag 2635000/2635000
1299.43/699.22	c cleaning 10002 clauses out of 20152 with flag 2645001/2645001
1305.34/702.50	c cleaning 9985 clauses out of 20149 with flag 2655000/2655000
1311.04/705.67	c cleaning 10063 clauses out of 20165 with flag 2665001/2665001
1319.55/710.14	c cleaning 10016 clauses out of 20101 with flag 2675000/2675000
1326.86/714.01	c cleaning 9966 clauses out of 20086 with flag 2685001/2685001
1333.57/717.68	c cleaning 10005 clauses out of 20119 with flag 2695000/2695000
1340.44/721.43	c cleaning 10000 clauses out of 20117 with flag 2705003/2705003
1347.94/725.41	c cleaning 10011 clauses out of 20118 with flag 2715004/2715004
1354.25/728.81	c cleaning 9982 clauses out of 20104 with flag 2725001/2725001
1360.54/732.26	c cleaning 9993 clauses out of 20121 with flag 2735000/2735000
1367.61/736.13	c cleaning 10007 clauses out of 20128 with flag 2745000/2745000
1374.90/740.05	c cleaning 9994 clauses out of 20122 with flag 2755001/2755001
1381.62/743.63	c cleaning 9944 clauses out of 20127 with flag 2765000/2765000
1387.51/746.83	c cleaning 10024 clauses out of 20184 with flag 2775001/2775001
1395.14/751.05	c cleaning 10028 clauses out of 20165 with flag 2785006/2785006
1402.62/755.01	c cleaning 10043 clauses out of 20132 with flag 2795001/2795001
1412.13/760.08	c cleaning 9956 clauses out of 20089 with flag 2805001/2805001
1419.57/764.02	c cleaning 10011 clauses out of 20134 with flag 2815002/2815002
1426.00/767.64	c cleaning 10007 clauses out of 20121 with flag 2825000/2825000
1433.28/771.52	c cleaning 9983 clauses out of 20116 with flag 2835002/2835002
1440.95/775.63	c cleaning 9978 clauses out of 20135 with flag 2845004/2845004
1451.26/781.08	c cleaning 9998 clauses out of 20153 with flag 2855000/2855000
1462.05/786.81	c cleaning 9998 clauses out of 20155 with flag 2865000/2865000
1472.12/792.16	c cleaning 9993 clauses out of 20161 with flag 2875004/2875004
1482.22/797.49	c cleaning 9982 clauses out of 20167 with flag 2885003/2885003
1492.05/802.64	c cleaning 10005 clauses out of 20184 with flag 2895002/2895002
1499.07/806.54	c cleaning 10024 clauses out of 20178 with flag 2905001/2905001
1505.93/810.27	c cleaning 10013 clauses out of 20154 with flag 2915001/2915001
1514.18/814.61	c cleaning 9997 clauses out of 20141 with flag 2925001/2925001
1521.64/818.64	c cleaning 10008 clauses out of 20143 with flag 2935000/2935000
1529.64/823.06	c cleaning 10012 clauses out of 20136 with flag 2945001/2945001
1537.70/827.31	c cleaning 9999 clauses out of 20124 with flag 2955001/2955001
1545.35/831.45	c cleaning 10002 clauses out of 20126 with flag 2965002/2965002
1553.00/835.55	c cleaning 9999 clauses out of 20125 with flag 2975003/2975003
1561.83/840.39	c cleaning 9997 clauses out of 20123 with flag 2985000/2985000
1566.25/842.83	c cleaning 10048 clauses out of 20126 with flag 2995000/2995000
1569.89/844.91	c cleaning 10034 clauses out of 20078 with flag 3005000/3005000
1574.73/847.66	c cleaning 10013 clauses out of 20045 with flag 3015001/3015001
1579.14/850.30	c cleaning 9997 clauses out of 20031 with flag 3025000/3025000
1583.34/852.63	c cleaning 9995 clauses out of 20034 with flag 3035000/3035000
1589.21/855.82	c cleaning 9995 clauses out of 20040 with flag 3045001/3045001
1593.81/858.40	c cleaning 10010 clauses out of 20044 with flag 3055000/3055000
1599.19/861.52	c cleaning 10008 clauses out of 20035 with flag 3065001/3065001
1603.81/864.15	c cleaning 10004 clauses out of 20026 with flag 3075000/3075000
1610.45/867.74	c cleaning 10006 clauses out of 20022 with flag 3085000/3085000
1616.20/870.90	c cleaning 9974 clauses out of 20016 with flag 3095000/3095000
1621.45/874.07	c cleaning 10010 clauses out of 20044 with flag 3105002/3105002
1626.80/877.08	c cleaning 9995 clauses out of 20032 with flag 3115000/3115000
1631.54/879.75	c cleaning 10005 clauses out of 20037 with flag 3125000/3125000
1635.49/882.10	c cleaning 9999 clauses out of 20033 with flag 3135001/3135001
1639.93/884.77	c cleaning 9988 clauses out of 20034 with flag 3145001/3145001
1643.68/886.93	c cleaning 9961 clauses out of 20045 with flag 3155000/3155000
1647.22/889.03	c cleaning 10022 clauses out of 20085 with flag 3165001/3165001
1650.96/891.25	c cleaning 9988 clauses out of 20063 with flag 3175001/3175001
1654.99/893.74	c cleaning 10008 clauses out of 20074 with flag 3185000/3185000
1659.33/896.27	c cleaning 10000 clauses out of 20066 with flag 3195000/3195000
1664.08/898.96	c cleaning 10013 clauses out of 20067 with flag 3205001/3205001
1668.62/901.56	c cleaning 10008 clauses out of 20055 with flag 3215002/3215002
1671.25/903.34	c cleaning 0 clauses out of 11001 with flag 0/11001
1673.99/905.07	c cleaning 10001 clauses out of 20046 with flag 3225001/3225001
1679.12/907.96	c cleaning 9996 clauses out of 20046 with flag 3235002/3235002
1684.27/910.82	c cleaning 9999 clauses out of 20050 with flag 3245002/3245002
1689.27/913.80	c cleaning 10004 clauses out of 20050 with flag 3255001/3255001
1695.63/917.40	c cleaning 9995 clauses out of 20046 with flag 3265001/3265001
1700.31/920.02	c cleaning 9999 clauses out of 20052 with flag 3275002/3275002
1704.63/922.50	c cleaning 9992 clauses out of 20051 with flag 3285000/3285000
1708.24/924.84	c cleaning 10015 clauses out of 20064 with flag 3295005/3295005
1711.36/926.75	c cleaning 9966 clauses out of 20045 with flag 3305001/3305001
1714.67/928.77	c cleaning 10000 clauses out of 20078 with flag 3315000/3315000
1717.99/930.73	c cleaning 9996 clauses out of 20078 with flag 3325000/3325000
1721.79/933.16	c cleaning 10000 clauses out of 20083 with flag 3335001/3335001
1725.32/935.28	c cleaning 10005 clauses out of 20084 with flag 3345002/3345002
1729.43/937.65	c cleaning 9981 clauses out of 20078 with flag 3355001/3355001
1733.03/939.73	c cleaning 10005 clauses out of 20099 with flag 3365003/3365003
1736.80/942.09	c cleaning 10009 clauses out of 20094 with flag 3375003/3375003
1740.60/944.24	c cleaning 10005 clauses out of 20082 with flag 3385000/3385000
1744.19/946.35	c cleaning 10012 clauses out of 20079 with flag 3395002/3395002
1747.78/948.49	c cleaning 9996 clauses out of 20067 with flag 3405002/3405002
1752.09/951.08	c cleaning 9985 clauses out of 20069 with flag 3415000/3415000
1755.88/953.22	c cleaning 9999 clauses out of 20084 with flag 3425000/3425000
1759.28/955.27	c cleaning 10018 clauses out of 20085 with flag 3435000/3435000
1762.88/957.39	c cleaning 10029 clauses out of 20069 with flag 3445002/3445002
1767.39/960.05	c cleaning 10006 clauses out of 20039 with flag 3455001/3455001
1770.98/962.14	c cleaning 10014 clauses out of 20033 with flag 3465001/3465001
1774.37/964.19	c cleaning 9988 clauses out of 20018 with flag 3475000/3475000
1777.97/966.25	c cleaning 10002 clauses out of 20030 with flag 3485000/3485000
1782.96/969.22	c cleaning 10001 clauses out of 20029 with flag 3495001/3495001
1787.26/971.71	c cleaning 10005 clauses out of 20028 with flag 3505001/3505001
1791.38/974.18	c cleaning 10000 clauses out of 20022 with flag 3515000/3515000
1795.28/976.47	c cleaning 9989 clauses out of 20022 with flag 3525000/3525000
1799.68/979.13	c cleaning 9996 clauses out of 20033 with flag 3535000/3535000
1800.45/979.87	c starts		: 251
1800.45/979.87	c conflicts		: 3535023
1800.45/979.87	c decisions		: 5833621
1800.45/979.87	c propagations		: 417785129
1800.45/979.87	c inspects		: 2638014834
1800.45/979.87	c shortcuts		: 0
1800.45/979.87	c learnt literals	: 0
1800.45/979.87	c learnt binary clauses	: 0
1800.45/979.87	c learnt ternary clauses	: 0
1800.45/979.87	c learnt constraints	: 3535024
1800.45/979.87	c ignored constraints	: 0
1800.45/979.87	c root simplifications	: 0
1800.45/979.87	c removed literals (reason simplification)	: 47715149
1800.45/979.87	c reason swapping (by a shorter reason)	: 0
1800.45/979.87	c Calls to reduceDB	: 355
1800.45/979.87	c number of reductions to clauses (during analyze)	: 0
1800.45/979.87	c number of learned constraints concerned by reduction	: 0
1800.45/979.87	c number of learning phase by resolution	: 0
1800.45/979.87	c number of learning phase by cutting planes	: 0
1800.45/979.87	c speed (assignments/second)	: 426551.6907975811
1800.45/979.87	c non guided choices	22556
1800.45/979.87	c learnt constraints type 
1800.45/979.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10125
1800.45/979.87	c constraints type 
1800.45/979.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
1800.45/979.87	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.45/979.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
1800.45/979.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
1800.45/979.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 320
1800.45/979.87	c constraints type 
1800.45/979.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
1800.45/979.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
1800.45/979.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
1800.45/979.87	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1800.45/979.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
1800.45/979.88	s UNKNOWN
1800.45/979.88	c Total wall clock time (in seconds): 979.762

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453573-1307196230/watcher-3453573-1307196230 -o /tmp/evaluation-result-3453573-1307196230/solver-3453573-1307196230 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453573-1307196230.opb 

running on 4 cores: 0,2,4,6

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: 4.10 4.02 3.93 6/462 30443
/proc/meminfo: memFree=29707224/32950928 swapFree=52246700/67111528
[pid=30443] ppid=30441 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/30443/stat : 30443 (java) S 30441 30443 30116 0 -1 4202496 3968 0 1 0 0 0 0 0 25 0 2 0 909853701 10694979584 3671 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907293157 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/30443/statm: 2611079 3685 917 9 0 2602235 0
[pid=30443/tid=30444] ppid=30441 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30444/stat : 30444 (java) R 30441 30443 30116 0 -1 4202560 3089 0 1 0 0 0 0 0 25 0 2 0 909853701 10694979584 3905 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231895184443 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0579231 s]
/proc/loadavg: 4.10 4.02 3.93 6/462 30443
/proc/meminfo: memFree=29707224/32950928 swapFree=52246700/67111528
[pid=30443] ppid=30441 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/30443/stat : 30443 (java) S 30441 30443 30116 0 -1 4202496 11515 0 1 0 3 1 0 0 25 0 13 0 909853701 10718838784 11212 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907293157 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/30443/statm: 2616904 11212 1685 9 0 2607652 0
[pid=30443/tid=30444] ppid=30441 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/30443/task/30444/stat : 30444 (java) R 30441 30443 30116 0 -1 4202560 10367 0 1 0 3 1 0 0 18 0 13 0 909853701 10718838784 11212 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 47570474933752 0 4 0 16800971 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.107914 s]
/proc/loadavg: 4.10 4.02 3.93 6/462 30443
/proc/meminfo: memFree=29707224/32950928 swapFree=52246700/67111528
[pid=30443] ppid=30441 vsize=10540048 CPUtime=0.11 cores=0,2,4,6
/proc/30443/stat : 30443 (java) S 30441 30443 30116 0 -1 4202496 13137 0 1 0 9 2 0 0 25 0 18 0 909853701 10793009152 12834 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30443/statm: 2635012 12836 2092 9 0 2625746 0
[pid=30443/tid=30444] ppid=30441 vsize=10540048 CPUtime=0.08 cores=0,2,4,6
/proc/30443/task/30444/stat : 30444 (java) R 30441 30443 30116 0 -1 4202560 11236 0 1 0 7 1 0 0 22 0 18 0 909853701 10793009152 12836 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 47570474933075 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540048

[startup+0.301864 s]
/proc/loadavg: 4.10 4.02 3.93 6/462 30443
/proc/meminfo: memFree=29707224/32950928 swapFree=52246700/67111528
[pid=30443] ppid=30441 vsize=10543488 CPUtime=0.53 cores=0,2,4,6
/proc/30443/stat : 30443 (java) S 30441 30443 30116 0 -1 4202496 17468 0 1 0 51 2 0 0 25 0 18 0 909853701 10796531712 16321 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30443/statm: 2635872 16322 2201 9 0 2626606 0
[pid=30443/tid=30444] ppid=30441 vsize=10543488 CPUtime=0.27 cores=0,2,4,6
/proc/30443/task/30444/stat : 30444 (java) R 30441 30443 30116 0 -1 4202560 13262 0 1 0 26 1 0 0 18 0 18 0 909853701 10796531712 16322 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 46912505556790 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10543488

[startup+0.73079 s]
/proc/loadavg: 4.10 4.02 3.93 6/462 30443
/proc/meminfo: memFree=29707224/32950928 swapFree=52246700/67111528
[pid=30443] ppid=30441 vsize=10555072 CPUtime=2.11 cores=0,2,4,6
/proc/30443/stat : 30443 (java) S 30441 30443 30116 0 -1 4202496 32723 0 1 0 207 4 0 0 25 0 22 0 909853701 10808393728 26777 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30443/statm: 2638768 26777 2228 9 0 2629502 0
[pid=30443/tid=30444] ppid=30441 vsize=10555072 CPUtime=0.4 cores=0,2,4,6
/proc/30443/task/30444/stat : 30444 (java) S 30441 30443 30116 0 -1 4202560 17003 0 1 0 38 2 0 0 19 0 22 0 909853701 10808393728 26777 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 10555072

[startup+1.50164 s]
/proc/loadavg: 4.10 4.02 3.93 5/483 30467
/proc/meminfo: memFree=29461048/32950928 swapFree=52246700/67111528
[pid=30443] ppid=30441 vsize=10556280 CPUtime=4.66 cores=0,2,4,6
/proc/30443/stat : 30443 (java) S 30441 30443 30116 0 -1 4202496 94591 0 1 0 454 12 0 0 25 0 22 0 909853701 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30443/statm: 2639070 88290 2258 9 0 2629804 0
[pid=30443/tid=30444] ppid=30441 vsize=10556280 CPUtime=0.4 cores=0,2,4,6
/proc/30443/task/30444/stat : 30444 (java) S 30441 30443 30116 0 -1 4202560 17003 0 1 0 38 2 0 0 15 0 22 0 909853701 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909853703 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30116 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 909853703 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 909853703 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30116 0 -1 4202560 212 0 0 0 0 0 0 0 18 0 22 0 909853703 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30116 0 -1 4202560 289 0 0 0 0 0 0 0 17 0 22 0 909853703 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30116 0 -1 4202560 445 0 0 0 0 0 0 0 17 0 22 0 909853703 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30116 0 -1 4202560 169 0 0 0 0 0 0 0 17 0 22 0 909853703 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30116 0 -1 4202560 493 0 0 0 0 0 0 0 17 0 22 0 909853703 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30456] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30456/stat : 30456 (java) R 30441 30443 30116 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 909853704 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 47570469363849 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=30443/tid=30457] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30457/stat : 30457 (java) S 30441 30443 30116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909853705 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30458] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30458/stat : 30458 (java) S 30441 30443 30116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909853705 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30459] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30459/stat : 30459 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909853707 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907314097 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30460] ppid=30441 vsize=10556280 CPUtime=1.01 cores=0,2,4,6
/proc/30443/task/30460/stat : 30460 (java) S 30441 30443 30116 0 -1 4202560 7322 0 0 0 101 0 0 0 19 0 22 0 909853707 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30461] ppid=30441 vsize=10556280 CPUtime=1.07 cores=0,2,4,6
/proc/30443/task/30461/stat : 30461 (java) S 30441 30443 30116 0 -1 4202560 5601 0 0 0 107 0 0 0 17 0 22 0 909853707 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30462] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30462/stat : 30462 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909853707 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30463] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30463/stat : 30463 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909853707 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30464] ppid=30441 vsize=10556280 CPUtime=1.06 cores=0,2,4,6
/proc/30443/task/30464/stat : 30464 (java) S 30441 30443 30116 0 -1 4202560 661 0 0 0 106 0 0 0 24 0 22 0 909853743 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30465] ppid=30441 vsize=10556280 CPUtime=1.04 cores=0,2,4,6
/proc/30443/task/30465/stat : 30465 (java) S 30441 30443 30116 0 -1 4202560 61223 0 0 0 97 7 0 0 18 0 22 0 909853743 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30466] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30466/stat : 30466 (java) S 30441 30443 30116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909853744 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30467] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30467/stat : 30467 (java) S 30441 30443 30116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909853744 10809630720 88290 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 10556280

[startup+3.10133 s]
/proc/loadavg: 4.10 4.02 3.93 7/486 30516
/proc/meminfo: memFree=29263184/32950928 swapFree=52246700/67111528
[pid=30443] ppid=30441 vsize=10556280 CPUtime=7.95 cores=0,2,4,6
/proc/30443/stat : 30443 (java) S 30441 30443 30116 0 -1 4202496 125356 0 1 0 780 15 0 0 25 0 22 0 909853701 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30443/statm: 2639070 118682 2264 9 0 2629804 0
[pid=30443/tid=30444] ppid=30441 vsize=10556280 CPUtime=0.4 cores=0,2,4,6
/proc/30443/task/30444/stat : 30444 (java) S 30441 30443 30116 0 -1 4202560 17003 0 1 0 38 2 0 0 15 0 22 0 909853701 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30116 0 -1 4202560 385 0 0 0 0 0 0 0 16 0 22 0 909853703 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30116 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 22 0 909853703 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909853703 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30116 0 -1 4202560 608 0 0 0 0 0 0 0 15 0 22 0 909853703 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30116 0 -1 4202560 289 0 0 0 0 0 0 0 15 0 22 0 909853703 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30116 0 -1 4202560 445 0 0 0 0 0 0 0 15 0 22 0 909853703 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30116 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 22 0 909853703 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30116 0 -1 4202560 831 0 0 0 0 0 0 0 15 0 22 0 909853703 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30456] ppid=30441 vsize=10556280 CPUtime=0.05 cores=0,2,4,6
/proc/30443/task/30456/stat : 30456 (java) S 30441 30443 30116 0 -1 4202560 2404 0 0 0 5 0 0 0 15 0 22 0 909853704 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 0 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30457] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30457/stat : 30457 (java) S 30441 30443 30116 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 909853705 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30458] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30458/stat : 30458 (java) S 30441 30443 30116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909853705 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30459] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30459/stat : 30459 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909853707 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907314097 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30460] ppid=30441 vsize=10556280 CPUtime=1.11 cores=0,2,4,6
/proc/30443/task/30460/stat : 30460 (java) S 30441 30443 30116 0 -1 4202560 7704 0 0 0 111 0 0 0 15 0 22 0 909853707 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30461] ppid=30441 vsize=10556280 CPUtime=1.13 cores=0,2,4,6
/proc/30443/task/30461/stat : 30461 (java) S 30441 30443 30116 0 -1 4202560 5608 0 0 0 113 0 0 0 15 0 22 0 909853707 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30462] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30462/stat : 30462 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909853707 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30463] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30463/stat : 30463 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909853707 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30464] ppid=30441 vsize=10556280 CPUtime=2.6 cores=0,2,4,6
/proc/30443/task/30464/stat : 30464 (java) R 30441 30443 30116 0 -1 4202560 714 0 0 0 260 0 0 0 25 0 22 0 909853743 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 46912505871028 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30443/tid=30465] ppid=30441 vsize=10556280 CPUtime=2.56 cores=0,2,4,6
/proc/30443/task/30465/stat : 30465 (java) R 30441 30443 30116 0 -1 4202560 87941 0 0 0 246 10 0 0 19 0 22 0 909853743 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 46912505967562 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30443/tid=30466] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30466/stat : 30466 (java) S 30441 30443 30116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909853744 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30467] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30467/stat : 30467 (java) S 30441 30443 30116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909853744 10809630720 118682 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 10556280

[startup+6.3008 s]
/proc/loadavg: 4.10 4.02 3.93 6/486 30516
/proc/meminfo: memFree=28387932/32950928 swapFree=52246700/67111528
[pid=30443] ppid=30441 vsize=10556280 CPUtime=14.28 cores=0,2,4,6
/proc/30443/stat : 30443 (java) S 30441 30443 30116 0 -1 4202496 188399 0 1 0 1405 23 0 0 25 0 22 0 909853701 10809630720 181655 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30443/statm: 2639070 181655 2264 9 0 2629804 0
[pid=30443/tid=30444] ppid=30441 vsize=10556280 CPUtime=0.4 cores=0,2,4,6
/proc/30443/task/30444/stat : 30444 (java) S 30441 30443 30116 0 -1 4202560 17003 0 1 0 38 2 0 0 15 0 22 0 909853701 10809630720 181655 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=10556280 CPUtime=0.01 cores=0,2,4,6
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30116 0 -1 4202560 389 0 0 0 1 0 0 0 16 0 22 0 909853703 10809630720 181655 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=10556280 CPUtime=0.01 cores=0,2,4,6
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30116 0 -1 4202560 135 0 0 0 1 0 0 0 15 0 22 0 909853703 10809630720 181655 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30116 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 22 0 909853703 10809630720 181655 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=10556280 CPUtime=0.01 cores=0,2,4,6
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30116 0 -1 4202560 696 0 0 0 1 0 0 0 15 0 22 0 909853703 10809630720 181655 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30116 0 -1 4202560 290 0 0 0 0 0 0 0 15 0 22 0 909853703 10809630720 181655 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=10556280 CPUtime=0.01 cores=0,2,4,6
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30116 0 -1 4202560 446 0 0 0 1 0 0 0 16 0 22 0 909853703 10809630720 181655 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30116 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 22 0 909853703 10809630720 181655 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=10556280 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30116 0 -1 4202560 831 0 0 0 0 0 0 0 15 0 22 0 909853703 10809630720 181655 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0

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

/proc/meminfo: memFree=27594180/32950928 swapFree=52246700/67111528
[pid=30443] ppid=30441 vsize=10556612 CPUtime=1737.22 cores=0,2,4,6
/proc/30443/stat : 30443 (java) S 30441 30443 30116 0 -1 4202496 397840 0 1 0 173667 55 0 0 25 0 22 0 909853701 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30443/statm: 2639153 385370 2265 9 0 2629887 0
[pid=30443/tid=30444] ppid=30441 vsize=10556612 CPUtime=0.41 cores=0,2,4,6
/proc/30443/task/30444/stat : 30444 (java) S 30441 30443 30116 0 -1 4202560 17178 0 1 0 39 2 0 0 15 0 22 0 909853701 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=10556612 CPUtime=1.43 cores=0,2,4,6
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30116 0 -1 4202560 965 0 0 0 143 0 0 0 16 0 22 0 909853703 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=10556612 CPUtime=1.31 cores=0,2,4,6
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30116 0 -1 4202560 603 0 0 0 131 0 0 0 15 0 22 0 909853703 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=10556612 CPUtime=1.22 cores=0,2,4,6
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30116 0 -1 4202560 847 0 0 0 122 0 0 0 15 0 22 0 909853703 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=10556612 CPUtime=1.39 cores=0,2,4,6
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30116 0 -1 4202560 1280 0 0 0 139 0 0 0 16 0 22 0 909853703 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=10556612 CPUtime=1.47 cores=0,2,4,6
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30116 0 -1 4202560 873 0 0 0 147 0 0 0 16 0 22 0 909853703 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=10556612 CPUtime=1.64 cores=0,2,4,6
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30116 0 -1 4202560 1059 0 0 0 164 0 0 0 16 0 22 0 909853703 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=10556612 CPUtime=1.38 cores=0,2,4,6
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30116 0 -1 4202560 638 0 0 0 138 0 0 0 16 0 22 0 909853703 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=10556612 CPUtime=1.49 cores=0,2,4,6
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30116 0 -1 4202560 1337 0 0 0 149 0 0 0 15 0 22 0 909853703 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30456] ppid=30441 vsize=10556612 CPUtime=154.72 cores=0,2,4,6
/proc/30443/task/30456/stat : 30456 (java) R 30441 30443 30116 0 -1 4202560 80955 0 0 0 15459 13 0 0 16 0 22 0 909853704 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 47570473294991 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=30443/tid=30457] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30457/stat : 30457 (java) S 30441 30443 30116 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 909853705 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30458] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30458/stat : 30458 (java) S 30441 30443 30116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909853705 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30459] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30459/stat : 30459 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909853707 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907314097 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30460] ppid=30441 vsize=10556612 CPUtime=1.22 cores=0,2,4,6
/proc/30443/task/30460/stat : 30460 (java) S 30441 30443 30116 0 -1 4202560 7712 0 0 0 122 0 0 0 15 0 22 0 909853707 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30461] ppid=30441 vsize=10556612 CPUtime=2.26 cores=0,2,4,6
/proc/30443/task/30461/stat : 30461 (java) S 30441 30443 30116 0 -1 4202560 11045 0 0 0 225 1 0 0 15 0 22 0 909853707 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30462] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30462/stat : 30462 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909853707 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30463] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30463/stat : 30463 (java) S 30441 30443 30116 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 909853707 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30464] ppid=30441 vsize=10556612 CPUtime=783.58 cores=0,2,4,6
/proc/30443/task/30464/stat : 30464 (java) S 30441 30443 30116 0 -1 4202560 2992 0 0 0 78356 2 0 0 17 0 22 0 909853743 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30465] ppid=30441 vsize=10556612 CPUtime=783.58 cores=0,2,4,6
/proc/30443/task/30465/stat : 30465 (java) S 30441 30443 30116 0 -1 4202560 269145 0 0 0 78328 30 0 0 17 0 22 0 909853743 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30466] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30466/stat : 30466 (java) S 30441 30443 30116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909853744 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30467] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30467/stat : 30467 (java) S 30441 30443 30116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909853744 10809970688 385370 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1737.22
Current children cumulated vsize (KiB) 10556612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+979.402 s]
/proc/loadavg: 3.30 3.65 3.77 3/482 30789
/proc/meminfo: memFree=28194584/32950928 swapFree=52246700/67111528
[pid=30443] ppid=30441 vsize=10556612 CPUtime=1800.07 cores=0,2,4,6
/proc/30443/stat : 30443 (java) S 30441 30443 30116 0 -1 4202496 399269 0 1 0 179950 57 0 0 25 0 22 0 909853701 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30443/statm: 2639153 386780 2265 9 0 2629887 0
[pid=30443/tid=30444] ppid=30441 vsize=10556612 CPUtime=0.41 cores=0,2,4,6
/proc/30443/task/30444/stat : 30444 (java) S 30441 30443 30116 0 -1 4202560 17192 0 1 0 39 2 0 0 15 0 22 0 909853701 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=10556612 CPUtime=1.52 cores=0,2,4,6
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30116 0 -1 4202560 969 0 0 0 152 0 0 0 16 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=10556612 CPUtime=1.41 cores=0,2,4,6
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30116 0 -1 4202560 610 0 0 0 141 0 0 0 15 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=10556612 CPUtime=1.34 cores=0,2,4,6
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30116 0 -1 4202560 850 0 0 0 134 0 0 0 15 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=10556612 CPUtime=1.48 cores=0,2,4,6
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30116 0 -1 4202560 1280 0 0 0 148 0 0 0 16 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=10556612 CPUtime=1.58 cores=0,2,4,6
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30116 0 -1 4202560 884 0 0 0 158 0 0 0 16 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=10556612 CPUtime=1.73 cores=0,2,4,6
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30116 0 -1 4202560 1060 0 0 0 173 0 0 0 15 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=10556612 CPUtime=1.45 cores=0,2,4,6
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30116 0 -1 4202560 644 0 0 0 145 0 0 0 15 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=10556612 CPUtime=1.58 cores=0,2,4,6
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30116 0 -1 4202560 1337 0 0 0 158 0 0 0 15 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30456] ppid=30441 vsize=10556612 CPUtime=166.43 cores=0,2,4,6
/proc/30443/task/30456/stat : 30456 (java) R 30441 30443 30116 0 -1 4202560 82335 0 0 0 16629 14 0 0 16 0 22 0 909853704 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 47570473294991 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=30443/tid=30457] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30457/stat : 30457 (java) S 30441 30443 30116 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 909853705 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30458] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30458/stat : 30458 (java) S 30441 30443 30116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909853705 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30459] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30459/stat : 30459 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909853707 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907314097 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30460] ppid=30441 vsize=10556612 CPUtime=1.22 cores=0,2,4,6
/proc/30443/task/30460/stat : 30460 (java) S 30441 30443 30116 0 -1 4202560 7712 0 0 0 122 0 0 0 15 0 22 0 909853707 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30461] ppid=30441 vsize=10556612 CPUtime=2.26 cores=0,2,4,6
/proc/30443/task/30461/stat : 30461 (java) S 30441 30443 30116 0 -1 4202560 11045 0 0 0 225 1 0 0 15 0 22 0 909853707 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30462] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30462/stat : 30462 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909853707 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30463] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30463/stat : 30463 (java) S 30441 30443 30116 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 909853707 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30464] ppid=30441 vsize=10556612 CPUtime=808.76 cores=0,2,4,6
/proc/30443/task/30464/stat : 30464 (java) S 30441 30443 30116 0 -1 4202560 2993 0 0 0 80873 3 0 0 17 0 22 0 909853743 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30465] ppid=30441 vsize=10556612 CPUtime=808.77 cores=0,2,4,6
/proc/30443/task/30465/stat : 30465 (java) S 30441 30443 30116 0 -1 4202560 269145 0 0 0 80846 31 0 0 17 0 22 0 909853743 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30466] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30466/stat : 30466 (java) S 30441 30443 30116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909853744 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30467] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30467/stat : 30467 (java) S 30441 30443 30116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909853744 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10556612

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

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

[startup+979.802 s]
/proc/loadavg: 3.30 3.65 3.77 3/482 30789
/proc/meminfo: memFree=28194584/32950928 swapFree=52246700/67111528
[pid=30443] ppid=30441 vsize=10556612 CPUtime=1800.45 cores=0,2,4,6
/proc/30443/stat : 30443 (java) S 30441 30443 30116 0 -1 4202496 399270 0 1 0 179988 57 0 0 18 0 22 0 909853701 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30443/statm: 2639153 386780 2265 9 0 2629887 0
[pid=30443/tid=30444] ppid=30441 vsize=10556612 CPUtime=0.41 cores=0,2,4,6
/proc/30443/task/30444/stat : 30444 (java) S 30441 30443 30116 0 -1 4202560 17192 0 1 0 39 2 0 0 15 0 22 0 909853701 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=10556612 CPUtime=1.52 cores=0,2,4,6
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30116 0 -1 4202560 969 0 0 0 152 0 0 0 16 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=10556612 CPUtime=1.41 cores=0,2,4,6
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30116 0 -1 4202560 610 0 0 0 141 0 0 0 15 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=10556612 CPUtime=1.34 cores=0,2,4,6
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30116 0 -1 4202560 850 0 0 0 134 0 0 0 15 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=10556612 CPUtime=1.48 cores=0,2,4,6
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30116 0 -1 4202560 1280 0 0 0 148 0 0 0 16 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=10556612 CPUtime=1.58 cores=0,2,4,6
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30116 0 -1 4202560 884 0 0 0 158 0 0 0 16 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=10556612 CPUtime=1.73 cores=0,2,4,6
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30116 0 -1 4202560 1060 0 0 0 173 0 0 0 15 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=10556612 CPUtime=1.45 cores=0,2,4,6
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30116 0 -1 4202560 644 0 0 0 145 0 0 0 15 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=10556612 CPUtime=1.58 cores=0,2,4,6
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30116 0 -1 4202560 1337 0 0 0 158 0 0 0 15 0 22 0 909853703 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
[pid=30443/tid=30456] ppid=30441 vsize=10556612 CPUtime=166.82 cores=0,2,4,6
/proc/30443/task/30456/stat : 30456 (java) R 30441 30443 30116 0 -1 4202560 82335 0 0 0 16668 14 0 0 16 0 22 0 909853704 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 47570473676872 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=30443/tid=30457] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30457/stat : 30457 (java) S 30441 30443 30116 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 909853705 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30458] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30458/stat : 30458 (java) S 30441 30443 30116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909853705 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30459] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30459/stat : 30459 (java) S 30441 30443 30116 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 909853707 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30460] ppid=30441 vsize=10556612 CPUtime=1.22 cores=0,2,4,6
/proc/30443/task/30460/stat : 30460 (java) S 30441 30443 30116 0 -1 4202560 7712 0 0 0 122 0 0 0 15 0 22 0 909853707 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 0 0 0 0
[pid=30443/tid=30461] ppid=30441 vsize=10556612 CPUtime=2.26 cores=0,2,4,6
/proc/30443/task/30461/stat : 30461 (java) S 30441 30443 30116 0 -1 4202560 11045 0 0 0 225 1 0 0 15 0 22 0 909853707 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30462] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30462/stat : 30462 (java) S 30441 30443 30116 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909853707 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30463] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30463/stat : 30463 (java) S 30441 30443 30116 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 909853707 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30464] ppid=30441 vsize=10556612 CPUtime=808.76 cores=0,2,4,6
/proc/30443/task/30464/stat : 30464 (java) S 30441 30443 30116 0 -1 4202560 2993 0 0 0 80873 3 0 0 17 0 22 0 909853743 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30465] ppid=30441 vsize=10556612 CPUtime=808.77 cores=0,2,4,6
/proc/30443/task/30465/stat : 30465 (java) S 30441 30443 30116 0 -1 4202560 269145 0 0 0 80846 31 0 0 17 0 22 0 909853743 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907306393 0 4 0 16800975 18446604447962471360 0 0 -1 4 0 0 0
[pid=30443/tid=30466] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30466/stat : 30466 (java) S 30441 30443 30116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909853744 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 2 0 0 0
[pid=30443/tid=30467] ppid=30441 vsize=10556612 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30467/stat : 30467 (java) S 30441 30443 30116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909853744 10809970688 386780 33554432000 1073741824 1073778376 140736349622640 18446744073709551615 231907307008 0 4 0 16800975 18446604447962471360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 10556612

[startup+979.901 s]
/proc/loadavg: 3.30 3.65 3.77 3/482 30789
/proc/meminfo: memFree=28194584/32950928 swapFree=52246700/67111528
[pid=30443] ppid=30441 vsize=0 CPUtime=1800.56 cores=0,2,4,6
/proc/30443/stat : 30443 (java) Z 30441 30443 30116 0 -1 4203548 399303 0 1 0 179999 57 0 0 15 0 2 0 909853701 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30443/statm: 0 0 0 0 0 0 0
[pid=30443/tid=30462] ppid=30441 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/30443/task/30462/stat : 30462 (java) R 30441 30443 30116 0 -1 4203588 1 0 0 0 0 0 0 0 18 0 2 0 909853707 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 979.957
CPU time (s): 1800.63
CPU user time (s): 1800
CPU system time (s): 0.631903
CPU usage (%): 183.746
Max. virtual memory (cumulated for all children) (KiB): 10567932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.631903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 399303
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32623
involuntary context switches= 17755

runsolver used 4.75928 second user time and 9.67653 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-04 16:03:50
IDJOB=3453573
IDBENCH=71848
IDSOLVER=1950
FILE ID=node114/3453573-1307196230
RUNJOBID= node114-1307195320-30135
PBS_JOBID= 13508867
Free space on /tmp= 73940 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453573-1307196230/watcher-3453573-1307196230 -o /tmp/evaluation-result-3453573-1307196230/solver-3453573-1307196230 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453573-1307196230.opb

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=1941454504

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29707628 kB
Buffers:        328196 kB
Cached:         514016 kB
SwapCached:      10712 kB
Active:        2453264 kB
Inactive:       517648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29707628 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:            1152 kB
Writeback:          32 kB
AnonPages:     2125936 kB
Mapped:          29116 kB
Slab:           142900 kB
PageTables:      62696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118527528 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73932 MiB
End job on node114 at 2011-06-04 16:20:12