Trace number 3458389

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)-121 1800.17 1793.11

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_2.opb
MD5SUM1af848a7208b60f67c27d4022c7b5abe
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-125
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -151
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31544
Sum of products size (including duplicates)63088
Number of different products15772
Sum of products size31544

Quality of the solution as a function of time


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

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.10	c version 2.3.1.v20110525
0.04/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.10	c java.vm.version	19.1-b02
0.04/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.10	c sun.arch.data.model	64
0.04/0.10	c java.version		1.6.0_24
0.04/0.10	c os.name		Linux
0.04/0.10	c os.version		2.6.18-164.el5
0.04/0.10	c os.arch		amd64
0.04/0.10	c Free memory 		12995394264
0.04/0.10	c Max memory 		13063553024
0.04/0.10	c Total memory 		13063553024
0.04/0.10	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3458389-1307160417.opb
0.09/0.11	c reading problem ... 
1.34/0.65	c ... done. Wall clock time 0.535s.
1.34/0.65	c #vars     16772
1.34/0.65	c #constraints  48316
1.34/0.65	c constraints type 
1.34/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15772
1.34/0.65	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1.34/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15772
1.63/0.78	c SATISFIABLE
1.63/0.78	c OPTIMIZING...
1.63/0.78	c Got one! Elapsed wall clock time (in seconds):0.666
1.63/0.78	o -102
1.90/0.84	c Got one! Elapsed wall clock time (in seconds):0.732
1.90/0.84	o -103
2.18/0.92	c Got one! Elapsed wall clock time (in seconds):0.805
2.18/0.92	o -109
2.18/0.96	c Got one! Elapsed wall clock time (in seconds):0.848
2.18/0.96	o -113
2.44/1.12	c Got one! Elapsed wall clock time (in seconds):1.005
2.44/1.12	o -114
2.87/1.57	c Got one! Elapsed wall clock time (in seconds):1.455
2.87/1.57	o -115
3.08/1.76	c Got one! Elapsed wall clock time (in seconds):1.646
3.08/1.76	o -116
3.71/2.37	c cleaning 3406 clauses out of 6820 with flag 3000/6820
4.90/3.49	c cleaning 4707 clauses out of 9414 with flag 9000/12820
6.20/4.75	c cleaning 5853 clauses out of 11707 with flag 16000/19820
7.04/5.55	c Got one! Elapsed wall clock time (in seconds):5.434
7.04/5.55	o -117
7.22/5.74	c cleaning 5491 clauses out of 10982 with flag 1000/24948
8.34/6.90	c cleaning 5736 clauses out of 11491 with flag 7000/30948
9.17/7.69	c Got one! Elapsed wall clock time (in seconds):7.573
9.17/7.69	o -118
9.35/7.88	c cleaning 5438 clauses out of 10875 with flag 1000/36068
10.55/9.02	c cleaning 5715 clauses out of 11437 with flag 7000/42068
11.86/10.35	c cleaning 6358 clauses out of 12723 with flag 14001/49069
13.37/11.83	c cleaning 7180 clauses out of 14366 with flag 22002/57070
15.08/13.56	c cleaning 8093 clauses out of 16185 with flag 31001/66069
17.29/15.78	c cleaning 9043 clauses out of 18091 with flag 41000/76068
19.31/17.78	c cleaning 10011 clauses out of 20048 with flag 52000/87068
21.72/20.18	c cleaning 11014 clauses out of 22037 with flag 64000/99068
24.33/22.76	c cleaning 12010 clauses out of 24023 with flag 77000/112068
27.04/25.41	c cleaning 13007 clauses out of 26013 with flag 91000/126068
29.96/28.38	c cleaning 14004 clauses out of 28007 with flag 106001/141069
33.39/31.70	c cleaning 14997 clauses out of 30002 with flag 122000/157068
37.01/35.37	c cleaning 15999 clauses out of 32005 with flag 139000/174068
37.34/35.67	c Got one! Elapsed wall clock time (in seconds):35.557
37.34/35.67	o -119
38.14/36.41	c cleaning 10583 clauses out of 21184 with flag 4000/179246
39.25/37.56	c cleaning 8298 clauses out of 16601 with flag 10000/185246
40.66/38.91	c cleaning 7642 clauses out of 15303 with flag 17000/192246
42.27/40.50	c cleaning 7826 clauses out of 15661 with flag 25000/200246
44.09/42.39	c cleaning 8411 clauses out of 16836 with flag 34001/209247
46.10/44.33	c cleaning 9200 clauses out of 18424 with flag 44000/219246
48.42/46.65	c cleaning 10110 clauses out of 20225 with flag 55001/230247
51.03/49.24	c cleaning 11055 clauses out of 22114 with flag 67000/242246
54.26/52.40	c cleaning 12030 clauses out of 24060 with flag 80001/255247
56.07/54.29	c Got one! Elapsed wall clock time (in seconds):54.176
56.07/54.29	o -120
57.08/55.23	c cleaning 12832 clauses out of 25664 with flag 5000/268881
58.31/56.42	c cleaning 9404 clauses out of 18832 with flag 11000/274881
59.61/57.78	c cleaning 8209 clauses out of 16428 with flag 18000/281881
61.12/59.31	c cleaning 8102 clauses out of 16220 with flag 26001/289882
63.04/61.12	c cleaning 8556 clauses out of 17118 with flag 35001/298882
64.95/63.07	c cleaning 9271 clauses out of 18562 with flag 45001/308882
67.26/65.34	c cleaning 10137 clauses out of 20291 with flag 56001/319882
69.68/67.76	c cleaning 11073 clauses out of 22154 with flag 68001/331882
72.41/70.48	c cleaning 12037 clauses out of 24081 with flag 81001/344882
75.30/73.36	c cleaning 13019 clauses out of 26043 with flag 95000/358881
78.71/76.70	c cleaning 14006 clauses out of 28024 with flag 110000/373881
82.72/80.72	c cleaning 15002 clauses out of 30018 with flag 126000/389881
85.95/83.93	c cleaning 16001 clauses out of 32017 with flag 143001/406882
89.58/87.50	c cleaning 17006 clauses out of 34016 with flag 161001/424882
93.50/91.41	c cleaning 18003 clauses out of 36009 with flag 180000/443881
97.86/95.80	c cleaning 18998 clauses out of 38006 with flag 200000/463881
103.06/100.97	c cleaning 19999 clauses out of 40008 with flag 221000/484881
108.21/106.04	c cleaning 21004 clauses out of 42009 with flag 243000/506881
113.43/111.21	c cleaning 22003 clauses out of 44005 with flag 266000/529881
119.26/117.02	c cleaning 23000 clauses out of 46002 with flag 290000/553881
125.80/123.53	c cleaning 24000 clauses out of 48002 with flag 315000/578881
131.53/129.29	c cleaning 24996 clauses out of 50003 with flag 341001/604882
137.07/134.79	c cleaning 26000 clauses out of 52006 with flag 368000/631881
143.13/140.80	c cleaning 26995 clauses out of 54007 with flag 396001/659882
149.45/147.03	c cleaning 27997 clauses out of 56012 with flag 425001/688882
156.78/154.36	c cleaning 28999 clauses out of 58014 with flag 455000/718881
165.25/162.72	c cleaning 30002 clauses out of 60015 with flag 486000/749881
173.58/171.07	c cleaning 31000 clauses out of 62013 with flag 518000/781881
181.23/178.60	c cleaning 32003 clauses out of 64013 with flag 551000/814881
189.36/186.74	c cleaning 32501 clauses out of 65012 with flag 584002/847883
197.09/194.49	c cleaning 32752 clauses out of 65509 with flag 617000/880881
203.82/201.10	c cleaning 32874 clauses out of 65757 with flag 650000/913881
210.77/208.05	c cleaning 32933 clauses out of 65884 with flag 683001/946882
218.35/215.56	c cleaning 32974 clauses out of 65950 with flag 716000/979881
226.47/223.65	c cleaning 32988 clauses out of 65976 with flag 749000/1012881
234.43/231.50	c cleaning 32984 clauses out of 65990 with flag 782002/1045883
242.47/239.52	c cleaning 32997 clauses out of 66004 with flag 815000/1078881
250.09/247.11	c cleaning 32994 clauses out of 66007 with flag 848000/1111881
258.43/255.41	c cleaning 32999 clauses out of 66014 with flag 881001/1144882
266.46/263.49	c cleaning 33002 clauses out of 66014 with flag 914000/1177881
274.17/271.16	c cleaning 32997 clauses out of 66012 with flag 947000/1210881
282.43/279.35	c cleaning 33000 clauses out of 66015 with flag 980000/1243881
290.93/287.83	c cleaning 33002 clauses out of 66016 with flag 1013001/1276882
299.65/296.54	c cleaning 33002 clauses out of 66013 with flag 1046000/1309881
306.48/303.35	c cleaning 33003 clauses out of 66012 with flag 1079001/1342882
313.43/310.28	c cleaning 32993 clauses out of 66009 with flag 1112001/1375882
320.54/317.38	c cleaning 33000 clauses out of 66016 with flag 1145001/1408882
328.79/325.61	c cleaning 32999 clauses out of 66016 with flag 1178001/1441882
337.08/333.86	c cleaning 33004 clauses out of 66016 with flag 1211000/1474881
346.43/343.22	c cleaning 32996 clauses out of 66013 with flag 1244001/1507882
354.45/351.19	c cleaning 33003 clauses out of 66016 with flag 1277000/1540881
362.88/359.57	c cleaning 32993 clauses out of 66013 with flag 1310000/1573881
371.41/368.00	c cleaning 33000 clauses out of 66020 with flag 1343000/1606881
379.33/375.95	c cleaning 33001 clauses out of 66020 with flag 1376000/1639881
387.97/384.53	c cleaning 33000 clauses out of 66020 with flag 1409001/1672882
397.89/394.49	c cleaning 33000 clauses out of 66020 with flag 1442001/1705882
406.82/403.30	c cleaning 32987 clauses out of 66019 with flag 1475000/1738881
415.34/411.86	c cleaning 33012 clauses out of 66032 with flag 1508000/1771881
423.30/419.72	c cleaning 33005 clauses out of 66020 with flag 1541000/1804881
431.24/427.66	c cleaning 33000 clauses out of 66015 with flag 1574000/1837881
440.06/436.42	c cleaning 33006 clauses out of 66015 with flag 1607000/1870881
448.10/444.49	c cleaning 32995 clauses out of 66009 with flag 1640000/1903881
457.21/453.55	c cleaning 32999 clauses out of 66014 with flag 1673000/1936881
465.12/461.48	c cleaning 33000 clauses out of 66015 with flag 1706000/1969881
472.94/469.26	c cleaning 32998 clauses out of 66015 with flag 1739000/2002881
476.57/472.86	c Got one! Elapsed wall clock time (in seconds):472.744
476.57/472.86	o -121
477.57/473.90	c cleaning 27798 clauses out of 55595 with flag 5000/2025459
478.92/475.19	c cleaning 16899 clauses out of 33797 with flag 11000/2031459
480.40/476.62	c cleaning 11937 clauses out of 23898 with flag 18000/2038459
482.01/478.30	c cleaning 9967 clauses out of 19962 with flag 26001/2046460
483.92/480.17	c cleaning 9488 clauses out of 18994 with flag 35000/2055459
486.02/482.20	c cleaning 9753 clauses out of 19507 with flag 45001/2065460
488.33/484.54	c cleaning 10373 clauses out of 20753 with flag 56000/2076459
490.63/486.88	c cleaning 11190 clauses out of 22380 with flag 68000/2088459
493.36/489.59	c cleaning 12091 clauses out of 24190 with flag 81000/2101459
496.75/492.96	c cleaning 13051 clauses out of 26101 with flag 95002/2115461
499.88/496.03	c cleaning 14014 clauses out of 28048 with flag 110000/2130459
503.37/499.56	c cleaning 15013 clauses out of 30034 with flag 126000/2146459
507.18/503.39	c cleaning 16003 clauses out of 32022 with flag 143001/2163460
511.58/507.77	c cleaning 17005 clauses out of 34018 with flag 161000/2181459
516.09/512.27	c cleaning 18007 clauses out of 36013 with flag 180000/2200459
521.01/517.13	c cleaning 18997 clauses out of 38006 with flag 200000/2220459
526.94/523.02	c cleaning 19998 clauses out of 40009 with flag 221000/2241459
532.36/528.49	c cleaning 21005 clauses out of 42011 with flag 243000/2263459
538.88/534.95	c cleaning 21997 clauses out of 44007 with flag 266001/2286460
544.29/540.30	c cleaning 22998 clauses out of 46009 with flag 290000/2310459
550.31/546.30	c cleaning 23999 clauses out of 48011 with flag 315000/2335459
556.52/552.56	c cleaning 25002 clauses out of 50012 with flag 341000/2361459
563.74/559.71	c cleaning 25994 clauses out of 52010 with flag 368000/2388459
570.48/566.42	c cleaning 27004 clauses out of 54017 with flag 396001/2416460
577.20/573.15	c cleaning 28004 clauses out of 56013 with flag 425001/2445460
584.40/580.36	c cleaning 29004 clauses out of 58009 with flag 455001/2475460
591.73/587.69	c cleaning 30002 clauses out of 60004 with flag 486000/2506459
600.04/595.99	c cleaning 30991 clauses out of 62002 with flag 518000/2538459
608.86/604.76	c cleaning 32005 clauses out of 64011 with flag 551000/2571459
618.46/614.31	c cleaning 32500 clauses out of 65006 with flag 584000/2604459
626.58/622.52	c cleaning 32753 clauses out of 65506 with flag 617000/2637459
634.59/630.45	c cleaning 32870 clauses out of 65754 with flag 650001/2670460
642.52/638.39	c cleaning 32937 clauses out of 65884 with flag 683001/2703460
650.75/646.53	c cleaning 32964 clauses out of 65946 with flag 716000/2736459
659.36/655.17	c cleaning 32979 clauses out of 65983 with flag 749001/2769460
667.79/663.54	c cleaning 32995 clauses out of 66004 with flag 782001/2802460
676.60/672.38	c cleaning 33002 clauses out of 66010 with flag 815002/2835461
685.53/681.25	c cleaning 32996 clauses out of 66007 with flag 848001/2868460
694.25/689.99	c cleaning 32992 clauses out of 66010 with flag 881000/2901459
703.27/698.99	c cleaning 33005 clauses out of 66018 with flag 914000/2934459
711.62/707.30	c cleaning 33000 clauses out of 66013 with flag 947000/2967459
719.81/715.40	c cleaning 33002 clauses out of 66014 with flag 980001/3000460
726.45/722.05	c cleaning 32998 clauses out of 66011 with flag 1013000/3033459
733.73/729.27	c cleaning 33006 clauses out of 66013 with flag 1046000/3066459
741.23/736.70	c cleaning 33002 clauses out of 66007 with flag 1079000/3099459
749.19/744.64	c cleaning 32996 clauses out of 66005 with flag 1112000/3132459
757.51/752.96	c cleaning 33005 clauses out of 66009 with flag 1145000/3165459
766.24/761.66	c cleaning 32998 clauses out of 66005 with flag 1178001/3198460
774.06/769.47	c cleaning 32999 clauses out of 66006 with flag 1211000/3231459
781.78/777.14	c cleaning 32998 clauses out of 66008 with flag 1244001/3264460
789.20/784.55	c cleaning 32996 clauses out of 66010 with flag 1277001/3297460
797.75/793.08	c cleaning 33003 clauses out of 66014 with flag 1310001/3330460
806.04/801.36	c cleaning 33000 clauses out of 66010 with flag 1343000/3363459
814.39/809.66	c cleaning 33002 clauses out of 66010 with flag 1376000/3396459
822.98/818.21	c cleaning 32997 clauses out of 66008 with flag 1409000/3429459
830.99/826.22	c cleaning 32998 clauses out of 66011 with flag 1442000/3462459
839.53/834.80	c cleaning 33000 clauses out of 66014 with flag 1475001/3495460
848.56/843.78	c cleaning 33002 clauses out of 66014 with flag 1508001/3528460
857.55/852.71	c cleaning 32997 clauses out of 66011 with flag 1541000/3561459
866.19/861.36	c cleaning 33002 clauses out of 66014 with flag 1574000/3594459
874.49/869.64	c cleaning 32993 clauses out of 66012 with flag 1607000/3627459
883.21/878.37	c cleaning 33006 clauses out of 66019 with flag 1640000/3660459
891.34/886.51	c cleaning 32994 clauses out of 66013 with flag 1673000/3693459
899.85/894.96	c cleaning 33001 clauses out of 66019 with flag 1706000/3726459
907.87/902.90	c cleaning 33004 clauses out of 66019 with flag 1739001/3759460
916.17/911.21	c cleaning 32997 clauses out of 66014 with flag 1772000/3792459
923.99/919.07	c cleaning 32991 clauses out of 66017 with flag 1805000/3825459
932.50/927.56	c cleaning 33001 clauses out of 66026 with flag 1838000/3858459
941.15/936.13	c cleaning 33007 clauses out of 66025 with flag 1871000/3891459
950.35/945.36	c cleaning 32998 clauses out of 66018 with flag 1904000/3924459
959.27/954.26	c cleaning 33005 clauses out of 66021 with flag 1937001/3957460
967.88/962.87	c cleaning 33005 clauses out of 66018 with flag 1970003/3990462
975.41/970.35	c cleaning 33003 clauses out of 66011 with flag 2003001/4023460
983.32/978.24	c cleaning 32999 clauses out of 66008 with flag 2036001/4056460
991.04/985.91	c cleaning 32998 clauses out of 66008 with flag 2069000/4089459
999.15/994.07	c cleaning 32996 clauses out of 66011 with flag 2102001/4122460
1007.86/1002.74	c cleaning 33002 clauses out of 66014 with flag 2135000/4155459
1016.17/1011.02	c cleaning 32996 clauses out of 66013 with flag 2168001/4188460
1023.99/1018.89	c cleaning 32999 clauses out of 66017 with flag 2201001/4221460
1032.21/1027.09	c cleaning 33003 clauses out of 66017 with flag 2234000/4254459
1041.24/1036.01	c cleaning 33005 clauses out of 66014 with flag 2267000/4287459
1050.56/1045.30	c cleaning 33001 clauses out of 66009 with flag 2300000/4320459
1060.26/1055.05	c cleaning 33002 clauses out of 66008 with flag 2333000/4353459
1070.89/1065.63	c cleaning 32999 clauses out of 66006 with flag 2366000/4386459
1078.83/1073.59	c cleaning 32999 clauses out of 66007 with flag 2399000/4419459
1086.93/1081.69	c cleaning 33001 clauses out of 66009 with flag 2432001/4452460
1095.65/1090.35	c cleaning 32994 clauses out of 66007 with flag 2465000/4485459
1102.56/1097.23	c cleaning 32999 clauses out of 66014 with flag 2498001/4518460
1109.59/1104.31	c cleaning 32997 clauses out of 66014 with flag 2531000/4551459
1118.01/1112.68	c cleaning 33004 clauses out of 66017 with flag 2564000/4584459
1125.83/1120.47	c cleaning 32996 clauses out of 66014 with flag 2597001/4617460
1133.46/1128.09	c cleaning 33001 clauses out of 66018 with flag 2630001/4650460
1141.80/1136.38	c cleaning 32998 clauses out of 66016 with flag 2663000/4683459
1149.42/1143.96	c cleaning 33002 clauses out of 66018 with flag 2696000/4716459
1157.93/1152.40	c cleaning 33005 clauses out of 66016 with flag 2729000/4749459
1166.45/1160.96	c cleaning 32999 clauses out of 66011 with flag 2762000/4782459
1173.97/1168.47	c cleaning 32998 clauses out of 66012 with flag 2795000/4815459
1181.71/1176.19	c cleaning 32999 clauses out of 66015 with flag 2828001/4848460
1189.73/1184.18	c cleaning 32993 clauses out of 66016 with flag 2861001/4881460
1197.84/1192.29	c cleaning 33002 clauses out of 66022 with flag 2894000/4914459
1205.16/1199.55	c cleaning 33000 clauses out of 66020 with flag 2927000/4947459
1213.50/1207.87	c cleaning 32994 clauses out of 66020 with flag 2960000/4980459
1221.90/1216.23	c cleaning 33005 clauses out of 66026 with flag 2993000/5013459
1230.51/1224.88	c cleaning 32997 clauses out of 66021 with flag 3026000/5046459
1239.22/1233.58	c cleaning 32999 clauses out of 66025 with flag 3059001/5079460
1247.85/1242.18	c cleaning 32999 clauses out of 66025 with flag 3092000/5112459
1256.67/1250.95	c cleaning 33001 clauses out of 66026 with flag 3125000/5145459
1264.00/1258.22	c cleaning 33012 clauses out of 66027 with flag 3158002/5178461
1271.85/1266.11	c cleaning 32999 clauses out of 66013 with flag 3191000/5211459
1279.67/1273.89	c cleaning 32997 clauses out of 66014 with flag 3224000/5244459
1287.77/1281.96	c cleaning 33003 clauses out of 66018 with flag 3257001/5277460
1296.78/1290.96	c cleaning 33000 clauses out of 66014 with flag 3290000/5310459
1304.49/1298.60	c cleaning 33000 clauses out of 66014 with flag 3323000/5343459
1312.63/1306.82	c cleaning 33001 clauses out of 66014 with flag 3356000/5376459
1320.44/1314.58	c cleaning 33001 clauses out of 66013 with flag 3389000/5409459
1329.43/1323.55	c cleaning 33003 clauses out of 66013 with flag 3422001/5442460
1338.54/1332.64	c cleaning 32998 clauses out of 66009 with flag 3455000/5475459
1346.05/1340.10	c cleaning 33004 clauses out of 66013 with flag 3488002/5508461
1353.87/1347.99	c cleaning 32990 clauses out of 66007 with flag 3521000/5541459
1361.79/1355.86	c cleaning 33004 clauses out of 66019 with flag 3554002/5574461
1369.82/1363.87	c cleaning 32997 clauses out of 66013 with flag 3587000/5607459
1377.94/1372.00	c cleaning 33007 clauses out of 66016 with flag 3620000/5640459
1386.49/1380.46	c cleaning 32997 clauses out of 66010 with flag 3653001/5673460
1394.99/1388.93	c cleaning 32995 clauses out of 66012 with flag 3686000/5706459
1402.92/1396.88	c cleaning 32999 clauses out of 66018 with flag 3719001/5739460
1411.13/1405.08	c cleaning 33005 clauses out of 66018 with flag 3752000/5772459
1419.44/1413.36	c cleaning 32990 clauses out of 66014 with flag 3785001/5805460
1427.67/1421.53	c cleaning 33000 clauses out of 66024 with flag 3818001/5838460
1436.48/1430.32	c cleaning 32994 clauses out of 66023 with flag 3851000/5871459
1444.20/1438.08	c cleaning 33002 clauses out of 66030 with flag 3884001/5904460
1452.21/1446.02	c cleaning 33001 clauses out of 66027 with flag 3917000/5937459
1460.04/1453.80	c cleaning 33007 clauses out of 66027 with flag 3950001/5970460
1467.36/1461.14	c cleaning 32996 clauses out of 66020 with flag 3983001/6003460
1475.30/1469.00	c cleaning 33003 clauses out of 66024 with flag 4016001/6036460
1483.71/1477.45	c cleaning 33000 clauses out of 66021 with flag 4049001/6069460
1491.53/1485.26	c cleaning 32997 clauses out of 66020 with flag 4082000/6102459
1499.75/1493.45	c cleaning 33009 clauses out of 66024 with flag 4115001/6135460
1508.26/1501.98	c cleaning 32999 clauses out of 66014 with flag 4148000/6168459
1516.39/1510.06	c cleaning 33004 clauses out of 66016 with flag 4181001/6201460
1524.61/1518.28	c cleaning 32992 clauses out of 66011 with flag 4214000/6234459
1532.91/1526.58	c cleaning 33000 clauses out of 66019 with flag 4247000/6267459
1541.32/1534.94	c cleaning 33002 clauses out of 66019 with flag 4280000/6300459
1549.84/1543.49	c cleaning 33002 clauses out of 66017 with flag 4313000/6333459
1558.36/1551.91	c cleaning 33005 clauses out of 66015 with flag 4346000/6366459
1566.48/1560.05	c cleaning 32994 clauses out of 66010 with flag 4379000/6399459
1574.62/1568.10	c cleaning 32998 clauses out of 66016 with flag 4412000/6432459
1582.85/1576.34	c cleaning 33003 clauses out of 66018 with flag 4445000/6465459
1591.25/1584.73	c cleaning 32998 clauses out of 66015 with flag 4478000/6498459
1599.46/1592.98	c cleaning 32999 clauses out of 66018 with flag 4511001/6531460
1607.78/1601.20	c cleaning 33001 clauses out of 66018 with flag 4544000/6564459
1616.08/1609.52	c cleaning 32994 clauses out of 66017 with flag 4577000/6597459
1624.49/1617.96	c cleaning 33002 clauses out of 66023 with flag 4610000/6630459
1633.21/1626.64	c cleaning 33001 clauses out of 66022 with flag 4643001/6663460
1641.72/1635.13	c cleaning 32997 clauses out of 66021 with flag 4676001/6696460
1650.25/1643.61	c cleaning 32998 clauses out of 66023 with flag 4709000/6729459
1656.75/1650.18	c cleaning 33008 clauses out of 66026 with flag 4742001/6762460
1663.67/1657.02	c cleaning 32999 clauses out of 66017 with flag 4775000/6795459
1671.50/1664.88	c cleaning 32998 clauses out of 66019 with flag 4808001/6828460
1679.13/1672.49	c cleaning 32999 clauses out of 66021 with flag 4841001/6861460
1686.76/1680.09	c cleaning 33000 clauses out of 66021 with flag 4874000/6894459
1694.88/1688.19	c cleaning 33001 clauses out of 66021 with flag 4907000/6927459
1702.61/1695.80	c cleaning 32999 clauses out of 66021 with flag 4940001/6960460
1710.83/1704.08	c cleaning 33001 clauses out of 66022 with flag 4973001/6993460
1719.35/1712.54	c cleaning 32999 clauses out of 66020 with flag 5006000/7026459
1726.96/1720.18	c cleaning 32994 clauses out of 66021 with flag 5039000/7059459
1734.79/1727.97	c cleaning 33009 clauses out of 66028 with flag 5072001/7092460
1743.20/1736.34	c cleaning 32991 clauses out of 66018 with flag 5105000/7125459
1751.92/1745.04	c cleaning 33009 clauses out of 66027 with flag 5138000/7158459
1759.04/1752.17	c cleaning 32999 clauses out of 66018 with flag 5171000/7191459
1766.76/1759.83	c cleaning 33000 clauses out of 66019 with flag 5204000/7224459
1774.69/1767.74	c cleaning 32995 clauses out of 66019 with flag 5237000/7257459
1782.08/1775.17	c cleaning 32998 clauses out of 66024 with flag 5270000/7290459
1790.01/1783.08	c cleaning 33005 clauses out of 66027 with flag 5303001/7323460
1797.82/1790.85	c cleaning 32994 clauses out of 66022 with flag 5336001/7356460
1800.06/1793.05	c starts		: 308
1800.06/1793.05	c conflicts		: 7366236
1800.06/1793.05	c decisions		: 8764095
1800.06/1793.05	c propagations		: 43115372
1800.06/1793.05	c inspects		: 4313624198
1800.06/1793.05	c shortcuts		: 0
1800.06/1793.05	c learnt literals	: 0
1800.06/1793.05	c learnt binary clauses	: 0
1800.06/1793.05	c learnt ternary clauses	: 0
1800.06/1793.05	c learnt constraints	: 7366236
1800.06/1793.05	c ignored constraints	: 0
1800.06/1793.05	c root simplifications	: 0
1800.06/1793.05	c removed literals (reason simplification)	: 86679732
1800.06/1793.05	c reason swapping (by a shorter reason)	: 0
1800.06/1793.05	c Calls to reduceDB	: 266
1800.06/1793.05	c number of reductions to clauses (during analyze)	: 0
1800.06/1793.05	c number of learned constraints concerned by reduction	: 0
1800.06/1793.05	c number of learning phase by resolution	: 0
1800.06/1793.05	c number of learning phase by cutting planes	: 0
1800.06/1793.05	c speed (assignments/second)	: 32658.472644089106
1800.06/1793.05	c non guided choices	0
1800.06/1793.07	c learnt constraints type 
1800.06/1793.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42918
1800.06/1793.07	c constraints type 
1800.06/1793.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15772
1800.06/1793.07	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1800.06/1793.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/1793.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15772
1800.06/1793.07	s SATISFIABLE
1800.06/1793.08	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 x501 x502 -x503 x504 -x505 -x506 x507 -x508 x509 -x510 -x511 x512 -x513 -x514 -x515 -x516 x517 -x518 -x519 -x520 -x521 x522 -x523 -x524 -x525 x526 -x527 -x528 -x529 -x530 x531 -x532 -x533 -x534 -x535 -x536 x537 -x538 x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 -x549 x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 x581 -x582 x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 x648 -x649 -x650 -x651 x652 x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 -x670 x671 -x672 x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 x683 x684 -x685 -x686 -x687 -x688 x689 -x690 -x691 -x692 -x693 -x694 x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 x715 -x716 -x717 x718 -x719 x720 -x721 x722 -x723 -x724 -x725 -x726 x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 x745 -x746 -x747 x748 -x749 -x750 -x751 x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 x780 -x781 x782 -x783 -x784 x785 -x786 -x787 -x788 -x789 x790 -x791 -x792 -x793 -x794 -x795 -x796 x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 x805 -x806 -x807 -x808 -x809 x810 x811 -x812 -x813 x814 -x815 -x816 -x817 x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 x826 x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 x835 -x836 -x837 -x838 x839 -x840 -x841 -x842 x843 x844 -x845 -x846 -x847 x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 x883 -x884 -x885 x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 x896 -x897 -x898 x899 -x900 -x901 -x902 x903 x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 x930 x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 x961 -x962 -x963 -x964 -x965 -x966 x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 x988 -x989 x990 x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 
1800.06/1793.08	c objective function=-121
1800.06/1793.08	c Total wall clock time (in seconds): 1792.968

