Trace number 3458364

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 Resolution 2.3.0SAT (TO)-37 1800.2 1795.68

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_3.opb
MD5SUM2917e00f55986a046b103b08aa2aecc1
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -36
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint60
Maximum length of a constraint110
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37460
Sum of products size (including duplicates)74920
Number of different products18730
Sum of products size37460

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3458364-1307159564.opb
0.00/0.11	c reading problem ... 
1.37/0.65	c ... done. Wall clock time 0.54s.
1.37/0.65	c #vars     19230
1.37/0.65	c #constraints  56690
1.37/0.65	c constraints type 
1.37/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18730
1.37/0.65	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1.37/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18730
1.65/0.76	c SATISFIABLE
1.65/0.76	c OPTIMIZING...
1.65/0.76	c Got one! Elapsed wall clock time (in seconds):0.645
1.65/0.76	o -26
1.65/0.78	c Got one! Elapsed wall clock time (in seconds):0.67
1.65/0.78	o -27
1.91/0.88	c Got one! Elapsed wall clock time (in seconds):0.765
1.91/0.88	o -32
2.25/1.04	c Got one! Elapsed wall clock time (in seconds):0.931
2.25/1.04	o -33
2.56/1.30	c Got one! Elapsed wall clock time (in seconds):1.194
2.56/1.30	o -34
2.69/1.40	c Got one! Elapsed wall clock time (in seconds):1.288
2.69/1.40	o -35
3.33/2.06	c cleaning 3510 clauses out of 7020 with flag 4000/7020
4.32/2.93	c cleaning 4755 clauses out of 9510 with flag 10000/13020
5.32/3.94	c cleaning 5878 clauses out of 11755 with flag 17000/20020
6.43/5.09	c cleaning 6939 clauses out of 13878 with flag 25001/28021
7.87/6.44	c cleaning 7966 clauses out of 15938 with flag 34000/37020
9.37/7.96	c cleaning 8986 clauses out of 17972 with flag 44000/47020
10.99/9.57	c cleaning 9992 clauses out of 19987 with flag 55001/58021
12.91/11.48	c cleaning 10996 clauses out of 21994 with flag 67000/70020
14.93/13.42	c Got one! Elapsed wall clock time (in seconds):13.307
14.93/13.42	o -36
15.84/14.41	c cleaning 14271 clauses out of 28549 with flag 5001/87571
16.84/15.39	c cleaning 10136 clauses out of 20277 with flag 11000/93570
18.06/16.52	c cleaning 8562 clauses out of 17142 with flag 18001/100571
19.35/17.82	c cleaning 8289 clauses out of 16580 with flag 26001/108571
20.76/19.24	c cleaning 8643 clauses out of 17291 with flag 35001/117571
22.26/20.77	c cleaning 9312 clauses out of 18647 with flag 45000/127570
24.07/22.55	c cleaning 10168 clauses out of 20335 with flag 56000/138570
26.18/24.60	c cleaning 11080 clauses out of 22167 with flag 68000/150570
28.38/26.87	c cleaning 12036 clauses out of 24087 with flag 81000/163570
30.69/29.15	c cleaning 13022 clauses out of 26051 with flag 95000/177570
33.00/31.48	c cleaning 14010 clauses out of 28029 with flag 110000/192570
35.61/34.10	c cleaning 15005 clauses out of 30020 with flag 126001/208571
38.82/37.26	c cleaning 16006 clauses out of 32014 with flag 143000/225570
42.03/40.41	c cleaning 17004 clauses out of 34008 with flag 161000/243570
45.76/44.13	c cleaning 17995 clauses out of 36004 with flag 180000/262570
49.09/47.49	c cleaning 18996 clauses out of 38009 with flag 200000/282570
52.68/51.06	c cleaning 20006 clauses out of 40013 with flag 221000/303570
56.80/55.18	c cleaning 20999 clauses out of 42007 with flag 243000/325570
61.50/59.84	c cleaning 22004 clauses out of 44008 with flag 266000/348570
66.63/65.01	c cleaning 23002 clauses out of 46004 with flag 290000/372570
71.73/70.07	c cleaning 23996 clauses out of 48002 with flag 315000/397570
76.57/74.91	c cleaning 24999 clauses out of 50006 with flag 341000/423570
82.38/80.69	c cleaning 26001 clauses out of 52008 with flag 368001/450571
88.40/86.67	c cleaning 26993 clauses out of 54006 with flag 396000/478570
94.82/93.05	c cleaning 27999 clauses out of 56013 with flag 425000/507570
101.04/99.28	c cleaning 29005 clauses out of 58014 with flag 455000/537570
109.16/107.34	c cleaning 30005 clauses out of 60009 with flag 486000/568570
115.77/113.99	c cleaning 30996 clauses out of 62005 with flag 518001/600571
121.91/120.04	c cleaning 31998 clauses out of 64008 with flag 551000/633570
128.71/126.87	c cleaning 33003 clauses out of 66010 with flag 585000/667570
136.54/134.69	c cleaning 34003 clauses out of 68008 with flag 620001/702571
143.99/142.09	c cleaning 35003 clauses out of 70005 with flag 656001/738571
153.08/151.16	c cleaning 36000 clauses out of 72001 with flag 693000/775570
163.10/161.10	c cleaning 36987 clauses out of 74001 with flag 731000/813570
173.53/171.60	c cleaning 37502 clauses out of 75015 with flag 769001/851571
183.24/181.21	c cleaning 37744 clauses out of 75512 with flag 807000/889570
190.67/188.65	c cleaning 37880 clauses out of 75768 with flag 845000/927570
199.30/197.23	c cleaning 37938 clauses out of 75889 with flag 883001/965571
208.83/206.81	c cleaning 37962 clauses out of 75951 with flag 921001/1003571
217.86/215.75	c cleaning 37995 clauses out of 75989 with flag 959001/1041571
228.46/226.33	c cleaning 37997 clauses out of 75993 with flag 997000/1079570
238.97/236.86	c cleaning 37988 clauses out of 75996 with flag 1035000/1117570
250.21/248.02	c cleaning 38001 clauses out of 76008 with flag 1073000/1155570
260.75/258.57	c cleaning 37999 clauses out of 76007 with flag 1111000/1193570
270.96/268.75	c cleaning 37996 clauses out of 76008 with flag 1149000/1231570
281.29/279.05	c cleaning 38005 clauses out of 76014 with flag 1187002/1269572
292.00/289.77	c cleaning 38004 clauses out of 76008 with flag 1225001/1307571
300.63/298.35	c cleaning 37998 clauses out of 76003 with flag 1263000/1345570
308.06/305.80	c cleaning 37991 clauses out of 76005 with flag 1301000/1383570
316.80/314.41	c cleaning 37998 clauses out of 76014 with flag 1339000/1421570
326.13/323.75	c cleaning 37997 clauses out of 76016 with flag 1377000/1459570
336.26/333.85	c cleaning 38004 clauses out of 76019 with flag 1415000/1497570
344.88/342.44	c cleaning 37995 clauses out of 76015 with flag 1453000/1535570
353.92/351.46	c cleaning 37998 clauses out of 76020 with flag 1491000/1573570
362.73/360.25	c cleaning 37999 clauses out of 76022 with flag 1529000/1611570
371.83/369.35	c cleaning 38003 clauses out of 76023 with flag 1567000/1649570
381.97/379.51	c cleaning 38006 clauses out of 76020 with flag 1605000/1687570
391.49/388.91	c cleaning 38000 clauses out of 76014 with flag 1643000/1725570
401.00/398.48	c cleaning 37994 clauses out of 76015 with flag 1681001/1763571
410.11/407.52	c cleaning 38004 clauses out of 76020 with flag 1719000/1801570
420.04/417.42	c cleaning 37995 clauses out of 76017 with flag 1757001/1839571
429.66/427.01	c cleaning 37999 clauses out of 76021 with flag 1795000/1877570
439.27/436.65	c cleaning 37995 clauses out of 76023 with flag 1833001/1915571
449.29/446.68	c cleaning 38011 clauses out of 76027 with flag 1871000/1953570
458.10/455.48	c cleaning 37999 clauses out of 76016 with flag 1909000/1991570
465.22/462.59	c cleaning 38008 clauses out of 76017 with flag 1947000/2029570
473.44/470.70	c cleaning 38003 clauses out of 76009 with flag 1985000/2067570
482.96/480.22	c cleaning 38001 clauses out of 76006 with flag 2023000/2105570
491.30/488.53	c cleaning 37994 clauses out of 76005 with flag 2061000/2143570
500.80/498.07	c cleaning 37984 clauses out of 76011 with flag 2099000/2181570
510.42/507.70	c cleaning 38003 clauses out of 76027 with flag 2137000/2219570
520.04/517.26	c cleaning 37996 clauses out of 76024 with flag 2175000/2257570
529.26/526.42	c cleaning 38004 clauses out of 76029 with flag 2213001/2295571
533.29/530.41	c Got one! Elapsed wall clock time (in seconds):530.299
533.29/530.41	o -37
534.59/531.73	c cleaning 31476 clauses out of 62954 with flag 5001/2320500
535.80/532.98	c cleaning 18739 clauses out of 37478 with flag 11001/2326500
537.21/534.33	c cleaning 12854 clauses out of 25738 with flag 18000/2333499
538.63/535.81	c cleaning 10439 clauses out of 20884 with flag 26000/2341499
540.32/537.43	c cleaning 9718 clauses out of 19445 with flag 35000/2350499
542.22/539.39	c cleaning 9860 clauses out of 19727 with flag 45000/2360499
544.42/541.53	c cleaning 10427 clauses out of 20867 with flag 56000/2371499
546.83/543.99	c cleaning 11210 clauses out of 22440 with flag 68000/2383499
549.43/546.52	c cleaning 12113 clauses out of 24231 with flag 81001/2396500
552.23/549.33	c cleaning 13053 clauses out of 26118 with flag 95001/2410500
555.54/552.60	c cleaning 14022 clauses out of 28065 with flag 110001/2425500
559.04/556.15	c cleaning 15014 clauses out of 30043 with flag 126001/2441500
562.96/560.05	c cleaning 16014 clauses out of 32029 with flag 143001/2458500
566.35/563.45	c cleaning 16999 clauses out of 34014 with flag 161000/2476499
570.06/567.14	c cleaning 18007 clauses out of 36015 with flag 180000/2495499
573.99/571.04	c cleaning 18998 clauses out of 38008 with flag 200000/2515499
578.39/575.47	c cleaning 20000 clauses out of 40010 with flag 221000/2536499
583.07/580.15	c cleaning 20992 clauses out of 42010 with flag 243000/2558499
587.78/584.85	c cleaning 22005 clauses out of 44018 with flag 266000/2581499
592.98/590.05	c cleaning 22996 clauses out of 46013 with flag 290000/2605499
598.79/595.87	c cleaning 24003 clauses out of 48017 with flag 315000/2630499
604.81/601.88	c cleaning 24999 clauses out of 50014 with flag 341000/2656499
611.10/608.15	c cleaning 26002 clauses out of 52015 with flag 368000/2683499
617.60/614.69	c cleaning 27002 clauses out of 54013 with flag 396000/2711499
623.91/620.94	c cleaning 27997 clauses out of 56012 with flag 425001/2740500
631.24/628.24	c cleaning 29007 clauses out of 58015 with flag 455001/2770500
638.33/635.34	c cleaning 30000 clauses out of 60007 with flag 486000/2801499
646.14/643.13	c cleaning 30997 clauses out of 62008 with flag 518001/2833500
653.85/650.89	c cleaning 32002 clauses out of 64011 with flag 551001/2866500
662.76/659.72	c cleaning 33002 clauses out of 66009 with flag 585001/2900500
671.67/668.68	c cleaning 33996 clauses out of 68006 with flag 620000/2935499
681.48/678.47	c cleaning 35000 clauses out of 70011 with flag 656001/2971500
691.39/688.37	c cleaning 35999 clauses out of 72010 with flag 693000/3008499
698.61/695.57	c cleaning 37002 clauses out of 74011 with flag 731000/3046499
706.93/703.88	c cleaning 37497 clauses out of 75010 with flag 769001/3084500
716.15/713.01	c cleaning 37741 clauses out of 75513 with flag 807001/3122500
725.18/722.08	c cleaning 37881 clauses out of 75772 with flag 845001/3160500
733.72/730.58	c cleaning 37940 clauses out of 75890 with flag 883000/3198499
741.43/738.28	c cleaning 37971 clauses out of 75951 with flag 921001/3236500
750.64/747.47	c cleaning 37987 clauses out of 75979 with flag 959000/3274499
760.17/756.98	c cleaning 37997 clauses out of 75993 with flag 997001/3312500
769.86/766.62	c cleaning 37991 clauses out of 75996 with flag 1035001/3350500
779.68/776.40	c cleaning 37997 clauses out of 76005 with flag 1073001/3388500
789.20/785.94	c cleaning 37992 clauses out of 76007 with flag 1111000/3426499
798.62/795.41	c cleaning 38002 clauses out of 76015 with flag 1149000/3464499
808.03/804.70	c cleaning 38002 clauses out of 76014 with flag 1187001/3502500
817.95/814.64	c cleaning 37999 clauses out of 76011 with flag 1225000/3540499
826.46/823.17	c cleaning 37997 clauses out of 76012 with flag 1263000/3578499
836.57/833.24	c cleaning 38001 clauses out of 76015 with flag 1301000/3616499
845.67/842.32	c cleaning 38003 clauses out of 76015 with flag 1339001/3654500
854.28/850.90	c cleaning 37998 clauses out of 76011 with flag 1377000/3692499
863.89/860.50	c cleaning 38002 clauses out of 76013 with flag 1415000/3730499
873.21/869.86	c cleaning 38000 clauses out of 76013 with flag 1453002/3768501
882.62/879.24	c cleaning 37994 clauses out of 76011 with flag 1491000/3806499
891.93/888.55	c cleaning 37999 clauses out of 76018 with flag 1529001/3844500
901.63/898.21	c cleaning 37999 clauses out of 76019 with flag 1567001/3882500
911.24/907.80	c cleaning 37998 clauses out of 76020 with flag 1605001/3920500
921.65/918.24	c cleaning 38003 clauses out of 76021 with flag 1643000/3958499
930.66/927.24	c cleaning 38001 clauses out of 76019 with flag 1681001/3996500
939.18/935.74	c cleaning 38001 clauses out of 76017 with flag 1719000/4034499
948.79/945.30	c cleaning 38006 clauses out of 76016 with flag 1757000/4072499
959.10/955.64	c cleaning 38004 clauses out of 76012 with flag 1795002/4110501
969.21/965.78	c cleaning 37990 clauses out of 76006 with flag 1833000/4148499
978.93/975.44	c cleaning 37994 clauses out of 76016 with flag 1871000/4186499
988.74/985.28	c cleaning 38007 clauses out of 76023 with flag 1909001/4224500
998.65/995.15	c cleaning 37990 clauses out of 76015 with flag 1947000/4262499
1008.76/1005.28	c cleaning 38006 clauses out of 76025 with flag 1985000/4300499
1019.00/1015.45	c cleaning 38003 clauses out of 76019 with flag 2023000/4338499
1029.19/1025.62	c cleaning 38006 clauses out of 76016 with flag 2061000/4376499
1040.19/1036.68	c cleaning 37999 clauses out of 76010 with flag 2099000/4414499
1050.20/1046.67	c cleaning 37999 clauses out of 76012 with flag 2137001/4452500
1059.63/1056.06	c cleaning 38004 clauses out of 76012 with flag 2175000/4490499
1067.72/1064.17	c cleaning 37996 clauses out of 76008 with flag 2213000/4528499
1075.65/1072.04	c cleaning 37995 clauses out of 76012 with flag 2251000/4566499
1084.16/1080.53	c cleaning 38003 clauses out of 76017 with flag 2289000/4604499
1093.67/1090.09	c cleaning 38003 clauses out of 76014 with flag 2327000/4642499
1102.48/1098.91	c cleaning 37994 clauses out of 76011 with flag 2365000/4680499
1111.29/1107.71	c cleaning 37993 clauses out of 76017 with flag 2403000/4718499
1119.81/1116.15	c cleaning 38004 clauses out of 76024 with flag 2441000/4756499
1129.31/1125.65	c cleaning 37999 clauses out of 76020 with flag 2479000/4794499
1137.73/1134.02	c cleaning 38009 clauses out of 76022 with flag 2517001/4832500
1147.36/1143.65	c cleaning 38005 clauses out of 76012 with flag 2555000/4870499
1156.47/1152.78	c cleaning 37992 clauses out of 76007 with flag 2593000/4908499
1166.29/1162.53	c cleaning 38001 clauses out of 76015 with flag 2631000/4946499
1175.32/1171.55	c cleaning 37998 clauses out of 76015 with flag 2669001/4984500
1184.93/1181.15	c cleaning 37999 clauses out of 76016 with flag 2707000/5022499
1194.84/1191.06	c cleaning 38005 clauses out of 76017 with flag 2745000/5060499
1204.07/1200.23	c cleaning 38001 clauses out of 76012 with flag 2783000/5098499
1213.76/1209.92	c cleaning 38000 clauses out of 76011 with flag 2821000/5136499
1222.56/1218.76	c cleaning 37996 clauses out of 76011 with flag 2859000/5174499
1230.77/1226.91	c cleaning 37999 clauses out of 76015 with flag 2897000/5212499
1240.79/1236.92	c cleaning 37997 clauses out of 76016 with flag 2935000/5250499
1250.70/1246.88	c cleaning 37989 clauses out of 76019 with flag 2973000/5288499
1259.42/1255.55	c cleaning 37999 clauses out of 76030 with flag 3011000/5326499
1269.23/1265.30	c cleaning 38000 clauses out of 76031 with flag 3049000/5364499
1277.75/1273.88	c cleaning 38009 clauses out of 76032 with flag 3087001/5402500
1287.34/1283.48	c cleaning 37998 clauses out of 76022 with flag 3125000/5440499
1296.36/1292.50	c cleaning 37993 clauses out of 76024 with flag 3163000/5478499
1304.57/1300.67	c cleaning 37999 clauses out of 76032 with flag 3201001/5516500
1313.70/1309.70	c cleaning 38007 clauses out of 76032 with flag 3239000/5554499
1322.71/1318.70	c cleaning 38002 clauses out of 76025 with flag 3277000/5592499
1331.84/1327.86	c cleaning 38006 clauses out of 76024 with flag 3315001/5630500
1341.75/1337.74	c cleaning 37994 clauses out of 76018 with flag 3353001/5668500
1350.34/1346.35	c cleaning 38004 clauses out of 76024 with flag 3391001/5706500
1359.75/1355.72	c cleaning 37999 clauses out of 76020 with flag 3429001/5744500
1368.65/1364.62	c cleaning 37999 clauses out of 76020 with flag 3467000/5782499
1378.46/1374.40	c cleaning 38010 clauses out of 76022 with flag 3505001/5820500
1386.78/1382.73	c cleaning 38004 clauses out of 76011 with flag 3543000/5858499
1395.77/1391.70	c cleaning 37992 clauses out of 76008 with flag 3581001/5896500
1404.97/1400.90	c cleaning 38002 clauses out of 76016 with flag 3619001/5934500
1413.78/1409.76	c cleaning 37995 clauses out of 76013 with flag 3657000/5972499
1423.59/1419.53	c cleaning 38000 clauses out of 76018 with flag 3695000/6010499
1433.13/1429.09	c cleaning 38005 clauses out of 76018 with flag 3733000/6048499
1442.81/1438.78	c cleaning 38000 clauses out of 76014 with flag 3771001/6086500
1452.72/1448.65	c cleaning 37993 clauses out of 76013 with flag 3809000/6124499
1462.43/1458.34	c cleaning 38001 clauses out of 76020 with flag 3847000/6162499
1472.24/1468.18	c cleaning 38001 clauses out of 76019 with flag 3885000/6200499
1482.25/1478.12	c cleaning 37999 clauses out of 76018 with flag 3923000/6238499
1491.77/1487.64	c cleaning 38004 clauses out of 76019 with flag 3961000/6276499
1501.57/1497.46	c cleaning 37998 clauses out of 76015 with flag 3999000/6314499
1511.48/1507.38	c cleaning 38006 clauses out of 76018 with flag 4037001/6352500
1522.39/1518.29	c cleaning 37993 clauses out of 76011 with flag 4075000/6390499
1532.79/1528.64	c cleaning 37993 clauses out of 76018 with flag 4113000/6428499
1542.50/1538.38	c cleaning 38001 clauses out of 76027 with flag 4151002/6466501
1551.81/1547.70	c cleaning 38006 clauses out of 76024 with flag 4189000/6504499
1561.32/1557.16	c cleaning 38005 clauses out of 76018 with flag 4227000/6542499
1571.63/1567.46	c cleaning 38002 clauses out of 76013 with flag 4265000/6580499
1581.24/1577.09	c cleaning 37995 clauses out of 76011 with flag 4303000/6618499
1590.65/1586.44	c cleaning 38003 clauses out of 76017 with flag 4341001/6656500
1600.55/1596.35	c cleaning 37994 clauses out of 76013 with flag 4379000/6694499
1610.66/1606.40	c cleaning 37992 clauses out of 76020 with flag 4417001/6732500
1619.28/1615.08	c cleaning 38004 clauses out of 76028 with flag 4455001/6770500
1626.91/1622.64	c cleaning 38009 clauses out of 76023 with flag 4493000/6808499
1636.01/1631.78	c cleaning 37997 clauses out of 76015 with flag 4531001/6846500
1645.64/1641.32	c cleaning 38004 clauses out of 76017 with flag 4569000/6884499
1654.53/1650.26	c cleaning 37992 clauses out of 76013 with flag 4607000/6922499
1663.15/1658.88	c cleaning 38006 clauses out of 76022 with flag 4645001/6960500
1672.15/1667.83	c cleaning 37992 clauses out of 76015 with flag 4683000/6998499
1681.87/1677.54	c cleaning 37999 clauses out of 76023 with flag 4721000/7036499
1689.46/1685.18	c cleaning 37995 clauses out of 76024 with flag 4759000/7074499
1698.77/1694.45	c cleaning 38005 clauses out of 76029 with flag 4797000/7112499
1708.18/1703.83	c cleaning 37998 clauses out of 76025 with flag 4835001/7150500
1717.69/1713.32	c cleaning 38004 clauses out of 76027 with flag 4873001/7188500
1726.60/1722.20	c cleaning 38005 clauses out of 76023 with flag 4911001/7226500
1735.71/1731.33	c cleaning 37999 clauses out of 76017 with flag 4949000/7264499
1744.92/1740.57	c cleaning 37996 clauses out of 76018 with flag 4987000/7302499
1753.82/1749.42	c cleaning 38000 clauses out of 76023 with flag 5025001/7340500
1763.93/1759.57	c cleaning 37993 clauses out of 76022 with flag 5063000/7378499
1772.94/1768.59	c cleaning 38002 clauses out of 76030 with flag 5101001/7416500
1781.64/1777.22	c cleaning 37995 clauses out of 76027 with flag 5139000/7454499
1791.06/1786.68	c cleaning 38011 clauses out of 76032 with flag 5177000/7492499
1800.08/1795.62	c starts		: 305
1800.08/1795.62	c conflicts		: 7529785
1800.08/1795.62	c decisions		: 7945335
1800.08/1795.62	c propagations		: 45094927
1800.08/1795.62	c inspects		: 13519046064
1800.08/1795.62	c shortcuts		: 0
1800.08/1795.62	c learnt literals	: 0
1800.08/1795.62	c learnt binary clauses	: 0
1800.08/1795.62	c learnt ternary clauses	: 0
1800.08/1795.62	c learnt constraints	: 7529785
1800.08/1795.62	c ignored constraints	: 0
1800.08/1795.62	c root simplifications	: 0
1800.08/1795.62	c removed literals (reason simplification)	: 98920292
1800.08/1795.62	c reason swapping (by a shorter reason)	: 0
1800.08/1795.62	c Calls to reduceDB	: 232
1800.08/1795.62	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.62	c number of learned constraints concerned by reduction	: 0
1800.08/1795.62	c number of learning phase by resolution	: 0
1800.08/1795.62	c number of learning phase by cutting planes	: 0
1800.08/1795.62	c speed (assignments/second)	: 35642.13642909421
1800.08/1795.62	c non guided choices	0
1800.08/1795.65	c learnt constraints type 
1800.08/1795.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75386
1800.08/1795.65	c constraints type 
1800.08/1795.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18730
1800.08/1795.65	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1800.08/1795.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.08/1795.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18730
1800.08/1795.65	s SATISFIABLE
1800.08/1795.65	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 x397 x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 x454 x455 -x456 -x457 x458 -x459 -x460 x461 -x462 x463 -x464 -x465 x466 -x467 -x468 x469 -x470 x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 x485 -x486 x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 x496 x497 -x498 x499 -x500 
1800.08/1795.65	c objective function=-37
1800.08/1795.65	c Total wall clock time (in seconds): 1795.541