Verifier Data

OK	-121

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-3458389-1307160417/watcher-3458389-1307160417 -o /tmp/evaluation-result-3458389-1307160417/solver-3458389-1307160417 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458389-1307160417.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: 2.00 2.02 2.00 2/568 28740
/proc/meminfo: memFree=20887484/32951124 swapFree=53733252/67111528
[pid=28740] ppid=28738 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/28740/stat : 28740 (java) S 28738 28740 24519 0 -1 4202496 7618 0 1 0 0 0 0 0 25 0 2 0 827642095 13850947584 7319 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/28740/statm: 3381579 7333 917 9 0 3372735 0
[pid=28740/tid=28741] ppid=28738 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28741/stat : 28741 (java) R 28738 28740 24519 0 -1 4202560 6565 0 1 0 0 0 0 0 25 0 2 0 827642095 13850947584 7382 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253640553531 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0597451 s]
/proc/loadavg: 2.00 2.02 2.00 2/568 28740
/proc/meminfo: memFree=20887484/32951124 swapFree=53733252/67111528
[pid=28740] ppid=28738 vsize=13549616 CPUtime=0.04 cores=1,3,5,7
/proc/28740/stat : 28740 (java) S 28738 28740 24519 0 -1 4202496 13963 0 1 0 3 1 0 0 25 0 13 0 827642095 13874806784 13659 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652662245 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/28740/statm: 3387404 13661 1685 9 0 3378152 0
[pid=28740/tid=28741] ppid=28738 vsize=13549616 CPUtime=0.04 cores=1,3,5,7
/proc/28740/task/28741/stat : 28741 (java) R 28738 28740 24519 0 -1 4202560 12816 0 1 0 3 1 0 0 25 0 13 0 827642095 13874806784 13661 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 47604755042309 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13549616