Verifier Data

OK	-37

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-3458364-1307159564/watcher-3458364-1307159564 -o /tmp/evaluation-result-3458364-1307159564/solver-3458364-1307159564 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458364-1307159564.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.88 2.01 1.99 3/553 23306
/proc/meminfo: memFree=28821604/32951124 swapFree=58212616/67111528
[pid=23306] ppid=23304 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/23306/stat : 23306 (java) S 23304 23306 19861 0 -1 4202496 3168 0 1 0 0 0 0 0 25 0 2 0 827554413 13833195520 2869 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256151525 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23306/statm: 3377245 2883 906 9 0 3368401 0
[pid=23306/tid=23307] ppid=23304 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23307/stat : 23307 (java) R 23304 23306 19861 0 -1 4202560 6629 0 1 0 0 0 0 0 25 0 2 0 827554413 13850947584 7444 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228244042811 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.119536 s]
/proc/loadavg: 1.88 2.01 1.99 3/553 23306
/proc/meminfo: memFree=28821604/32951124 swapFree=58212616/67111528
[pid=23306] ppid=23304 vsize=13621900 CPUtime=0.12 cores=1,3,5,7
/proc/23306/stat : 23306 (java) S 23304 23306 19861 0 -1 4202496 15781 0 1 0 10 2 0 0 25 0 18 0 827554413 13948825600 15447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23306/statm: 3405475 15448 2133 9 0 3396209 0
[pid=23306/tid=23307] ppid=23304 vsize=13621900 CPUtime=0.1 cores=1,3,5,7
/proc/23306/task/23307/stat : 23307 (java) R 23304 23306 19861 0 -1 4202560 13858 0 1 0 8 2 0 0 18 0 18 0 827554413 13948825600 15448 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256175563 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13621900