[startup+0.100809 s]
/proc/loadavg: 2.00 2.02 2.00 2/568 28740
/proc/meminfo: memFree=20887484/32951124 swapFree=53733252/67111528
[pid=28740] ppid=28738 vsize=13621240 CPUtime=0.09 cores=1,3,5,7
/proc/28740/stat : 28740 (java) S 28738 28740 24519 0 -1 4202496 15279 0 1 0 8 1 0 0 25 0 18 0 827642095 13948149760 14975 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28740/statm: 3405310 14975 2089 9 0 3396044 0
[pid=28740/tid=28741] ppid=28738 vsize=13621240 CPUtime=0.08 cores=1,3,5,7
/proc/28740/task/28741/stat : 28741 (java) R 28738 28740 24519 0 -1 4202560 13559 0 1 0 7 1 0 0 25 0 18 0 827642095 13948149760 14976 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13621240

[startup+0.300665 s]
/proc/loadavg: 2.00 2.02 2.00 2/568 28740
/proc/meminfo: memFree=20887484/32951124 swapFree=53733252/67111528
[pid=28740] ppid=28738 vsize=13623768 CPUtime=0.44 cores=1,3,5,7
/proc/28740/stat : 28740 (java) S 28738 28740 24519 0 -1 4202496 18473 0 1 0 42 2 0 0 25 0 18 0 827642095 13950738432 17621 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28740/statm: 3405942 17621 2199 9 0 3396676 0
[pid=28740/tid=28741] ppid=28738 vsize=13623768 CPUtime=0.27 cores=1,3,5,7
/proc/28740/task/28741/stat : 28741 (java) R 28738 28740 24519 0 -1 4202560 15102 0 1 0 26 1 0 0 25 0 18 0 827642095 13950738432 17622 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 46912505562683 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13623768