[startup+0.200841 s]
/proc/loadavg: 1.88 2.01 1.99 3/553 23306
/proc/meminfo: memFree=28821604/32951124 swapFree=58212616/67111528
[pid=23306] ppid=23304 vsize=13622364 CPUtime=0.24 cores=1,3,5,7
/proc/23306/stat : 23306 (java) S 23304 23306 19861 0 -1 4202496 16425 0 1 0 22 2 0 0 25 0 18 0 827554413 13949300736 16091 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23306/statm: 3405591 16091 2167 9 0 3396325 0
[pid=23306/tid=23307] ppid=23304 vsize=13622364 CPUtime=0.18 cores=1,3,5,7
/proc/23306/task/23307/stat : 23307 (java) R 23304 23306 19861 0 -1 4202560 14362 0 1 0 16 2 0 0 18 0 18 0 827554413 13949300736 16091 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 46912505179312 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13622364

[startup+0.300825 s]
/proc/loadavg: 1.88 2.01 1.99 3/553 23306
/proc/meminfo: memFree=28821604/32951124 swapFree=58212616/67111528
[pid=23306] ppid=23304 vsize=13625220 CPUtime=0.47 cores=1,3,5,7
/proc/23306/stat : 23306 (java) S 23304 23306 19861 0 -1 4202496 18864 0 1 0 44 3 0 0 25 0 18 0 827554413 13952225280 17951 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23306/statm: 3406305 17952 2211 9 0 3397039 0
[pid=23306/tid=23307] ppid=23304 vsize=13625220 CPUtime=0.28 cores=1,3,5,7
/proc/23306/task/23307/stat : 23307 (java) R 23304 23306 19861 0 -1 4202560 15239 0 1 0 26 2 0 0 18 0 18 0 827554413 13952225280 17952 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 47624102583092 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13625220

[startup+0.700754 s]
/proc/loadavg: 1.88 2.01 1.99 3/553 23306
/proc/meminfo: memFree=28821604/32951124 swapFree=58212616/67111528
[pid=23306] ppid=23304 vsize=13632776 CPUtime=1.65 cores=1,3,5,7
/proc/23306/stat : 23306 (java) S 23304 23306 19861 0 -1 4202496 39069 0 1 0 159 6 0 0 25 0 19 0 827554413 13959962624 35261 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23306/statm: 3408194 35261 2237 9 0 3398928 0
[pid=23306/tid=23307] ppid=23304 vsize=13632776 CPUtime=0.68 cores=1,3,5,7
/proc/23306/task/23307/stat : 23307 (java) R 23304 23306 19861 0 -1 4202560 29172 0 1 0 64 4 0 0 19 0 19 0 827554413 13959962624 35261 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 47624098104215 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 13632776

[startup+1.50065 s]
/proc/loadavg: 1.89 2.01 1.99 3/572 23325
/proc/meminfo: memFree=28680420/32951124 swapFree=58212616/67111528
[pid=23306] ppid=23304 vsize=13632776 CPUtime=2.8 cores=1,3,5,7
/proc/23306/stat : 23306 (java) S 23304 23306 19861 0 -1 4202496 42779 0 1 0 273 7 0 0 25 0 19 0 827554413 13959962624 38970 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23306/statm: 3408194 38970 2244 9 0 3398928 0
[pid=23306/tid=23307] ppid=23304 vsize=13632776 CPUtime=1.48 cores=1,3,5,7
/proc/23306/task/23307/stat : 23307 (java) R 23304 23306 19861 0 -1 4202560 32813 0 1 0 143 5 0 0 20 0 19 0 827554413 13959962624 38970 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 46912506093625 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23306/tid=23309] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23309/stat : 23309 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554415 13959962624 38970 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23310] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23310/stat : 23310 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554415 13959962624 38970 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23311] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23311/stat : 23311 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554415 13959962624 38970 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23312] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23312/stat : 23312 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554415 13959962624 38970 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23313] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554415 13959962624 38970 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554415 13959962624 38970 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554415 13959962624 38970 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554415 13959962624 38970 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23317] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23317/stat : 23317 (java) S 23304 23306 19861 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 38971 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 0 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23318] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23318/stat : 23318 (java) S 23304 23306 19861 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827554417 13959962624 38971 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23319] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23319/stat : 23319 (java) S 23304 23306 19861 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827554417 13959962624 38971 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23320] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23320/stat : 23320 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 38971 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256172465 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23321] ppid=23304 vsize=13632776 CPUtime=0.64 cores=1,3,5,7
/proc/23306/task/23321/stat : 23321 (java) S 23304 23306 19861 0 -1 4202560 3435 0 0 0 64 0 0 0 21 0 19 0 827554419 13959962624 38971 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23322] ppid=23304 vsize=13632776 CPUtime=0.65 cores=1,3,5,7
/proc/23306/task/23322/stat : 23322 (java) S 23304 23306 19861 0 -1 4202560 5371 0 0 0 65 0 0 0 21 0 19 0 827554419 13959962624 38971 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23323] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23323/stat : 23323 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 38971 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23324] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23324/stat : 23324 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827554419 13959962624 38971 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23325] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23325/stat : 23325 (java) S 23304 23306 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827554482 13959962624 38971 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 13632776