[startup+0.700593 s]
/proc/loadavg: 2.00 2.02 2.00 2/568 28740
/proc/meminfo: memFree=20887484/32951124 swapFree=53733252/67111528
[pid=28740] ppid=28738 vsize=13631116 CPUtime=1.63 cores=1,3,5,7
/proc/28740/stat : 28740 (java) S 28738 28740 24519 0 -1 4202496 37825 0 1 0 158 5 0 0 25 0 18 0 827642095 13958262784 33614 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28740/statm: 3407779 33614 2236 9 0 3398513 0
[pid=28740/tid=28741] ppid=28738 vsize=13631116 CPUtime=0.66 cores=1,3,5,7
/proc/28740/task/28741/stat : 28741 (java) R 28738 28740 24519 0 -1 4202560 27076 0 1 0 63 3 0 0 25 0 18 0 827642095 13958262784 33615 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 47604755047171 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 13631116

[startup+1.50148 s]
/proc/loadavg: 2.16 2.05 2.01 3/587 28759
/proc/meminfo: memFree=20753352/32951124 swapFree=53733252/67111528
[pid=28740] ppid=28738 vsize=13632144 CPUtime=2.87 cores=1,3,5,7
/proc/28740/stat : 28740 (java) S 28738 28740 24519 0 -1 4202496 41927 0 1 0 280 7 0 0 25 0 19 0 827642095 13959315456 37715 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28740/statm: 3408036 37715 2246 9 0 3398770 0
[pid=28740/tid=28741] ppid=28738 vsize=13632144 CPUtime=1.47 cores=1,3,5,7
/proc/28740/task/28741/stat : 28741 (java) R 28738 28740 24519 0 -1 4202560 31101 0 1 0 142 5 0 0 25 0 19 0 827642095 13959315456 37715 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 47604759542611 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28740/tid=28743] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28743/stat : 28743 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642097 13959315456 37715 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28744] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28744/stat : 28744 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642097 13959315456 37715 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28745] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28745/stat : 28745 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642097 13959315456 37715 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28746] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28746/stat : 28746 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642097 13959315456 37716 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28747] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28747/stat : 28747 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642097 13959315456 37716 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28748] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28748/stat : 28748 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642097 13959315456 37716 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28749] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28749/stat : 28749 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642097 13959315456 37716 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28750] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28750/stat : 28750 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642097 13959315456 37716 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28751] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28751/stat : 28751 (java) S 28738 28740 24519 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 37716 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 0 0 16800975 18446604455235810240 0 0 -1 1 0 0 0
[pid=28740/tid=28752] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28752/stat : 28752 (java) S 28738 28740 24519 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827642099 13959315456 37716 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28753] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28753/stat : 28753 (java) S 28738 28740 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827642099 13959315456 37716 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28754] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28754/stat : 28754 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 37717 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652683185 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28755] ppid=28738 vsize=13632144 CPUtime=0.69 cores=1,3,5,7
/proc/28740/task/28755/stat : 28755 (java) S 28738 28740 24519 0 -1 4202560 4890 0 0 0 69 0 0 0 16 0 19 0 827642101 13959315456 37717 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28756] ppid=28738 vsize=13632144 CPUtime=0.69 cores=1,3,5,7
/proc/28740/task/28756/stat : 28756 (java) S 28738 28740 24519 0 -1 4202560 4774 0 0 0 68 1 0 0 22 0 19 0 827642101 13959315456 37717 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28757] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28757/stat : 28757 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 37717 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28758] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28758/stat : 28758 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827642101 13959315456 37717 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28759] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28759/stat : 28759 (java) S 28738 28740 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827642165 13959315456 37717 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 13632144