[startup+3.10137 s]
/proc/loadavg: 1.89 2.01 1.99 3/572 23325
/proc/meminfo: memFree=28617428/32951124 swapFree=58212616/67111528
[pid=23306] ppid=23304 vsize=13632776 CPUtime=4.52 cores=1,3,5,7
/proc/23306/stat : 23306 (java) S 23304 23306 19861 0 -1 4202496 60434 0 1 0 444 8 0 0 25 0 19 0 827554413 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23306/statm: 3408194 56610 2271 9 0 3398928 0
[pid=23306/tid=23307] ppid=23304 vsize=13632776 CPUtime=2.94 cores=1,3,5,7
/proc/23306/task/23307/stat : 23307 (java) R 23304 23306 19861 0 -1 4202560 34660 0 1 0 288 6 0 0 22 0 19 0 827554413 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 46912506051207 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23306/tid=23309] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23309/stat : 23309 (java) S 23304 23306 19861 0 -1 4202560 1133 0 0 0 0 0 0 0 16 0 19 0 827554415 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23310] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23310/stat : 23310 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827554415 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23311] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23311/stat : 23311 (java) S 23304 23306 19861 0 -1 4202560 348 0 0 0 0 0 0 0 16 0 19 0 827554415 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23312] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23312/stat : 23312 (java) S 23304 23306 19861 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 827554415 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23313] ppid=23304 vsize=13632776 CPUtime=0.01 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (java) S 23304 23306 19861 0 -1 4202560 1829 0 0 0 1 0 0 0 18 0 19 0 827554415 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=13632776 CPUtime=0.01 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (java) S 23304 23306 19861 0 -1 4202560 2821 0 0 0 1 0 0 0 18 0 19 0 827554415 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=13632776 CPUtime=0.01 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (java) S 23304 23306 19861 0 -1 4202560 1142 0 0 0 1 0 0 0 18 0 19 0 827554415 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=13632776 CPUtime=0.01 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (java) S 23304 23306 19861 0 -1 4202560 1197 0 0 0 1 0 0 0 18 0 19 0 827554415 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23317] ppid=23304 vsize=13632776 CPUtime=0.12 cores=1,3,5,7
/proc/23306/task/23317/stat : 23317 (java) S 23304 23306 19861 0 -1 4202560 7220 0 0 0 11 1 0 0 15 0 19 0 827554417 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 0 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23318] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23318/stat : 23318 (java) S 23304 23306 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23319] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23319/stat : 23319 (java) S 23304 23306 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23320] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23320/stat : 23320 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256172465 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23321] ppid=23304 vsize=13632776 CPUtime=0.66 cores=1,3,5,7
/proc/23306/task/23321/stat : 23321 (java) S 23304 23306 19861 0 -1 4202560 3444 0 0 0 66 0 0 0 16 0 19 0 827554419 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23322] ppid=23304 vsize=13632776 CPUtime=0.7 cores=1,3,5,7
/proc/23306/task/23322/stat : 23322 (java) S 23304 23306 19861 0 -1 4202560 5392 0 0 0 70 0 0 0 15 0 19 0 827554419 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23323] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23323/stat : 23323 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23324] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23324/stat : 23324 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827554419 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23325] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23325/stat : 23325 (java) S 23304 23306 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827554482 13959962624 56610 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 13632776

[startup+6.3008 s]
/proc/loadavg: 1.98 2.02 2.00 3/572 23325
/proc/meminfo: memFree=28592704/32951124 swapFree=58212616/67111528
[pid=23306] ppid=23304 vsize=13632776 CPUtime=7.77 cores=1,3,5,7
/proc/23306/stat : 23306 (java) S 23304 23306 19861 0 -1 4202496 62460 0 1 0 769 8 0 0 25 0 19 0 827554413 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23306/statm: 3408194 58633 2271 9 0 3398928 0
[pid=23306/tid=23307] ppid=23304 vsize=13632776 CPUtime=6 cores=1,3,5,7
/proc/23306/task/23307/stat : 23307 (java) R 23304 23306 19861 0 -1 4202560 34662 0 1 0 594 6 0 0 25 0 19 0 827554413 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 46912506178392 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23306/tid=23309] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23309/stat : 23309 (java) S 23304 23306 19861 0 -1 4202560 1136 0 0 0 0 0 0 0 15 0 19 0 827554415 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23310] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23310/stat : 23310 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827554415 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23311] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23311/stat : 23311 (java) S 23304 23306 19861 0 -1 4202560 348 0 0 0 0 0 0 0 15 0 19 0 827554415 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23312] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23312/stat : 23312 (java) S 23304 23306 19861 0 -1 4202560 372 0 0 0 0 0 0 0 16 0 19 0 827554415 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23313] ppid=23304 vsize=13632776 CPUtime=0.01 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (java) S 23304 23306 19861 0 -1 4202560 1829 0 0 0 1 0 0 0 15 0 19 0 827554415 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=13632776 CPUtime=0.02 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (java) S 23304 23306 19861 0 -1 4202560 3112 0 0 0 2 0 0 0 18 0 19 0 827554415 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=13632776 CPUtime=0.02 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (java) S 23304 23306 19861 0 -1 4202560 1143 0 0 0 2 0 0 0 15 0 19 0 827554415 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=13632776 CPUtime=0.02 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (java) S 23304 23306 19861 0 -1 4202560 1655 0 0 0 2 0 0 0 16 0 19 0 827554415 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23317] ppid=23304 vsize=13632776 CPUtime=0.24 cores=1,3,5,7
/proc/23306/task/23317/stat : 23317 (java) S 23304 23306 19861 0 -1 4202560 8208 0 0 0 23 1 0 0 15 0 19 0 827554417 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 0 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23318] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23318/stat : 23318 (java) S 23304 23306 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23319] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23319/stat : 23319 (java) S 23304 23306 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23320] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23320/stat : 23320 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256172465 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23321] ppid=23304 vsize=13632776 CPUtime=0.69 cores=1,3,5,7
/proc/23306/task/23321/stat : 23321 (java) S 23304 23306 19861 0 -1 4202560 3450 0 0 0 69 0 0 0 15 0 19 0 827554419 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23322] ppid=23304 vsize=13632776 CPUtime=0.7 cores=1,3,5,7
/proc/23306/task/23322/stat : 23322 (java) S 23304 23306 19861 0 -1 4202560 5393 0 0 0 70 0 0 0 15 0 19 0 827554419 13959962624 58633 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0

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