[startup+3.1012 s]
/proc/loadavg: 2.16 2.05 2.01 3/587 28759
/proc/meminfo: memFree=20730040/32951124 swapFree=53733252/67111528
[pid=28740] ppid=28738 vsize=13632144 CPUtime=4.6 cores=1,3,5,7
/proc/28740/stat : 28740 (java) S 28738 28740 24519 0 -1 4202496 59569 0 1 0 451 9 0 0 25 0 19 0 827642095 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28740/statm: 3408036 55333 2272 9 0 3398770 0
[pid=28740/tid=28741] ppid=28738 vsize=13632144 CPUtime=2.98 cores=1,3,5,7
/proc/28740/task/28741/stat : 28741 (java) R 28738 28740 24519 0 -1 4202560 35432 0 1 0 292 6 0 0 18 0 19 0 827642095 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 46912506103119 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28740/tid=28743] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28743/stat : 28743 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827642097 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28744] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28744/stat : 28744 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827642097 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28745] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28745/stat : 28745 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827642097 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28746] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28746/stat : 28746 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827642097 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28747] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28747/stat : 28747 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827642097 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28748] ppid=28738 vsize=13632144 CPUtime=0.01 cores=1,3,5,7
/proc/28740/task/28748/stat : 28748 (java) S 28738 28740 24519 0 -1 4202560 3874 0 0 0 1 0 0 0 18 0 19 0 827642097 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28749] ppid=28738 vsize=13632144 CPUtime=0.01 cores=1,3,5,7
/proc/28740/task/28749/stat : 28749 (java) S 28738 28740 24519 0 -1 4202560 1289 0 0 0 1 0 0 0 18 0 19 0 827642097 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28750] ppid=28738 vsize=13632144 CPUtime=0.02 cores=1,3,5,7
/proc/28740/task/28750/stat : 28750 (java) S 28738 28740 24519 0 -1 4202560 1532 0 0 0 2 0 0 0 18 0 19 0 827642097 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28751] ppid=28738 vsize=13632144 CPUtime=0.05 cores=1,3,5,7
/proc/28740/task/28751/stat : 28751 (java) S 28738 28740 24519 0 -1 4202560 6600 0 0 0 5 0 0 0 16 0 19 0 827642099 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 0 0 16800975 18446604455235810240 0 0 -1 1 0 0 0
[pid=28740/tid=28752] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28752/stat : 28752 (java) S 28738 28740 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28753] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28753/stat : 28753 (java) S 28738 28740 24519 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28754] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28754/stat : 28754 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652683185 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28755] ppid=28738 vsize=13632144 CPUtime=0.7 cores=1,3,5,7
/proc/28740/task/28755/stat : 28755 (java) S 28738 28740 24519 0 -1 4202560 4897 0 0 0 70 0 0 0 16 0 19 0 827642101 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28756] ppid=28738 vsize=13632144 CPUtime=0.76 cores=1,3,5,7
/proc/28740/task/28756/stat : 28756 (java) S 28738 28740 24519 0 -1 4202560 4788 0 0 0 75 1 0 0 16 0 19 0 827642101 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28757] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28757/stat : 28757 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28758] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28758/stat : 28758 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827642101 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28759] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28759/stat : 28759 (java) S 28738 28740 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827642165 13959315456 55333 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 13632144