[pid=23306/tid=23314] ppid=23304 vsize=13632776 CPUtime=0.65 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (java) S 23304 23306 19861 0 -1 4202560 6597 0 0 0 65 0 0 0 16 0 19 0 827554415 13959962624 109426 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=13632776 CPUtime=0.6 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (java) S 23304 23306 19861 0 -1 4202560 4200 0 0 0 60 0 0 0 15 0 19 0 827554415 13959962624 109426 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=13632776 CPUtime=0.65 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (java) S 23304 23306 19861 0 -1 4202560 4344 0 0 0 65 0 0 0 15 0 19 0 827554415 13959962624 109426 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23317] ppid=23304 vsize=13632776 CPUtime=20.45 cores=1,3,5,7
/proc/23306/task/23317/stat : 23317 (java) R 23304 23306 19861 0 -1 4202560 35184 0 0 0 2038 7 0 0 15 0 19 0 827554417 13959962624 109426 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 47624101674260 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=23306/tid=23318] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23318/stat : 23318 (java) S 23304 23306 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 109426 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23319] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23319/stat : 23319 (java) S 23304 23306 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 109426 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23320] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23320/stat : 23320 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 109426 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256172465 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23321] ppid=23304 vsize=13632776 CPUtime=0.74 cores=1,3,5,7
/proc/23306/task/23321/stat : 23321 (java) S 23304 23306 19861 0 -1 4202560 3462 0 0 0 74 0 0 0 15 0 19 0 827554419 13959962624 109426 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23322] ppid=23304 vsize=13632776 CPUtime=0.7 cores=1,3,5,7
/proc/23306/task/23322/stat : 23322 (java) S 23304 23306 19861 0 -1 4202560 5393 0 0 0 70 0 0 0 15 0 19 0 827554419 13959962624 109426 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23323] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23323/stat : 23323 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 109426 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23324] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23324/stat : 23324 (java) S 23304 23306 19861 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 827554419 13959962624 109426 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23325] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23325/stat : 23325 (java) S 23304 23306 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827554482 13959962624 109426 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1726.71
Current children cumulated vsize (KiB) 13632776

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/572 23385
/proc/meminfo: memFree=28347520/32951124 swapFree=58212616/67111528
[pid=23306] ppid=23304 vsize=13632776 CPUtime=1786.76 cores=1,3,5,7
/proc/23306/stat : 23306 (java) S 23304 23306 19861 0 -1 4202496 113724 0 1 0 178656 20 0 0 25 0 19 0 827554413 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23306/statm: 3408194 109447 2272 9 0 3398928 0
[pid=23306/tid=23307] ppid=23304 vsize=13632776 CPUtime=1759.14 cores=1,3,5,7
/proc/23306/task/23307/stat : 23307 (java) R 23304 23306 19861 0 -1 4202560 34887 0 1 0 175908 6 0 0 25 0 19 0 827554413 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 46912506093625 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23306/tid=23309] ppid=23304 vsize=13632776 CPUtime=0.6 cores=1,3,5,7
/proc/23306/task/23309/stat : 23309 (java) S 23304 23306 19861 0 -1 4202560 3629 0 0 0 60 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23310] ppid=23304 vsize=13632776 CPUtime=0.57 cores=1,3,5,7
/proc/23306/task/23310/stat : 23310 (java) S 23304 23306 19861 0 -1 4202560 2507 0 0 0 57 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23311] ppid=23304 vsize=13632776 CPUtime=0.64 cores=1,3,5,7
/proc/23306/task/23311/stat : 23311 (java) S 23304 23306 19861 0 -1 4202560 2933 0 0 0 64 0 0 0 16 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23312] ppid=23304 vsize=13632776 CPUtime=0.62 cores=1,3,5,7
/proc/23306/task/23312/stat : 23312 (java) S 23304 23306 19861 0 -1 4202560 4497 0 0 0 62 0 0 0 16 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23313] ppid=23304 vsize=13632776 CPUtime=0.66 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (java) S 23304 23306 19861 0 -1 4202560 4835 0 0 0 66 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=13632776 CPUtime=0.66 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (java) S 23304 23306 19861 0 -1 4202560 6597 0 0 0 66 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=13632776 CPUtime=0.61 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (java) S 23304 23306 19861 0 -1 4202560 4200 0 0 0 61 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=13632776 CPUtime=0.67 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (java) S 23304 23306 19861 0 -1 4202560 4344 0 0 0 67 0 0 0 16 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23317] ppid=23304 vsize=13632776 CPUtime=21.03 cores=1,3,5,7
/proc/23306/task/23317/stat : 23317 (java) S 23304 23306 19861 0 -1 4202560 35188 0 0 0 2096 7 0 0 15 0 19 0 827554417 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 0 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23318] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23318/stat : 23318 (java) S 23304 23306 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23319] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23319/stat : 23319 (java) S 23304 23306 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23320] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23320/stat : 23320 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256172465 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23321] ppid=23304 vsize=13632776 CPUtime=0.74 cores=1,3,5,7
/proc/23306/task/23321/stat : 23321 (java) S 23304 23306 19861 0 -1 4202560 3462 0 0 0 74 0 0 0 15 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23322] ppid=23304 vsize=13632776 CPUtime=0.7 cores=1,3,5,7
/proc/23306/task/23322/stat : 23322 (java) S 23304 23306 19861 0 -1 4202560 5393 0 0 0 70 0 0 0 15 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23323] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23323/stat : 23323 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23324] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23324/stat : 23324 (java) S 23304 23306 19861 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23325] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23325/stat : 23325 (java) S 23304 23306 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827554482 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1786.76
Current children cumulated vsize (KiB) 13632776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.78 1.97 1.98 2/548 23405
/proc/meminfo: memFree=28593184/32951124 swapFree=58212616/67111528
[pid=23306] ppid=23304 vsize=13632776 CPUtime=1800.08 cores=1,3,5,7
/proc/23306/stat : 23306 (java) S 23304 23306 19861 0 -1 4202496 113725 0 1 0 179988 20 0 0 25 0 19 0 827554413 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23306/statm: 3408194 109447 2272 9 0 3398928 0
[pid=23306/tid=23307] ppid=23304 vsize=13632776 CPUtime=1772.34 cores=1,3,5,7
/proc/23306/task/23307/stat : 23307 (java) R 23304 23306 19861 0 -1 4202560 34888 0 1 0 177228 6 0 0 25 0 19 0 827554413 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 46912506093954 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23306/tid=23309] ppid=23304 vsize=13632776 CPUtime=0.6 cores=1,3,5,7
/proc/23306/task/23309/stat : 23309 (java) S 23304 23306 19861 0 -1 4202560 3629 0 0 0 60 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23310] ppid=23304 vsize=13632776 CPUtime=0.57 cores=1,3,5,7
/proc/23306/task/23310/stat : 23310 (java) S 23304 23306 19861 0 -1 4202560 2507 0 0 0 57 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23311] ppid=23304 vsize=13632776 CPUtime=0.64 cores=1,3,5,7
/proc/23306/task/23311/stat : 23311 (java) S 23304 23306 19861 0 -1 4202560 2933 0 0 0 64 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23312] ppid=23304 vsize=13632776 CPUtime=0.62 cores=1,3,5,7
/proc/23306/task/23312/stat : 23312 (java) S 23304 23306 19861 0 -1 4202560 4497 0 0 0 62 0 0 0 16 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23313] ppid=23304 vsize=13632776 CPUtime=0.66 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (java) S 23304 23306 19861 0 -1 4202560 4835 0 0 0 66 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=13632776 CPUtime=0.66 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (java) S 23304 23306 19861 0 -1 4202560 6597 0 0 0 66 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=13632776 CPUtime=0.61 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (java) S 23304 23306 19861 0 -1 4202560 4200 0 0 0 61 0 0 0 16 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=13632776 CPUtime=0.67 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (java) S 23304 23306 19861 0 -1 4202560 4344 0 0 0 67 0 0 0 16 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23317] ppid=23304 vsize=13632776 CPUtime=21.15 cores=1,3,5,7
/proc/23306/task/23317/stat : 23317 (java) S 23304 23306 19861 0 -1 4202560 35188 0 0 0 2108 7 0 0 15 0 19 0 827554417 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 0 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23318] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23318/stat : 23318 (java) S 23304 23306 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23319] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23319/stat : 23319 (java) S 23304 23306 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23320] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23320/stat : 23320 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256172465 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23321] ppid=23304 vsize=13632776 CPUtime=0.74 cores=1,3,5,7
/proc/23306/task/23321/stat : 23321 (java) S 23304 23306 19861 0 -1 4202560 3462 0 0 0 74 0 0 0 15 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23322] ppid=23304 vsize=13632776 CPUtime=0.7 cores=1,3,5,7
/proc/23306/task/23322/stat : 23322 (java) S 23304 23306 19861 0 -1 4202560 5393 0 0 0 70 0 0 0 15 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23323] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23323/stat : 23323 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23324] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23324/stat : 23324 (java) S 23304 23306 19861 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23325] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23325/stat : 23325 (java) S 23304 23306 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827554482 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13632776

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

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

[startup+1795.6 s]
/proc/loadavg: 1.78 1.97 1.98 2/548 23405
/proc/meminfo: memFree=28593184/32951124 swapFree=58212616/67111528
[pid=23306] ppid=23304 vsize=13632776 CPUtime=1800.08 cores=1,3,5,7
/proc/23306/stat : 23306 (java) S 23304 23306 19861 0 -1 4202496 113725 0 1 0 179988 20 0 0 25 0 19 0 827554413 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23306/statm: 3408194 109447 2272 9 0 3398928 0
[pid=23306/tid=23307] ppid=23304 vsize=13632776 CPUtime=1772.34 cores=1,3,5,7
/proc/23306/task/23307/stat : 23307 (java) R 23304 23306 19861 0 -1 4202560 34888 0 1 0 177228 6 0 0 25 0 19 0 827554413 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 46912506093954 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23306/tid=23309] ppid=23304 vsize=13632776 CPUtime=0.6 cores=1,3,5,7
/proc/23306/task/23309/stat : 23309 (java) S 23304 23306 19861 0 -1 4202560 3629 0 0 0 60 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23310] ppid=23304 vsize=13632776 CPUtime=0.57 cores=1,3,5,7
/proc/23306/task/23310/stat : 23310 (java) S 23304 23306 19861 0 -1 4202560 2507 0 0 0 57 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23311] ppid=23304 vsize=13632776 CPUtime=0.64 cores=1,3,5,7
/proc/23306/task/23311/stat : 23311 (java) S 23304 23306 19861 0 -1 4202560 2933 0 0 0 64 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23312] ppid=23304 vsize=13632776 CPUtime=0.62 cores=1,3,5,7
/proc/23306/task/23312/stat : 23312 (java) S 23304 23306 19861 0 -1 4202560 4497 0 0 0 62 0 0 0 16 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23313] ppid=23304 vsize=13632776 CPUtime=0.66 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (java) S 23304 23306 19861 0 -1 4202560 4835 0 0 0 66 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=13632776 CPUtime=0.66 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (java) S 23304 23306 19861 0 -1 4202560 6597 0 0 0 66 0 0 0 15 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=13632776 CPUtime=0.61 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (java) S 23304 23306 19861 0 -1 4202560 4200 0 0 0 61 0 0 0 16 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=13632776 CPUtime=0.67 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (java) S 23304 23306 19861 0 -1 4202560 4344 0 0 0 67 0 0 0 16 0 19 0 827554415 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23317] ppid=23304 vsize=13632776 CPUtime=21.15 cores=1,3,5,7
/proc/23306/task/23317/stat : 23317 (java) S 23304 23306 19861 0 -1 4202560 35188 0 0 0 2108 7 0 0 15 0 19 0 827554417 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 0 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23318] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23318/stat : 23318 (java) S 23304 23306 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23319] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23319/stat : 23319 (java) S 23304 23306 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827554417 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23320] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23320/stat : 23320 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256172465 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23321] ppid=23304 vsize=13632776 CPUtime=0.74 cores=1,3,5,7
/proc/23306/task/23321/stat : 23321 (java) S 23304 23306 19861 0 -1 4202560 3462 0 0 0 74 0 0 0 15 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 7 0 0 0
[pid=23306/tid=23322] ppid=23304 vsize=13632776 CPUtime=0.7 cores=1,3,5,7
/proc/23306/task/23322/stat : 23322 (java) S 23304 23306 19861 0 -1 4202560 5393 0 0 0 70 0 0 0 15 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 1 0 0 0
[pid=23306/tid=23323] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23323/stat : 23323 (java) S 23304 23306 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256164761 0 4 0 16800975 18446604463034051264 0 0 -1 5 0 0 0
[pid=23306/tid=23324] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23324/stat : 23324 (java) S 23304 23306 19861 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 827554419 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
[pid=23306/tid=23325] ppid=23304 vsize=13632776 CPUtime=0 cores=1,3,5,7
/proc/23306/task/23325/stat : 23325 (java) S 23304 23306 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827554482 13959962624 109447 33554432000 1073741824 1073778376 140734787710704 18446744073709551615 228256165376 0 4 0 16800975 18446604463034051264 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13632776

Child status: 143
Real time (s): 1795.68
CPU time (s): 1800.2
CPU user time (s): 1799.98
CPU system time (s): 0.227965
CPU usage (%): 100.252
Max. virtual memory (cumulated for all children) (KiB): 13632776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113767
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= 42453
involuntary context switches= 41421

runsolver used 9.49056 second user time and 23.0695 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-04 05:52:44
IDJOB=3458364
IDBENCH=48184
IDSOLVER=1952
FILE ID=node136/3458364-1307159564
RUNJOBID= node136-1307155950-22831
PBS_JOBID= 13508780
Free space on /tmp= 73844 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_3.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458364-1307159564/watcher-3458364-1307159564 -o /tmp/evaluation-result-3458364-1307159564/solver-3458364-1307159564 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458364-1307159564.opb

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

MD5SUM BENCH= 2917e00f55986a046b103b08aa2aecc1
RANDOM SEED=1694183791

node136.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.809
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.61
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.809
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	: 5332.75
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.809
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.75
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.809
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.76
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.809
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.809
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.83
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.809
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.75
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28821884 kB
Buffers:        283460 kB
Cached:         524680 kB
SwapCached:       7704 kB
Active:        3422424 kB
Inactive:       412376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28821884 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:            1368 kB
Writeback:           0 kB
AnonPages:     3024360 kB
Mapped:          32948 kB
Slab:           155668 kB
PageTables:      69040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 182676936 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= 73844 MiB
End job on node136 at 2011-06-04 06:22:42