[startup+6.30061 s]
/proc/loadavg: 2.16 2.05 2.01 3/587 28759
/proc/meminfo: memFree=20636808/32951124 swapFree=53733252/67111528
[pid=28740] ppid=28738 vsize=13632144 CPUtime=7.84 cores=1,3,5,7
/proc/28740/stat : 28740 (java) S 28738 28740 24519 0 -1 4202496 68313 0 1 0 774 10 0 0 25 0 19 0 827642095 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28740/statm: 3408036 63983 2272 9 0 3398770 0
[pid=28740/tid=28741] ppid=28738 vsize=13632144 CPUtime=5.99 cores=1,3,5,7
/proc/28740/task/28741/stat : 28741 (java) R 28738 28740 24519 0 -1 4202560 35436 0 1 0 593 6 0 0 23 0 19 0 827642095 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 46912506103209 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28740/tid=28743] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28743/stat : 28743 (java) S 28738 28740 24519 0 -1 4202560 2293 0 0 0 0 0 0 0 16 0 19 0 827642097 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28744] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28744/stat : 28744 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827642097 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28745] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28745/stat : 28745 (java) S 28738 28740 24519 0 -1 4202560 1987 0 0 0 0 0 0 0 15 0 19 0 827642097 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28746] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28746/stat : 28746 (java) S 28738 28740 24519 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 827642097 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28747] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28747/stat : 28747 (java) S 28738 28740 24519 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 827642097 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28748] ppid=28738 vsize=13632144 CPUtime=0.01 cores=1,3,5,7
/proc/28740/task/28748/stat : 28748 (java) S 28738 28740 24519 0 -1 4202560 3874 0 0 0 1 0 0 0 15 0 19 0 827642097 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28749] ppid=28738 vsize=13632144 CPUtime=0.02 cores=1,3,5,7
/proc/28740/task/28749/stat : 28749 (java) S 28738 28740 24519 0 -1 4202560 1299 0 0 0 2 0 0 0 16 0 19 0 827642097 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28750] ppid=28738 vsize=13632144 CPUtime=0.02 cores=1,3,5,7
/proc/28740/task/28750/stat : 28750 (java) S 28738 28740 24519 0 -1 4202560 1580 0 0 0 2 0 0 0 16 0 19 0 827642097 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28751] ppid=28738 vsize=13632144 CPUtime=0.23 cores=1,3,5,7
/proc/28740/task/28751/stat : 28751 (java) S 28738 28740 24519 0 -1 4202560 10911 0 0 0 22 1 0 0 16 0 19 0 827642099 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 0 0 16800975 18446604455235810240 0 0 -1 1 0 0 0
[pid=28740/tid=28752] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28752/stat : 28752 (java) S 28738 28740 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28753] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28753/stat : 28753 (java) S 28738 28740 24519 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28754] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28754/stat : 28754 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652683185 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28755] ppid=28738 vsize=13632144 CPUtime=0.71 cores=1,3,5,7
/proc/28740/task/28755/stat : 28755 (java) S 28738 28740 24519 0 -1 4202560 4898 0 0 0 71 0 0 0 15 0 19 0 827642101 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28756] ppid=28738 vsize=13632144 CPUtime=0.78 cores=1,3,5,7
/proc/28740/task/28756/stat : 28756 (java) S 28738 28740 24519 0 -1 4202560 4794 0 0 0 77 1 0 0 15 0 19 0 827642101 13959315456 63983 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0

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

[pid=28740/tid=28748] ppid=28738 vsize=13632144 CPUtime=1.06 cores=1,3,5,7
/proc/28740/task/28748/stat : 28748 (java) S 28738 28740 24519 0 -1 4202560 7148 0 0 0 105 1 0 0 15 0 19 0 827642097 13959315456 161504 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28749] ppid=28738 vsize=13632144 CPUtime=1.04 cores=1,3,5,7
/proc/28740/task/28749/stat : 28749 (java) S 28738 28740 24519 0 -1 4202560 6512 0 0 0 103 1 0 0 15 0 19 0 827642097 13959315456 161504 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 3 0 0 0
[pid=28740/tid=28750] ppid=28738 vsize=13632144 CPUtime=1.09 cores=1,3,5,7
/proc/28740/task/28750/stat : 28750 (java) S 28738 28740 24519 0 -1 4202560 7441 0 0 0 108 1 0 0 16 0 19 0 827642097 13959315456 161504 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 3 0 0 0
[pid=28740/tid=28751] ppid=28738 vsize=13632144 CPUtime=20.79 cores=1,3,5,7
/proc/28740/task/28751/stat : 28751 (java) S 28738 28740 24519 0 -1 4202560 63639 0 0 0 2069 10 0 0 15 0 19 0 827642099 13959315456 161504 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 0 0 16800975 18446604455235810240 0 0 -1 1 0 0 0
[pid=28740/tid=28752] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28752/stat : 28752 (java) S 28738 28740 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 161504 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28753] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28753/stat : 28753 (java) S 28738 28740 24519 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 161504 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28754] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28754/stat : 28754 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 161504 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652683185 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28755] ppid=28738 vsize=13632144 CPUtime=0.74 cores=1,3,5,7
/proc/28740/task/28755/stat : 28755 (java) S 28738 28740 24519 0 -1 4202560 4919 0 0 0 74 0 0 0 15 0 19 0 827642101 13959315456 161504 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28756] ppid=28738 vsize=13632144 CPUtime=0.78 cores=1,3,5,7
/proc/28740/task/28756/stat : 28756 (java) S 28738 28740 24519 0 -1 4202560 4794 0 0 0 77 1 0 0 15 0 19 0 827642101 13959315456 161504 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28757] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28757/stat : 28757 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 161504 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28758] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28758/stat : 28758 (java) S 28738 28740 24519 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 827642101 13959315456 161504 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28759] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28759/stat : 28759 (java) S 28738 28740 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827642165 13959315456 161504 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1669
Current children cumulated vsize (KiB) 13632144

[startup+1722.3 s]
/proc/loadavg: 1.93 2.02 1.99 2/563 28825
/proc/meminfo: memFree=20527456/32951124 swapFree=53733252/67111528
[pid=28740] ppid=28738 vsize=13632144 CPUtime=1729.19 cores=1,3,5,7
/proc/28740/stat : 28740 (java) S 28738 28740 24519 0 -1 4202496 166336 0 1 0 172886 33 0 0 25 0 19 0 827642095 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28740/statm: 3408036 161546 2273 9 0 3398770 0
[pid=28740/tid=28741] ppid=28738 vsize=13632144 CPUtime=1697.61 cores=1,3,5,7
/proc/28740/task/28741/stat : 28741 (java) R 28738 28740 24519 0 -1 4202560 42742 0 1 0 169754 7 0 0 25 0 19 0 827642095 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 46912505964542 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28740/tid=28743] ppid=28738 vsize=13632144 CPUtime=0.88 cores=1,3,5,7
/proc/28740/task/28743/stat : 28743 (java) S 28738 28740 24519 0 -1 4202560 5691 0 0 0 87 1 0 0 16 0 19 0 827642097 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28744] ppid=28738 vsize=13632144 CPUtime=1.05 cores=1,3,5,7
/proc/28740/task/28744/stat : 28744 (java) S 28738 28740 24519 0 -1 4202560 3722 0 0 0 104 1 0 0 15 0 19 0 827642097 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28745] ppid=28738 vsize=13632144 CPUtime=1.02 cores=1,3,5,7
/proc/28740/task/28745/stat : 28745 (java) S 28738 28740 24519 0 -1 4202560 7339 0 0 0 101 1 0 0 15 0 19 0 827642097 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28746] ppid=28738 vsize=13632144 CPUtime=1 cores=1,3,5,7
/proc/28740/task/28746/stat : 28746 (java) S 28738 28740 24519 0 -1 4202560 4437 0 0 0 99 1 0 0 15 0 19 0 827642097 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 3 0 0 0
[pid=28740/tid=28747] ppid=28738 vsize=13632144 CPUtime=1.1 cores=1,3,5,7
/proc/28740/task/28747/stat : 28747 (java) S 28738 28740 24519 0 -1 4202560 6670 0 0 0 109 1 0 0 16 0 19 0 827642097 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28748] ppid=28738 vsize=13632144 CPUtime=1.09 cores=1,3,5,7
/proc/28740/task/28748/stat : 28748 (java) S 28738 28740 24519 0 -1 4202560 7161 0 0 0 108 1 0 0 16 0 19 0 827642097 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28749] ppid=28738 vsize=13632144 CPUtime=1.09 cores=1,3,5,7
/proc/28740/task/28749/stat : 28749 (java) S 28738 28740 24519 0 -1 4202560 6524 0 0 0 108 1 0 0 15 0 19 0 827642097 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 3 0 0 0
[pid=28740/tid=28750] ppid=28738 vsize=13632144 CPUtime=1.14 cores=1,3,5,7
/proc/28740/task/28750/stat : 28750 (java) S 28738 28740 24519 0 -1 4202560 7446 0 0 0 113 1 0 0 16 0 19 0 827642097 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 3 0 0 0
[pid=28740/tid=28751] ppid=28738 vsize=13632144 CPUtime=21.55 cores=1,3,5,7
/proc/28740/task/28751/stat : 28751 (java) S 28738 28740 24519 0 -1 4202560 63643 0 0 0 2145 10 0 0 15 0 19 0 827642099 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 0 0 16800975 18446604455235810240 0 0 -1 1 0 0 0
[pid=28740/tid=28752] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28752/stat : 28752 (java) S 28738 28740 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28753] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28753/stat : 28753 (java) S 28738 28740 24519 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28754] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28754/stat : 28754 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652683185 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28755] ppid=28738 vsize=13632144 CPUtime=0.74 cores=1,3,5,7
/proc/28740/task/28755/stat : 28755 (java) S 28738 28740 24519 0 -1 4202560 4919 0 0 0 74 0 0 0 15 0 19 0 827642101 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28756] ppid=28738 vsize=13632144 CPUtime=0.78 cores=1,3,5,7
/proc/28740/task/28756/stat : 28756 (java) S 28738 28740 24519 0 -1 4202560 4794 0 0 0 77 1 0 0 15 0 19 0 827642101 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28757] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28757/stat : 28757 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28758] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28758/stat : 28758 (java) S 28738 28740 24519 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 827642101 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28759] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28759/stat : 28759 (java) S 28738 28740 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827642165 13959315456 161546 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1729.19
Current children cumulated vsize (KiB) 13632144

[startup+1782.3 s]
/proc/loadavg: 1.34 1.83 1.93 2/563 28826
/proc/meminfo: memFree=20526796/32951124 swapFree=53733252/67111528
[pid=28740] ppid=28738 vsize=13632144 CPUtime=1789.29 cores=1,3,5,7
/proc/28740/stat : 28740 (java) S 28738 28740 24519 0 -1 4202496 166389 0 1 0 178896 33 0 0 25 0 19 0 827642095 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28740/statm: 3408036 161584 2273 9 0 3398770 0
[pid=28740/tid=28741] ppid=28738 vsize=13632144 CPUtime=1756.87 cores=1,3,5,7
/proc/28740/task/28741/stat : 28741 (java) R 28738 28740 24519 0 -1 4202560 42749 0 1 0 175680 7 0 0 25 0 19 0 827642095 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 46912506146753 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28740/tid=28743] ppid=28738 vsize=13632144 CPUtime=0.91 cores=1,3,5,7
/proc/28740/task/28743/stat : 28743 (java) S 28738 28740 24519 0 -1 4202560 5691 0 0 0 90 1 0 0 16 0 19 0 827642097 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28744] ppid=28738 vsize=13632144 CPUtime=1.08 cores=1,3,5,7
/proc/28740/task/28744/stat : 28744 (java) S 28738 28740 24519 0 -1 4202560 3725 0 0 0 107 1 0 0 15 0 19 0 827642097 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28745] ppid=28738 vsize=13632144 CPUtime=1.05 cores=1,3,5,7
/proc/28740/task/28745/stat : 28745 (java) S 28738 28740 24519 0 -1 4202560 7344 0 0 0 104 1 0 0 16 0 19 0 827642097 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28746] ppid=28738 vsize=13632144 CPUtime=1.04 cores=1,3,5,7
/proc/28740/task/28746/stat : 28746 (java) S 28738 28740 24519 0 -1 4202560 4456 0 0 0 103 1 0 0 15 0 19 0 827642097 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 3 0 0 0
[pid=28740/tid=28747] ppid=28738 vsize=13632144 CPUtime=1.11 cores=1,3,5,7
/proc/28740/task/28747/stat : 28747 (java) S 28738 28740 24519 0 -1 4202560 6670 0 0 0 110 1 0 0 15 0 19 0 827642097 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 3 0 0 0
[pid=28740/tid=28748] ppid=28738 vsize=13632144 CPUtime=1.1 cores=1,3,5,7
/proc/28740/task/28748/stat : 28748 (java) S 28738 28740 24519 0 -1 4202560 7163 0 0 0 109 1 0 0 15 0 19 0 827642097 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28749] ppid=28738 vsize=13632144 CPUtime=1.1 cores=1,3,5,7
/proc/28740/task/28749/stat : 28749 (java) S 28738 28740 24519 0 -1 4202560 6524 0 0 0 109 1 0 0 15 0 19 0 827642097 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 3 0 0 0
[pid=28740/tid=28750] ppid=28738 vsize=13632144 CPUtime=1.16 cores=1,3,5,7
/proc/28740/task/28750/stat : 28750 (java) S 28738 28740 24519 0 -1 4202560 7455 0 0 0 115 1 0 0 16 0 19 0 827642097 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28751] ppid=28738 vsize=13632144 CPUtime=22.22 cores=1,3,5,7
/proc/28740/task/28751/stat : 28751 (java) S 28738 28740 24519 0 -1 4202560 63647 0 0 0 2212 10 0 0 15 0 19 0 827642099 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 0 0 16800975 18446604455235810240 0 0 -1 1 0 0 0
[pid=28740/tid=28752] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28752/stat : 28752 (java) S 28738 28740 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28753] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28753/stat : 28753 (java) S 28738 28740 24519 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28754] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28754/stat : 28754 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652683185 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28755] ppid=28738 vsize=13632144 CPUtime=0.74 cores=1,3,5,7
/proc/28740/task/28755/stat : 28755 (java) S 28738 28740 24519 0 -1 4202560 4919 0 0 0 74 0 0 0 15 0 19 0 827642101 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28756] ppid=28738 vsize=13632144 CPUtime=0.78 cores=1,3,5,7
/proc/28740/task/28756/stat : 28756 (java) S 28738 28740 24519 0 -1 4202560 4794 0 0 0 77 1 0 0 15 0 19 0 827642101 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28757] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28757/stat : 28757 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28758] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28758/stat : 28758 (java) S 28738 28740 24519 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 827642101 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28759] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28759/stat : 28759 (java) S 28738 28740 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827642165 13959315456 161584 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1789.29
Current children cumulated vsize (KiB) 13632144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.02 s]
/proc/loadavg: 1.29 1.80 1.92 2/563 28827
/proc/meminfo: memFree=20526916/32951124 swapFree=53733252/67111528
[pid=28740] ppid=28738 vsize=13632144 CPUtime=1800.06 cores=1,3,5,7
/proc/28740/stat : 28740 (java) S 28738 28740 24519 0 -1 4202496 166419 0 1 0 179973 33 0 0 25 0 19 0 827642095 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28740/statm: 3408036 161612 2273 9 0 3398770 0
[pid=28740/tid=28741] ppid=28738 vsize=13632144 CPUtime=1767.42 cores=1,3,5,7
/proc/28740/task/28741/stat : 28741 (java) R 28738 28740 24519 0 -1 4202560 42751 0 1 0 176735 7 0 0 25 0 19 0 827642095 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 46912506103046 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28740/tid=28743] ppid=28738 vsize=13632144 CPUtime=0.92 cores=1,3,5,7
/proc/28740/task/28743/stat : 28743 (java) S 28738 28740 24519 0 -1 4202560 5691 0 0 0 91 1 0 0 16 0 19 0 827642097 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28744] ppid=28738 vsize=13632144 CPUtime=1.09 cores=1,3,5,7
/proc/28740/task/28744/stat : 28744 (java) S 28738 28740 24519 0 -1 4202560 3744 0 0 0 108 1 0 0 16 0 19 0 827642097 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28745] ppid=28738 vsize=13632144 CPUtime=1.06 cores=1,3,5,7
/proc/28740/task/28745/stat : 28745 (java) S 28738 28740 24519 0 -1 4202560 7349 0 0 0 105 1 0 0 15 0 19 0 827642097 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28746] ppid=28738 vsize=13632144 CPUtime=1.04 cores=1,3,5,7
/proc/28740/task/28746/stat : 28746 (java) S 28738 28740 24519 0 -1 4202560 4456 0 0 0 103 1 0 0 15 0 19 0 827642097 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 3 0 0 0
[pid=28740/tid=28747] ppid=28738 vsize=13632144 CPUtime=1.11 cores=1,3,5,7
/proc/28740/task/28747/stat : 28747 (java) S 28738 28740 24519 0 -1 4202560 6670 0 0 0 110 1 0 0 15 0 19 0 827642097 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 3 0 0 0
[pid=28740/tid=28748] ppid=28738 vsize=13632144 CPUtime=1.11 cores=1,3,5,7
/proc/28740/task/28748/stat : 28748 (java) S 28738 28740 24519 0 -1 4202560 7167 0 0 0 110 1 0 0 15 0 19 0 827642097 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28749] ppid=28738 vsize=13632144 CPUtime=1.1 cores=1,3,5,7
/proc/28740/task/28749/stat : 28749 (java) S 28738 28740 24519 0 -1 4202560 6524 0 0 0 109 1 0 0 15 0 19 0 827642097 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 3 0 0 0
[pid=28740/tid=28750] ppid=28738 vsize=13632144 CPUtime=1.16 cores=1,3,5,7
/proc/28740/task/28750/stat : 28750 (java) S 28738 28740 24519 0 -1 4202560 7455 0 0 0 115 1 0 0 15 0 19 0 827642097 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28751] ppid=28738 vsize=13632144 CPUtime=22.39 cores=1,3,5,7
/proc/28740/task/28751/stat : 28751 (java) S 28738 28740 24519 0 -1 4202560 63647 0 0 0 2229 10 0 0 15 0 19 0 827642099 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 0 0 16800975 18446604455235810240 0 0 -1 1 0 0 0
[pid=28740/tid=28752] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28752/stat : 28752 (java) S 28738 28740 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28753] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28753/stat : 28753 (java) S 28738 28740 24519 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827642099 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28754] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28754/stat : 28754 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652683185 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28755] ppid=28738 vsize=13632144 CPUtime=0.74 cores=1,3,5,7
/proc/28740/task/28755/stat : 28755 (java) S 28738 28740 24519 0 -1 4202560 4919 0 0 0 74 0 0 0 15 0 19 0 827642101 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28756] ppid=28738 vsize=13632144 CPUtime=0.78 cores=1,3,5,7
/proc/28740/task/28756/stat : 28756 (java) S 28738 28740 24519 0 -1 4202560 4794 0 0 0 77 1 0 0 15 0 19 0 827642101 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
[pid=28740/tid=28757] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28757/stat : 28757 (java) S 28738 28740 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827642101 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652675481 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28758] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28758/stat : 28758 (java) S 28738 28740 24519 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 827642101 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 4 0 16800975 18446604455235810240 0 0 -1 5 0 0 0
[pid=28740/tid=28759] ppid=28738 vsize=13632144 CPUtime=0 cores=1,3,5,7
/proc/28740/task/28759/stat : 28759 (java) S 28738 28740 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827642165 13959315456 161612 33554432000 1073741824 1073778376 140735925206496 18446744073709551615 253652676096 0 4 0 16800975 18446604455235810240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 13632144

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

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

Child status: 143
Real time (s): 1793.11
CPU time (s): 1800.17
CPU user time (s): 1799.81
CPU system time (s): 0.361944
CPU usage (%): 100.394
Max. virtual memory (cumulated for all children) (KiB): 13634812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166468
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= 43573
involuntary context switches= 13216

runsolver used 9.58154 second user time and 23.5634 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 06:06:57
IDJOB=3458389
IDBENCH=48209
IDSOLVER=1952
FILE ID=node106/3458389-1307160417
RUNJOBID= node106-1307156122-27406
PBS_JOBID= 13508810
Free space on /tmp= 73760 MiB

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

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

MD5SUM BENCH= 1af848a7208b60f67c27d4022c7b5abe
RANDOM SEED=1517125256

node106.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.830
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.66
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.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20887764 kB
Buffers:        397328 kB
Cached:        5984096 kB
SwapCached:      22744 kB
Active:        6170588 kB
Inactive:      5552164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20887764 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:             836 kB
Writeback:           0 kB
AnonPages:     5337556 kB
Mapped:          34468 kB
Slab:           191848 kB
PageTables:      78364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 180975456 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= 73760 MiB
End job on node106 at 2011-06-04 06:36:52