Trace number 3453914

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO)74 1800.28 969.915

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_4.opb
MD5SUM7603a459a5769ea7e43f52c522eb87aa
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark1797.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 68
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint11
Maximum length of a constraint22
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6326
Sum of products size (including duplicates)12652
Number of different products6326
Sum of products size12652

Quality of the solution as a function of time


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

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453914-1307194431.opb
0.10/0.11	c reading problem ... 
0.98/0.56	c ... done. Wall clock time 0.444s.
0.98/0.56	c #vars     6826
0.98/0.56	c #constraints  13152
0.98/0.56	c constraints type 
0.98/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6826
0.98/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
0.98/0.56	c constraints type 
0.98/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6826
0.98/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
1.32/0.69	c  And the winner is Resolution
2.34/1.07	c SATISFIABLE
2.34/1.07	c OPTIMIZING...
2.34/1.07	c Got one! Elapsed wall clock time (in seconds):0.955
2.34/1.07	o 83
2.34/1.09	c  And the winner is Resolution
2.52/1.58	c Got one! Elapsed wall clock time (in seconds):1.466
2.52/1.58	o 81
2.52/1.64	c  And the winner is Resolution
3.31/2.09	c Got one! Elapsed wall clock time (in seconds):1.975
3.31/2.09	o 80
3.36/2.11	c  And the winner is Resolution
3.46/2.59	c Got one! Elapsed wall clock time (in seconds):2.48
3.46/2.59	o 79
3.76/2.79	c  And the winner is CuttingPlanes
4.04/3.10	c Got one! Elapsed wall clock time (in seconds):2.987
4.04/3.10	o 78
6.16/4.12	c cleaning 2996 clauses out of 6005 with flag 5000/6005
8.67/5.30	c cleaning 4498 clauses out of 9009 with flag 11000/12005
11.28/6.68	c cleaning 5753 clauses out of 11511 with flag 18000/19005
14.46/8.21	c cleaning 6874 clauses out of 13758 with flag 26000/27005
16.21/9.16	c  And the winner is CuttingPlanes
16.34/9.63	c Got one! Elapsed wall clock time (in seconds):9.515
16.34/9.63	o 77
16.69/9.83	c cleaning 6313 clauses out of 12633 with flag 1000/32754
17.63/10.38	c  And the winner is Resolution
17.85/10.63	c Got one! Elapsed wall clock time (in seconds):10.521
17.85/10.63	o 76
18.77/11.17	c cleaning 6044 clauses out of 12099 with flag 3002/38533
21.17/12.38	c cleaning 6020 clauses out of 12053 with flag 9000/44531
24.11/13.82	c cleaning 6511 clauses out of 13033 with flag 16000/51531
27.25/15.41	c cleaning 7253 clauses out of 14523 with flag 24001/59532
30.76/17.26	c cleaning 8126 clauses out of 16269 with flag 33000/68531
34.89/19.38	c cleaning 9067 clauses out of 18144 with flag 43001/78532
39.21/21.56	c cleaning 10031 clauses out of 20078 with flag 54002/89533
44.30/24.12	c cleaning 11019 clauses out of 22045 with flag 66000/101531
49.80/26.93	c cleaning 12008 clauses out of 24026 with flag 79000/114531
55.91/30.08	c cleaning 12998 clauses out of 26018 with flag 93000/128531
62.60/33.48	c cleaning 13504 clauses out of 27021 with flag 107001/142532
68.65/36.54	c cleaning 13752 clauses out of 27517 with flag 121001/156532
74.56/39.52	c cleaning 13875 clauses out of 27764 with flag 135000/170531
80.62/42.64	c cleaning 13938 clauses out of 27889 with flag 149000/184531
86.50/45.61	c cleaning 13964 clauses out of 27951 with flag 163000/198531
92.30/48.61	c cleaning 13988 clauses out of 27988 with flag 177001/212532
98.57/51.81	c cleaning 13991 clauses out of 27999 with flag 191000/226531
104.64/54.97	c cleaning 13997 clauses out of 28009 with flag 205001/240532
110.47/57.97	c cleaning 13994 clauses out of 28011 with flag 219000/254531
116.43/61.08	c cleaning 14001 clauses out of 28017 with flag 233000/268531
123.06/64.46	c cleaning 13997 clauses out of 28017 with flag 247001/282532
129.28/67.62	c cleaning 14005 clauses out of 28019 with flag 261000/296531
134.72/70.42	c cleaning 13999 clauses out of 28014 with flag 275000/310531
140.23/73.39	c cleaning 14000 clauses out of 28015 with flag 289000/324531
146.65/76.65	c cleaning 14002 clauses out of 28015 with flag 303000/338531
153.05/79.95	c cleaning 13997 clauses out of 28013 with flag 317000/352531
159.06/83.00	c cleaning 14000 clauses out of 28017 with flag 331001/366532
164.97/86.19	c cleaning 14002 clauses out of 28017 with flag 345001/380532
172.18/89.81	c cleaning 14002 clauses out of 28015 with flag 359001/394532
179.39/93.59	c cleaning 14001 clauses out of 28013 with flag 373001/408532
187.16/97.52	c cleaning 14001 clauses out of 28011 with flag 387000/422531
193.03/100.68	c cleaning 13996 clauses out of 28011 with flag 401001/436532
199.41/103.97	c cleaning 13998 clauses out of 28014 with flag 415000/450531
205.98/107.36	c cleaning 14002 clauses out of 28017 with flag 429001/464532
212.95/110.93	c cleaning 14000 clauses out of 28015 with flag 443001/478532
219.20/114.29	c cleaning 13997 clauses out of 28015 with flag 457001/492532
225.79/117.65	c cleaning 13998 clauses out of 28018 with flag 471001/506532
231.94/120.86	c cleaning 14000 clauses out of 28020 with flag 485001/520532
238.29/124.18	c cleaning 13999 clauses out of 28019 with flag 499000/534531
245.13/127.71	c cleaning 14004 clauses out of 28020 with flag 513000/548531
251.30/130.92	c cleaning 13996 clauses out of 28016 with flag 527000/562531
257.66/134.27	c cleaning 14006 clauses out of 28022 with flag 541002/576533
264.38/137.78	c cleaning 13998 clauses out of 28014 with flag 555000/590531
271.18/141.33	c cleaning 13995 clauses out of 28017 with flag 569001/604532
277.90/144.85	c cleaning 13998 clauses out of 28021 with flag 583000/618531
283.62/147.83	c cleaning 14007 clauses out of 28024 with flag 597001/632532
289.94/151.11	c cleaning 14002 clauses out of 28017 with flag 611001/646532
296.52/154.64	c cleaning 14002 clauses out of 28014 with flag 625000/660531
302.82/157.99	c cleaning 13997 clauses out of 28013 with flag 639001/674532
309.13/161.25	c cleaning 13992 clauses out of 28016 with flag 653001/688532
316.03/164.84	c cleaning 14004 clauses out of 28024 with flag 667001/702532
322.60/168.38	c cleaning 13999 clauses out of 28020 with flag 681001/716532
329.28/171.88	c cleaning 14001 clauses out of 28020 with flag 695000/730531
335.98/175.38	c cleaning 14003 clauses out of 28019 with flag 709000/744531
342.47/178.79	c cleaning 14000 clauses out of 28017 with flag 723001/758532
349.62/182.59	c cleaning 13995 clauses out of 28018 with flag 737002/772533
356.50/186.16	c cleaning 14002 clauses out of 28021 with flag 751000/786531
363.59/189.87	c cleaning 13998 clauses out of 28019 with flag 765000/800531
370.89/193.68	c cleaning 14002 clauses out of 28022 with flag 779001/814532
377.20/197.01	c cleaning 14002 clauses out of 28020 with flag 793001/828532
383.29/200.30	c cleaning 13997 clauses out of 28018 with flag 807001/842532
389.75/203.64	c cleaning 14001 clauses out of 28021 with flag 821001/856532
396.22/207.09	c cleaning 14005 clauses out of 28020 with flag 835001/870532
402.93/210.69	c cleaning 13996 clauses out of 28015 with flag 849001/884532
409.80/214.27	c cleaning 14000 clauses out of 28018 with flag 863000/898531
416.69/217.88	c cleaning 13999 clauses out of 28018 with flag 877000/912531
418.14/218.70	c  And the winner is CuttingPlanes
418.14/218.73	c Got one! Elapsed wall clock time (in seconds):218.618
418.14/218.73	o 75
419.28/219.30	c cleaning 9659 clauses out of 19323 with flag 3001/917835
422.00/220.91	c cleaning 7827 clauses out of 15663 with flag 9000/923834
424.86/222.57	c cleaning 7415 clauses out of 14839 with flag 16003/930837
428.34/224.49	c cleaning 7709 clauses out of 15421 with flag 24000/938834
432.58/226.79	c cleaning 8351 clauses out of 16712 with flag 33000/947834
437.07/229.29	c cleaning 9172 clauses out of 18361 with flag 43000/957834
441.92/231.85	c cleaning 10087 clauses out of 20190 with flag 54001/968835
446.96/234.58	c cleaning 11043 clauses out of 22102 with flag 66000/980834
452.62/237.58	c cleaning 12020 clauses out of 24060 with flag 79001/993835
458.91/240.98	c cleaning 13016 clauses out of 26040 with flag 93001/1007835
465.73/244.51	c cleaning 13501 clauses out of 27024 with flag 107001/1021835
471.76/247.79	c cleaning 13755 clauses out of 27523 with flag 121001/1035835
478.21/251.10	c cleaning 13878 clauses out of 27768 with flag 135001/1049835
484.68/254.61	c cleaning 13934 clauses out of 27890 with flag 149001/1063835
490.92/257.91	c cleaning 13971 clauses out of 27956 with flag 163001/1077835
496.96/261.15	c cleaning 13987 clauses out of 27985 with flag 177001/1091835
503.20/264.48	c cleaning 13993 clauses out of 27998 with flag 191001/1105835
509.87/268.01	c cleaning 13997 clauses out of 28005 with flag 205001/1119835
515.90/271.29	c cleaning 13996 clauses out of 28007 with flag 219000/1133834
522.34/274.64	c cleaning 14001 clauses out of 28012 with flag 233001/1147835
529.56/278.42	c cleaning 14001 clauses out of 28010 with flag 247000/1161834
537.01/282.41	c cleaning 14000 clauses out of 28009 with flag 261000/1175834
543.03/285.62	c cleaning 13997 clauses out of 28009 with flag 275000/1189834
549.05/288.86	c cleaning 13998 clauses out of 28013 with flag 289001/1203835
555.07/292.04	c cleaning 13997 clauses out of 28014 with flag 303000/1217834
561.31/295.41	c cleaning 14002 clauses out of 28018 with flag 317001/1231835
567.53/298.77	c cleaning 14002 clauses out of 28015 with flag 331000/1245834
573.94/302.18	c cleaning 13995 clauses out of 28013 with flag 345000/1259834
581.36/306.00	c cleaning 14002 clauses out of 28018 with flag 359000/1273834
589.59/310.44	c cleaning 13996 clauses out of 28017 with flag 373001/1287835
597.41/314.59	c cleaning 14003 clauses out of 28020 with flag 387000/1301834
604.02/318.03	c cleaning 14004 clauses out of 28018 with flag 401001/1315835
610.43/321.46	c cleaning 14000 clauses out of 28015 with flag 415002/1329836
617.46/325.29	c cleaning 14000 clauses out of 28014 with flag 429001/1343835
624.27/328.88	c cleaning 14003 clauses out of 28013 with flag 443000/1357834
631.05/332.45	c cleaning 13994 clauses out of 28010 with flag 457000/1371834
637.86/336.02	c cleaning 14000 clauses out of 28017 with flag 471001/1385835
644.66/339.72	c cleaning 14001 clauses out of 28016 with flag 485000/1399834
651.45/343.35	c cleaning 14001 clauses out of 28015 with flag 499000/1413834
658.24/346.90	c cleaning 13998 clauses out of 28014 with flag 513000/1427834
664.63/350.33	c cleaning 13996 clauses out of 28016 with flag 527000/1441834
671.41/354.06	c cleaning 14001 clauses out of 28021 with flag 541001/1455835
678.01/357.52	c cleaning 13997 clauses out of 28019 with flag 555000/1469834
684.76/361.13	c cleaning 14003 clauses out of 28023 with flag 569001/1483835
691.33/364.66	c cleaning 14002 clauses out of 28019 with flag 583000/1497834
697.88/368.21	c cleaning 14004 clauses out of 28017 with flag 597000/1511834
703.04/371.01	c  And the winner is Resolution
704.03/372.02	c Got one! Elapsed wall clock time (in seconds):371.907
704.03/372.02	o 74
705.59/372.84	c cleaning 14819 clauses out of 29650 with flag 5000/1527471
708.34/374.43	c cleaning 10407 clauses out of 20832 with flag 11001/1533472
712.30/376.63	c cleaning 8704 clauses out of 17425 with flag 18001/1540472
716.45/379.02	c cleaning 8357 clauses out of 16721 with flag 26001/1548472
721.42/381.72	c cleaning 8673 clauses out of 17364 with flag 35001/1557472
726.75/384.64	c cleaning 9340 clauses out of 18691 with flag 45001/1567472
733.10/388.03	c cleaning 10168 clauses out of 20351 with flag 56001/1578472
740.04/391.88	c cleaning 11082 clauses out of 22183 with flag 68001/1590472
746.20/395.11	c cleaning 12040 clauses out of 24101 with flag 81001/1603472
752.75/398.69	c cleaning 13018 clauses out of 26060 with flag 95000/1617471
759.69/402.34	c cleaning 13513 clauses out of 27042 with flag 109000/1631471
767.02/406.30	c cleaning 13761 clauses out of 27529 with flag 123000/1645471
774.38/410.30	c cleaning 13874 clauses out of 27768 with flag 137000/1659471
782.51/414.54	c cleaning 13941 clauses out of 27895 with flag 151001/1673472
790.24/418.62	c cleaning 13966 clauses out of 27954 with flag 165001/1687472
798.35/423.03	c cleaning 13987 clauses out of 27987 with flag 179000/1701471
804.68/426.46	c cleaning 13998 clauses out of 28001 with flag 193001/1715472
811.63/430.12	c cleaning 13988 clauses out of 28002 with flag 207000/1729471
818.73/433.96	c cleaning 13998 clauses out of 28014 with flag 221000/1743471
826.03/437.90	c cleaning 14000 clauses out of 28016 with flag 235000/1757471
833.36/441.80	c cleaning 13995 clauses out of 28016 with flag 249000/1771471
840.67/445.71	c cleaning 14005 clauses out of 28021 with flag 263000/1785471
847.79/449.56	c cleaning 13996 clauses out of 28017 with flag 277001/1799472
854.49/453.22	c cleaning 14004 clauses out of 28022 with flag 291002/1813473
861.77/457.15	c cleaning 14002 clauses out of 28016 with flag 305000/1827471
868.71/460.81	c cleaning 14002 clauses out of 28015 with flag 319001/1841472
876.01/464.72	c cleaning 13996 clauses out of 28014 with flag 333002/1855473
882.88/468.60	c cleaning 14001 clauses out of 28018 with flag 347002/1869473
889.97/472.37	c cleaning 13999 clauses out of 28015 with flag 361000/1883471
896.88/476.05	c cleaning 14002 clauses out of 28016 with flag 375000/1897471
903.97/479.87	c cleaning 13999 clauses out of 28014 with flag 389000/1911471
911.03/483.72	c cleaning 13994 clauses out of 28015 with flag 403000/1925471
917.75/487.35	c cleaning 14002 clauses out of 28023 with flag 417002/1939473
925.02/491.30	c cleaning 14005 clauses out of 28021 with flag 431002/1953473
932.51/495.21	c cleaning 13996 clauses out of 28015 with flag 445001/1967472
939.97/499.37	c cleaning 14002 clauses out of 28019 with flag 459001/1981472
947.05/503.16	c cleaning 0 clauses out of 6188 with flag 0/6191
947.83/503.80	c cleaning 14002 clauses out of 28017 with flag 473001/1995472
955.09/507.53	c cleaning 13996 clauses out of 28015 with flag 487001/2009472
962.86/511.75	c cleaning 14004 clauses out of 28018 with flag 501000/2023471
969.94/515.59	c cleaning 14000 clauses out of 28014 with flag 515000/2037471
977.42/519.50	c cleaning 14000 clauses out of 28014 with flag 529000/2051471
984.08/523.18	c cleaning 14000 clauses out of 28014 with flag 543000/2065471
991.29/527.15	c cleaning 13997 clauses out of 28015 with flag 557001/2079472
998.15/530.86	c cleaning 14004 clauses out of 28017 with flag 571000/2093471
1005.02/534.60	c cleaning 13996 clauses out of 28014 with flag 585001/2107472
1012.06/538.38	c cleaning 13996 clauses out of 28017 with flag 599000/2121471
1020.07/542.72	c cleaning 14008 clauses out of 28021 with flag 613000/2135471
1027.13/546.51	c cleaning 13994 clauses out of 28014 with flag 627001/2149472
1034.17/550.31	c cleaning 14006 clauses out of 28020 with flag 641001/2163472
1041.02/554.07	c cleaning 13997 clauses out of 28014 with flag 655001/2177472
1048.39/558.17	c cleaning 13995 clauses out of 28018 with flag 669002/2191473
1055.86/562.13	c cleaning 13999 clauses out of 28021 with flag 683000/2205471
1063.07/566.05	c cleaning 13999 clauses out of 28022 with flag 697000/2219471
1070.50/570.10	c cleaning 14002 clauses out of 28024 with flag 711001/2233472
1077.87/574.18	c cleaning 14009 clauses out of 28022 with flag 725001/2247472
1084.49/577.76	c cleaning 14001 clauses out of 28013 with flag 739001/2261472
1091.13/581.38	c cleaning 13998 clauses out of 28012 with flag 753001/2275472
1098.16/585.18	c cleaning 14001 clauses out of 28013 with flag 767000/2289471
1105.50/589.27	c cleaning 13999 clauses out of 28012 with flag 781000/2303471
1112.34/592.96	c cleaning 13998 clauses out of 28014 with flag 795001/2317472
1119.35/596.79	c cleaning 14001 clauses out of 28015 with flag 809000/2331471
1126.77/600.71	c cleaning 13998 clauses out of 28014 with flag 823000/2345471
1133.69/604.62	c cleaning 13996 clauses out of 28017 with flag 837001/2359472
1140.70/608.49	c cleaning 14001 clauses out of 28022 with flag 851002/2373473
1148.72/612.76	c cleaning 14003 clauses out of 28019 with flag 865000/2387471
1156.94/617.14	c cleaning 13998 clauses out of 28018 with flag 879002/2401473
1165.43/621.80	c cleaning 13999 clauses out of 28018 with flag 893000/2415471
1173.83/626.37	c cleaning 13999 clauses out of 28020 with flag 907001/2429472
1182.23/630.86	c cleaning 13999 clauses out of 28021 with flag 921001/2443472
1189.82/634.94	c cleaning 13999 clauses out of 28022 with flag 935001/2457472
1197.91/639.45	c cleaning 14001 clauses out of 28022 with flag 949000/2471471
1205.51/643.51	c cleaning 14001 clauses out of 28022 with flag 963001/2485472
1213.29/647.75	c cleaning 14001 clauses out of 28021 with flag 977001/2499472
1221.08/651.95	c cleaning 13999 clauses out of 28020 with flag 991001/2513472
1229.38/656.58	c cleaning 14001 clauses out of 28023 with flag 1005003/2527474
1236.97/660.64	c cleaning 14005 clauses out of 28021 with flag 1019002/2541473
1244.16/664.50	c cleaning 13999 clauses out of 28014 with flag 1033000/2555471
1251.54/668.53	c cleaning 14003 clauses out of 28017 with flag 1047002/2569473
1259.03/672.72	c cleaning 13998 clauses out of 28013 with flag 1061001/2583472
1265.83/676.46	c cleaning 14001 clauses out of 28014 with flag 1075000/2597471
1272.80/680.29	c cleaning 14000 clauses out of 28014 with flag 1089001/2611472
1279.99/684.17	c cleaning 13997 clauses out of 28014 with flag 1103001/2625472
1287.67/688.45	c cleaning 13999 clauses out of 28017 with flag 1117001/2639472
1294.86/692.37	c cleaning 14001 clauses out of 28017 with flag 1131000/2653471
1301.86/696.20	c cleaning 13995 clauses out of 28017 with flag 1145001/2667472
1308.84/699.93	c cleaning 14003 clauses out of 28021 with flag 1159000/2681471
1315.73/703.89	c cleaning 14006 clauses out of 28019 with flag 1173001/2695472
1322.51/707.54	c cleaning 13995 clauses out of 28013 with flag 1187001/2709472
1329.69/711.40	c cleaning 14003 clauses out of 28018 with flag 1201001/2723472
1336.66/715.22	c cleaning 13999 clauses out of 28015 with flag 1215001/2737472
1344.16/719.41	c cleaning 14001 clauses out of 28015 with flag 1229000/2751471
1351.31/723.34	c cleaning 13997 clauses out of 28015 with flag 1243001/2765472
1358.48/727.23	c cleaning 14001 clauses out of 28017 with flag 1257000/2779471
1365.65/731.12	c cleaning 14001 clauses out of 28017 with flag 1271001/2793472
1373.33/735.44	c cleaning 13996 clauses out of 28015 with flag 1285000/2807471
1380.31/739.26	c cleaning 14001 clauses out of 28019 with flag 1299000/2821471
1387.68/743.21	c cleaning 14003 clauses out of 28019 with flag 1313001/2835472
1394.85/747.18	c cleaning 14002 clauses out of 28015 with flag 1327000/2849471
1402.34/751.35	c cleaning 13992 clauses out of 28013 with flag 1341000/2863471
1409.50/755.28	c cleaning 14004 clauses out of 28021 with flag 1355000/2877471
1416.88/759.23	c cleaning 14002 clauses out of 28017 with flag 1369000/2891471
1424.08/763.11	c cleaning 13999 clauses out of 28016 with flag 1383001/2905472
1430.75/766.93	c cleaning 14002 clauses out of 28017 with flag 1397001/2919472
1437.72/770.70	c cleaning 14001 clauses out of 28015 with flag 1411001/2933472
1444.70/774.54	c cleaning 13997 clauses out of 28013 with flag 1425000/2947471
1452.48/778.75	c cleaning 13997 clauses out of 28016 with flag 1439000/2961471
1460.14/783.11	c cleaning 13998 clauses out of 28019 with flag 1453000/2975471
1467.90/787.25	c cleaning 14003 clauses out of 28022 with flag 1467001/2989472
1474.89/791.05	c cleaning 14004 clauses out of 28019 with flag 1481001/3003472
1482.45/795.10	c cleaning 13998 clauses out of 28014 with flag 1495000/3017471
1490.31/799.52	c cleaning 13995 clauses out of 28016 with flag 1509000/3031471
1497.87/803.60	c cleaning 14004 clauses out of 28021 with flag 1523000/3045471
1505.22/807.69	c cleaning 13999 clauses out of 28017 with flag 1537000/3059471
1512.78/811.79	c cleaning 13999 clauses out of 28018 with flag 1551000/3073471
1520.83/816.29	c cleaning 14001 clauses out of 28020 with flag 1565001/3087472
1528.16/820.24	c cleaning 14000 clauses out of 28018 with flag 1579000/3101471
1535.70/824.33	c cleaning 14001 clauses out of 28018 with flag 1593000/3115471
1543.44/828.50	c cleaning 14000 clauses out of 28017 with flag 1607000/3129471
1551.46/833.06	c cleaning 13999 clauses out of 28017 with flag 1621000/3143471
1559.39/837.40	c cleaning 13997 clauses out of 28018 with flag 1635000/3157471
1567.52/841.70	c cleaning 13998 clauses out of 28021 with flag 1649000/3171471
1575.45/846.01	c cleaning 14004 clauses out of 28023 with flag 1663000/3185471
1584.05/850.87	c cleaning 14001 clauses out of 28020 with flag 1677001/3199472
1591.78/855.06	c cleaning 14003 clauses out of 28018 with flag 1691000/3213471
1599.34/859.11	c cleaning 14001 clauses out of 28016 with flag 1705001/3227472
1607.04/863.31	c cleaning 13996 clauses out of 28015 with flag 1719001/3241472
1615.04/867.82	c cleaning 14002 clauses out of 28019 with flag 1733001/3255472
1622.34/871.89	c cleaning 14000 clauses out of 28016 with flag 1747000/3269471
1630.26/876.13	c cleaning 13998 clauses out of 28016 with flag 1761000/3283471
1637.97/880.31	c cleaning 13997 clauses out of 28020 with flag 1775002/3297473
1646.16/884.98	c cleaning 13994 clauses out of 28021 with flag 1789000/3311471
1653.86/889.16	c cleaning 13999 clauses out of 28027 with flag 1803000/3325471
1661.77/893.41	c cleaning 14007 clauses out of 28029 with flag 1817001/3339472
1669.49/897.64	c cleaning 14004 clauses out of 28022 with flag 1831001/3353472
1677.45/902.10	c cleaning 14002 clauses out of 28017 with flag 1845000/3367471
1684.96/906.28	c cleaning 13992 clauses out of 28016 with flag 1859001/3381472
1692.45/910.34	c cleaning 14000 clauses out of 28023 with flag 1873000/3395471
1700.14/914.50	c cleaning 14000 clauses out of 28023 with flag 1887000/3409471
1708.30/919.10	c cleaning 14000 clauses out of 28023 with flag 1901000/3423471
1716.18/923.46	c cleaning 14000 clauses out of 28023 with flag 1915000/3437471
1724.08/927.76	c cleaning 14002 clauses out of 28023 with flag 1929000/3451471
1731.78/931.98	c cleaning 14003 clauses out of 28021 with flag 1943000/3465471
1740.12/936.60	c cleaning 13999 clauses out of 28019 with flag 1957001/3479472
1747.81/940.86	c cleaning 14000 clauses out of 28019 with flag 1971000/3493471
1755.70/945.10	c cleaning 13999 clauses out of 28019 with flag 1985000/3507471
1763.58/949.42	c cleaning 13997 clauses out of 28020 with flag 1999000/3521471
1771.52/953.96	c cleaning 13998 clauses out of 28024 with flag 2013001/3535472
1779.22/958.12	c cleaning 14003 clauses out of 28025 with flag 2027000/3549471
1786.49/962.11	c cleaning 14001 clauses out of 28023 with flag 2041001/3563472
1793.97/966.23	c cleaning 14003 clauses out of 28022 with flag 2055001/3577472
1800.13/969.81	c starts		: 473
1800.13/969.81	c conflicts		: 3587737
1800.13/969.81	c decisions		: 5790453
1800.13/969.81	c propagations		: 461195189
1800.13/969.81	c inspects		: 4909082045
1800.13/969.81	c shortcuts		: 0
1800.13/969.81	c learnt literals	: 0
1800.13/969.81	c learnt binary clauses	: 0
1800.13/969.81	c learnt ternary clauses	: 0
1800.13/969.81	c learnt constraints	: 3587737
1800.13/969.81	c ignored constraints	: 0
1800.13/969.81	c root simplifications	: 0
1800.13/969.81	c removed literals (reason simplification)	: 2732595
1800.13/969.81	c reason swapping (by a shorter reason)	: 0
1800.13/969.81	c Calls to reduceDB	: 267
1800.13/969.81	c number of reductions to clauses (during analyze)	: 0
1800.13/969.81	c number of learned constraints concerned by reduction	: 0
1800.13/969.81	c number of learning phase by resolution	: 0
1800.13/969.81	c number of learning phase by cutting planes	: 0
1800.13/969.81	c speed (assignments/second)	: 771499.3199964536
1800.13/969.81	c non guided choices	11557
1800.13/969.82	c learnt constraints type 
1800.13/969.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24311
1800.13/969.82	c constraints type 
1800.13/969.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6826
1800.13/969.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.13/969.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
1800.13/969.82	c constraints type 
1800.13/969.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6826
1800.13/969.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.13/969.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
1800.13/969.82	s SATISFIABLE
1800.13/969.83	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 x182 -x183 x184 -x185 -x186 x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 x199 -x200 -x201 x202 -x203 -x204 -x205 x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 -x235 x236 x237 -x238 -x239 -x240 x241 -x242 -x243 x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 x253 -x254 -x255 -x256 x257 -x258 x259 -x260 x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 x271 x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 x284 x285 -x286 -x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 x349 x350 -x351 -x352 -x353 -x354 -x355 x356 x357 -x358 -x359 x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 x447 -x448 -x449 -x450 -x451 x452 x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 -x461 -x462 x463 x464 -x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 -x491 -x492 x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 
1800.13/969.83	c objective function=74
1800.13/969.83	c Total wall clock time (in seconds): 969.714

Verifier Data

OK	74

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

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

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


[startup+0 s]
/proc/loadavg: 3.46 3.60 3.58 1/291 15603
/proc/meminfo: memFree=27483300/32951124 swapFree=55664332/67111528
[pid=15603] ppid=15601 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/15603/stat : 15603 (java) R 15601 15603 10640 0 -1 4202496 952 0 0 0 0 0 0 0 22 0 1 0 831043802 23580672 695 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222916814312 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15603/statm: 5757 695 512 9 0 124 0
[pid=15603/tid=15604] ppid=15601 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15604/stat : 15604 (java) S 15601 15603 10640 0 -1 4202560 202 0 0 0 0 0 0 0 23 0 2 0 831043803 36646912 1017 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222921797190 0 0 0 16784584 4441784813073989631 0 0 -1 3 0 0 0

[startup+0.07767 s]
/proc/loadavg: 3.46 3.60 3.58 1/291 15603
/proc/meminfo: memFree=27483300/32951124 swapFree=55664332/67111528
[pid=15603] ppid=15601 vsize=10538624 CPUtime=0.06 cores=1,3,5,7
/proc/15603/stat : 15603 (java) S 15601 15603 10640 0 -1 4202496 11940 0 1 0 5 1 0 0 22 0 18 0 831043802 10791550976 11636 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15603/statm: 2634656 11636 1754 9 0 2625390 0
[pid=15603/tid=15604] ppid=15601 vsize=10538624 CPUtime=0.06 cores=1,3,5,7
/proc/15603/task/15604/stat : 15604 (java) R 15601 15603 10640 0 -1 4202560 10766 0 1 0 5 1 0 0 25 0 18 0 831043803 10791550976 11637 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 47437375104536 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10538624

[startup+0.104714 s]
/proc/loadavg: 3.46 3.60 3.58 1/291 15603
/proc/meminfo: memFree=27483300/32951124 swapFree=55664332/67111528
[pid=15603] ppid=15601 vsize=10540124 CPUtime=0.1 cores=1,3,5,7
/proc/15603/stat : 15603 (java) S 15601 15603 10640 0 -1 4202496 13091 0 1 0 9 1 0 0 22 0 18 0 831043802 10793086976 12787 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15603/statm: 2635031 12788 2093 9 0 2625765 0
[pid=15603/tid=15604] ppid=15601 vsize=10540124 CPUtime=0.08 cores=1,3,5,7
/proc/15603/task/15604/stat : 15604 (java) R 15601 15603 10640 0 -1 4202560 11191 0 1 0 7 1 0 0 18 0 18 0 831043803 10793086976 12788 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222921438241 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540124

[startup+0.300643 s]
/proc/loadavg: 3.46 3.60 3.58 1/291 15603
/proc/meminfo: memFree=27483300/32951124 swapFree=55664332/67111528
[pid=15603] ppid=15601 vsize=10541352 CPUtime=0.45 cores=1,3,5,7
/proc/15603/stat : 15603 (java) S 15601 15603 10640 0 -1 4202496 15574 0 1 0 43 2 0 0 22 0 18 0 831043802 10794344448 14940 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15603/statm: 2635338 14941 2208 9 0 2626072 0
[pid=15603/tid=15604] ppid=15601 vsize=10541352 CPUtime=0.27 cores=1,3,5,7
/proc/15603/task/15604/stat : 15604 (java) R 15601 15603 10640 0 -1 4202560 12788 0 1 0 26 1 0 0 18 0 18 0 831043803 10794344448 14941 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10541352

[startup+0.700524 s]
/proc/loadavg: 3.46 3.60 3.58 1/291 15603
/proc/meminfo: memFree=27483300/32951124 swapFree=55664332/67111528
[pid=15603] ppid=15601 vsize=10559980 CPUtime=1.71 cores=1,3,5,7
/proc/15603/stat : 15603 (java) S 15601 15603 10640 0 -1 4202496 35502 0 1 0 166 5 0 0 22 0 20 0 831043802 10813419520 29523 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15603/statm: 2639995 29523 2231 9 0 2630729 0
[pid=15603/tid=15604] ppid=15601 vsize=10559980 CPUtime=0.54 cores=1,3,5,7
/proc/15603/task/15604/stat : 15604 (java) S 15601 15603 10640 0 -1 4202560 17095 0 1 0 52 2 0 0 19 0 20 0 831043803 10813419520 29523 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 10559980

[startup+1.50141 s]
/proc/loadavg: 3.46 3.60 3.58 5/313 15628
/proc/meminfo: memFree=27374756/32951124 swapFree=55664332/67111528
[pid=15603] ppid=15601 vsize=10559980 CPUtime=2.52 cores=1,3,5,7
/proc/15603/stat : 15603 (java) S 15601 15603 10640 0 -1 4202496 39590 0 1 0 247 5 0 0 22 0 19 0 831043802 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15603/statm: 2639995 29596 2241 9 0 2630729 0
[pid=15603/tid=15604] ppid=15601 vsize=10559980 CPUtime=0.55 cores=1,3,5,7
/proc/15603/task/15604/stat : 15604 (java) S 15601 15603 10640 0 -1 4202560 17185 0 1 0 53 2 0 0 17 0 19 0 831043803 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15606] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15606/stat : 15606 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 831043805 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15607] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15607/stat : 15607 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 831043805 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15608] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15608/stat : 15608 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 831043805 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15609] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15609/stat : 15609 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 831043805 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15610] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15610/stat : 15610 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 831043805 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15611] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15611/stat : 15611 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 831043805 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15612] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15612/stat : 15612 (java) S 15601 15603 10640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 831043805 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15613] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15613/stat : 15613 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 831043805 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15614] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15614/stat : 15614 (java) S 15601 15603 10640 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 831043806 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 0 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15615] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15615/stat : 15615 (java) S 15601 15603 10640 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 831043806 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15616] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15616/stat : 15616 (java) S 15601 15603 10640 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831043806 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15617] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15617/stat : 15617 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 831043808 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933600689 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15618] ppid=15601 vsize=10559980 CPUtime=0.79 cores=1,3,5,7
/proc/15603/task/15618/stat : 15618 (java) S 15601 15603 10640 0 -1 4202560 7027 0 0 0 79 0 0 0 25 0 19 0 831043808 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15619] ppid=15601 vsize=10559980 CPUtime=0.8 cores=1,3,5,7
/proc/15603/task/15619/stat : 15619 (java) S 15601 15603 10640 0 -1 4202560 13017 0 0 0 79 1 0 0 16 0 19 0 831043809 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15620] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15620/stat : 15620 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 831043809 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15621] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15621/stat : 15621 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831043809 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15627] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15627/stat : 15627 (java) S 15601 15603 10640 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831043861 10813419520 29596 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 10559980

[startup+3.10112 s]
/proc/loadavg: 3.46 3.60 3.58 6/316 15637
/proc/meminfo: memFree=27352608/32951124 swapFree=55664332/67111528
[pid=15603] ppid=15601 vsize=10565732 CPUtime=4.04 cores=1,3,5,7
/proc/15603/stat : 15603 (java) S 15601 15603 10640 0 -1 4202496 61724 0 1 0 396 8 0 0 22 0 19 0 831043802 10819309568 47919 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15603/statm: 2641433 47927 2242 9 0 2632167 0
[pid=15603/tid=15604] ppid=15601 vsize=10565732 CPUtime=0.56 cores=1,3,5,7
/proc/15603/task/15604/stat : 15604 (java) R 15601 15603 10640 0 -1 4202560 17395 0 1 0 54 2 0 0 15 0 19 0 831043803 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 46912506243812 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15603/tid=15606] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15606/stat : 15606 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 831043805 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15607] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15607/stat : 15607 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 831043805 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15608] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15608/stat : 15608 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 831043805 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15609] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15609/stat : 15609 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 831043805 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15610] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15610/stat : 15610 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 831043805 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15611] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15611/stat : 15611 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 831043805 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15612] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15612/stat : 15612 (java) S 15601 15603 10640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 831043805 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15613] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15613/stat : 15613 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 831043805 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15614] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15614/stat : 15614 (java) S 15601 15603 10640 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 831043806 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 0 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15615] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15615/stat : 15615 (java) S 15601 15603 10640 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 831043806 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15616] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15616/stat : 15616 (java) S 15601 15603 10640 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831043806 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15617] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15617/stat : 15617 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 831043808 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933600689 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15618] ppid=15601 vsize=10565732 CPUtime=1.16 cores=1,3,5,7
/proc/15603/task/15618/stat : 15618 (java) S 15601 15603 10640 0 -1 4202560 8453 0 0 0 115 1 0 0 15 0 19 0 831043808 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15619] ppid=15601 vsize=10565732 CPUtime=1.37 cores=1,3,5,7
/proc/15603/task/15619/stat : 15619 (java) S 15601 15603 10640 0 -1 4202560 18517 0 0 0 135 2 0 0 15 0 19 0 831043809 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15620] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15620/stat : 15620 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 831043809 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15621] ppid=15601 vsize=10565732 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15621/stat : 15621 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831043809 10819309568 47927 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 10565732

[startup+6.30153 s]
/proc/loadavg: 3.50 3.60 3.58 5/316 15643
/proc/meminfo: memFree=26453608/32951124 swapFree=55664332/67111528
[pid=15603] ppid=15601 vsize=10559980 CPUtime=10.63 cores=1,3,5,7
/proc/15603/stat : 15603 (java) S 15601 15603 10640 0 -1 4202496 274956 0 1 0 1032 31 0 0 22 0 22 0 831043802 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15603/statm: 2639995 258251 2270 9 0 2630729 0
[pid=15603/tid=15604] ppid=15601 vsize=10559980 CPUtime=0.56 cores=1,3,5,7
/proc/15603/task/15604/stat : 15604 (java) S 15601 15603 10640 0 -1 4202560 17454 0 1 0 54 2 0 0 15 0 22 0 831043803 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15606] ppid=15601 vsize=10559980 CPUtime=0.01 cores=1,3,5,7
/proc/15603/task/15606/stat : 15606 (java) S 15601 15603 10640 0 -1 4202560 1028 0 0 0 1 0 0 0 18 0 22 0 831043805 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15607] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15607/stat : 15607 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831043805 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15608] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15608/stat : 15608 (java) S 15601 15603 10640 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 22 0 831043805 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15609] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15609/stat : 15609 (java) S 15601 15603 10640 0 -1 4202560 699 0 0 0 0 0 0 0 18 0 22 0 831043805 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15610] ppid=15601 vsize=10559980 CPUtime=0.01 cores=1,3,5,7
/proc/15603/task/15610/stat : 15610 (java) S 15601 15603 10640 0 -1 4202560 1491 0 0 0 1 0 0 0 18 0 22 0 831043805 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15611] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15611/stat : 15611 (java) S 15601 15603 10640 0 -1 4202560 414 0 0 0 0 0 0 0 16 0 22 0 831043805 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15612] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15612/stat : 15612 (java) S 15601 15603 10640 0 -1 4202560 271 0 0 0 0 0 0 0 18 0 22 0 831043805 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15613] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15613/stat : 15613 (java) S 15601 15603 10640 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 22 0 831043805 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15614] ppid=15601 vsize=10559980 CPUtime=0.1 cores=1,3,5,7
/proc/15603/task/15614/stat : 15614 (java) S 15601 15603 10640 0 -1 4202560 4379 0 0 0 10 0 0 0 16 0 22 0 831043806 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 0 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15615] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15615/stat : 15615 (java) S 15601 15603 10640 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831043806 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15616] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15616/stat : 15616 (java) S 15601 15603 10640 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831043806 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15617] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15617/stat : 15617 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831043808 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933600689 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15618] ppid=15601 vsize=10559980 CPUtime=1.31 cores=1,3,5,7
/proc/15603/task/15618/stat : 15618 (java) S 15601 15603 10640 0 -1 4202560 8471 0 0 0 130 1 0 0 15 0 22 0 831043808 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15619] ppid=15601 vsize=10559980 CPUtime=1.51 cores=1,3,5,7
/proc/15603/task/15619/stat : 15619 (java) S 15601 15603 10640 0 -1 4202560 18533 0 0 0 149 2 0 0 15 0 22 0 831043809 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15620] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15620/stat : 15620 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 831043809 10813419520 258251 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0

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

[pid=15603/tid=15684] ppid=15601 vsize=10559980 CPUtime=372.79 cores=1,3,5,7
/proc/15603/task/15684/stat : 15684 (java) R 15601 15603 10640 0 -1 4202560 83 0 0 0 37279 0 0 0 21 0 22 0 831081005 10813419520 472254 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 46912506180825 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15603/tid=15685] ppid=15601 vsize=10559980 CPUtime=372.8 cores=1,3,5,7
/proc/15603/task/15685/stat : 15685 (java) R 15601 15603 10640 0 -1 4202560 1 0 0 0 37280 0 0 0 21 0 22 0 831081005 10813419520 472254 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 46912506145308 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15603/tid=15686] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15686/stat : 15686 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831081005 10813419520 472254 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1531.7
Current children cumulated vsize (KiB) 10559980

[startup+882.301 s]
/proc/loadavg: 1.83 2.09 2.79 3/289 15699
/proc/meminfo: memFree=26524036/32951124 swapFree=55664332/67111528
[pid=15603] ppid=15601 vsize=10559980 CPUtime=1640.95 cores=1,3,5,7
/proc/15603/stat : 15603 (java) S 15601 15603 10640 0 -1 4202496 494366 0 1 0 164034 61 0 0 22 0 22 0 831043802 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15603/statm: 2639995 476454 2271 9 0 2630729 0
[pid=15603/tid=15604] ppid=15601 vsize=10559980 CPUtime=0.59 cores=1,3,5,7
/proc/15603/task/15604/stat : 15604 (java) S 15601 15603 10640 0 -1 4202560 17519 0 1 0 56 3 0 0 15 0 22 0 831043803 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15606] ppid=15601 vsize=10559980 CPUtime=1.23 cores=1,3,5,7
/proc/15603/task/15606/stat : 15606 (java) S 15601 15603 10640 0 -1 4202560 1445 0 0 0 123 0 0 0 16 0 22 0 831043805 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15607] ppid=15601 vsize=10559980 CPUtime=1.27 cores=1,3,5,7
/proc/15603/task/15607/stat : 15607 (java) S 15601 15603 10640 0 -1 4202560 602 0 0 0 127 0 0 0 15 0 22 0 831043805 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15608] ppid=15601 vsize=10559980 CPUtime=1.27 cores=1,3,5,7
/proc/15603/task/15608/stat : 15608 (java) S 15601 15603 10640 0 -1 4202560 928 0 0 0 127 0 0 0 15 0 22 0 831043805 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15609] ppid=15601 vsize=10559980 CPUtime=1.29 cores=1,3,5,7
/proc/15603/task/15609/stat : 15609 (java) S 15601 15603 10640 0 -1 4202560 1313 0 0 0 129 0 0 0 16 0 22 0 831043805 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15610] ppid=15601 vsize=10559980 CPUtime=1.35 cores=1,3,5,7
/proc/15603/task/15610/stat : 15610 (java) S 15601 15603 10640 0 -1 4202560 1764 0 0 0 135 0 0 0 15 0 22 0 831043805 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15611] ppid=15601 vsize=10559980 CPUtime=1.25 cores=1,3,5,7
/proc/15603/task/15611/stat : 15611 (java) S 15601 15603 10640 0 -1 4202560 491 0 0 0 125 0 0 0 16 0 22 0 831043805 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15612] ppid=15601 vsize=10559980 CPUtime=1.23 cores=1,3,5,7
/proc/15603/task/15612/stat : 15612 (java) S 15601 15603 10640 0 -1 4202560 344 0 0 0 123 0 0 0 15 0 22 0 831043805 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15613] ppid=15601 vsize=10559980 CPUtime=1.27 cores=1,3,5,7
/proc/15603/task/15613/stat : 15613 (java) S 15601 15603 10640 0 -1 4202560 307 0 0 0 127 0 0 0 16 0 22 0 831043805 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15614] ppid=15601 vsize=10559980 CPUtime=124.34 cores=1,3,5,7
/proc/15603/task/15614/stat : 15614 (java) S 15601 15603 10640 0 -1 4202560 102899 0 0 0 12421 13 0 0 17 0 22 0 831043806 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 0 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15615] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15615/stat : 15615 (java) S 15601 15603 10640 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831043806 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15616] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15616/stat : 15616 (java) S 15601 15603 10640 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 22 0 831043806 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15617] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15617/stat : 15617 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831043808 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933600689 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15618] ppid=15601 vsize=10559980 CPUtime=1.5 cores=1,3,5,7
/proc/15603/task/15618/stat : 15618 (java) S 15601 15603 10640 0 -1 4202560 8472 0 0 0 149 1 0 0 16 0 22 0 831043808 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15619] ppid=15601 vsize=10559980 CPUtime=1.97 cores=1,3,5,7
/proc/15603/task/15619/stat : 15619 (java) S 15601 15603 10640 0 -1 4202560 18558 0 0 0 195 2 0 0 15 0 22 0 831043809 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15620] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15620/stat : 15620 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 831043809 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15621] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15621/stat : 15621 (java) S 15601 15603 10640 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 831043809 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15661] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15661/stat : 15661 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831065676 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15684] ppid=15601 vsize=10559980 CPUtime=421.52 cores=1,3,5,7
/proc/15603/task/15684/stat : 15684 (java) R 15601 15603 10640 0 -1 4202560 97 0 0 0 42151 1 0 0 19 0 22 0 831081005 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 46912506100567 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15603/tid=15685] ppid=15601 vsize=10559980 CPUtime=421.52 cores=1,3,5,7
/proc/15603/task/15685/stat : 15685 (java) R 15601 15603 10640 0 -1 4202560 1 0 0 0 42152 0 0 0 19 0 22 0 831081005 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 46912506370421 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15603/tid=15686] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15686/stat : 15686 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831081005 10813419520 476454 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1640.95
Current children cumulated vsize (KiB) 10559980

[startup+942.301 s]
/proc/loadavg: 1.83 2.04 2.72 2/289 15701
/proc/meminfo: memFree=26506920/32951124 swapFree=55664332/67111528
[pid=15603] ppid=15601 vsize=10559980 CPUtime=1750.1 cores=1,3,5,7
/proc/15603/stat : 15603 (java) S 15601 15603 10640 0 -1 4202496 499039 0 1 0 174947 63 0 0 22 0 22 0 831043802 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15603/statm: 2639995 481105 2271 9 0 2630729 0
[pid=15603/tid=15604] ppid=15601 vsize=10559980 CPUtime=0.59 cores=1,3,5,7
/proc/15603/task/15604/stat : 15604 (java) S 15601 15603 10640 0 -1 4202560 17519 0 1 0 56 3 0 0 15 0 22 0 831043803 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15606] ppid=15601 vsize=10559980 CPUtime=1.32 cores=1,3,5,7
/proc/15603/task/15606/stat : 15606 (java) S 15601 15603 10640 0 -1 4202560 1445 0 0 0 132 0 0 0 15 0 22 0 831043805 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15607] ppid=15601 vsize=10559980 CPUtime=1.34 cores=1,3,5,7
/proc/15603/task/15607/stat : 15607 (java) S 15601 15603 10640 0 -1 4202560 602 0 0 0 134 0 0 0 16 0 22 0 831043805 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15608] ppid=15601 vsize=10559980 CPUtime=1.39 cores=1,3,5,7
/proc/15603/task/15608/stat : 15608 (java) S 15601 15603 10640 0 -1 4202560 928 0 0 0 139 0 0 0 16 0 22 0 831043805 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15609] ppid=15601 vsize=10559980 CPUtime=1.38 cores=1,3,5,7
/proc/15603/task/15609/stat : 15609 (java) S 15601 15603 10640 0 -1 4202560 1318 0 0 0 138 0 0 0 15 0 22 0 831043805 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15610] ppid=15601 vsize=10559980 CPUtime=1.45 cores=1,3,5,7
/proc/15603/task/15610/stat : 15610 (java) S 15601 15603 10640 0 -1 4202560 1767 0 0 0 145 0 0 0 16 0 22 0 831043805 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15611] ppid=15601 vsize=10559980 CPUtime=1.36 cores=1,3,5,7
/proc/15603/task/15611/stat : 15611 (java) S 15601 15603 10640 0 -1 4202560 492 0 0 0 136 0 0 0 16 0 22 0 831043805 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15612] ppid=15601 vsize=10559980 CPUtime=1.29 cores=1,3,5,7
/proc/15603/task/15612/stat : 15612 (java) S 15601 15603 10640 0 -1 4202560 347 0 0 0 129 0 0 0 15 0 22 0 831043805 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15613] ppid=15601 vsize=10559980 CPUtime=1.34 cores=1,3,5,7
/proc/15603/task/15613/stat : 15613 (java) S 15601 15603 10640 0 -1 4202560 307 0 0 0 134 0 0 0 15 0 22 0 831043805 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15614] ppid=15601 vsize=10559980 CPUtime=135.56 cores=1,3,5,7
/proc/15603/task/15614/stat : 15614 (java) S 15601 15603 10640 0 -1 4202560 107537 0 0 0 13543 13 0 0 16 0 22 0 831043806 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 0 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15615] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15615/stat : 15615 (java) S 15601 15603 10640 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831043806 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15616] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15616/stat : 15616 (java) S 15601 15603 10640 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 22 0 831043806 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15617] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15617/stat : 15617 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831043808 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933600689 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15618] ppid=15601 vsize=10559980 CPUtime=1.5 cores=1,3,5,7
/proc/15603/task/15618/stat : 15618 (java) S 15601 15603 10640 0 -1 4202560 8472 0 0 0 149 1 0 0 16 0 22 0 831043808 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15619] ppid=15601 vsize=10559980 CPUtime=1.99 cores=1,3,5,7
/proc/15603/task/15619/stat : 15619 (java) S 15601 15603 10640 0 -1 4202560 18559 0 0 0 197 2 0 0 15 0 22 0 831043809 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15620] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15620/stat : 15620 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 831043809 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15621] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15621/stat : 15621 (java) S 15601 15603 10640 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 831043809 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15661] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15661/stat : 15661 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831065676 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15684] ppid=15601 vsize=10559980 CPUtime=470.1 cores=1,3,5,7
/proc/15603/task/15684/stat : 15684 (java) R 15601 15603 10640 0 -1 4202560 111 0 0 0 47009 1 0 0 19 0 22 0 831081005 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 46912506248486 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15603/tid=15685] ppid=15601 vsize=10559980 CPUtime=470.1 cores=1,3,5,7
/proc/15603/task/15685/stat : 15685 (java) R 15601 15603 10640 0 -1 4202560 7 0 0 0 47010 0 0 0 19 0 22 0 831081005 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 46912506361299 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15603/tid=15686] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15686/stat : 15686 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831081005 10813419520 481105 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1750.1
Current children cumulated vsize (KiB) 10559980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+969.801 s]
/proc/loadavg: 1.83 2.02 2.69 3/289 15702
/proc/meminfo: memFree=26503936/32951124 swapFree=55664332/67111528
[pid=15603] ppid=15601 vsize=10559980 CPUtime=1800.13 cores=1,3,5,7
/proc/15603/stat : 15603 (java) S 15601 15603 10640 0 -1 4202496 499395 0 1 0 179950 63 0 0 22 0 22 0 831043802 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15603/statm: 2639995 481451 2271 9 0 2630729 0
[pid=15603/tid=15604] ppid=15601 vsize=10559980 CPUtime=0.59 cores=1,3,5,7
/proc/15603/task/15604/stat : 15604 (java) S 15601 15603 10640 0 -1 4202560 17521 0 1 0 56 3 0 0 15 0 22 0 831043803 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15606] ppid=15601 vsize=10559980 CPUtime=1.34 cores=1,3,5,7
/proc/15603/task/15606/stat : 15606 (java) S 15601 15603 10640 0 -1 4202560 1445 0 0 0 134 0 0 0 16 0 22 0 831043805 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15607] ppid=15601 vsize=10559980 CPUtime=1.38 cores=1,3,5,7
/proc/15603/task/15607/stat : 15607 (java) S 15601 15603 10640 0 -1 4202560 602 0 0 0 138 0 0 0 15 0 22 0 831043805 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15608] ppid=15601 vsize=10559980 CPUtime=1.46 cores=1,3,5,7
/proc/15603/task/15608/stat : 15608 (java) S 15601 15603 10640 0 -1 4202560 928 0 0 0 146 0 0 0 16 0 22 0 831043805 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15609] ppid=15601 vsize=10559980 CPUtime=1.44 cores=1,3,5,7
/proc/15603/task/15609/stat : 15609 (java) S 15601 15603 10640 0 -1 4202560 1318 0 0 0 144 0 0 0 16 0 22 0 831043805 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15610] ppid=15601 vsize=10559980 CPUtime=1.5 cores=1,3,5,7
/proc/15603/task/15610/stat : 15610 (java) S 15601 15603 10640 0 -1 4202560 1768 0 0 0 150 0 0 0 16 0 22 0 831043805 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15611] ppid=15601 vsize=10559980 CPUtime=1.38 cores=1,3,5,7
/proc/15603/task/15611/stat : 15611 (java) S 15601 15603 10640 0 -1 4202560 492 0 0 0 138 0 0 0 15 0 22 0 831043805 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15612] ppid=15601 vsize=10559980 CPUtime=1.34 cores=1,3,5,7
/proc/15603/task/15612/stat : 15612 (java) S 15601 15603 10640 0 -1 4202560 348 0 0 0 134 0 0 0 16 0 22 0 831043805 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15613] ppid=15601 vsize=10559980 CPUtime=1.37 cores=1,3,5,7
/proc/15603/task/15613/stat : 15613 (java) S 15601 15603 10640 0 -1 4202560 312 0 0 0 137 0 0 0 15 0 22 0 831043805 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15614] ppid=15601 vsize=10559980 CPUtime=140.69 cores=1,3,5,7
/proc/15603/task/15614/stat : 15614 (java) S 15601 15603 10640 0 -1 4202560 107878 0 0 0 14056 13 0 0 15 0 22 0 831043806 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 0 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15615] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15615/stat : 15615 (java) S 15601 15603 10640 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831043806 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15616] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15616/stat : 15616 (java) S 15601 15603 10640 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 22 0 831043806 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15617] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15617/stat : 15617 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831043808 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933600689 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15618] ppid=15601 vsize=10559980 CPUtime=1.5 cores=1,3,5,7
/proc/15603/task/15618/stat : 15618 (java) S 15601 15603 10640 0 -1 4202560 8472 0 0 0 149 1 0 0 16 0 22 0 831043808 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15619] ppid=15601 vsize=10559980 CPUtime=1.99 cores=1,3,5,7
/proc/15603/task/15619/stat : 15619 (java) S 15601 15603 10640 0 -1 4202560 18559 0 0 0 197 2 0 0 15 0 22 0 831043809 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 5 0 0 0
[pid=15603/tid=15620] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15620/stat : 15620 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 831043809 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933592985 0 4 0 16800975 18446604471126746048 0 0 -1 3 0 0 0
[pid=15603/tid=15621] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15621/stat : 15621 (java) S 15601 15603 10640 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 831043809 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 1 0 0 0
[pid=15603/tid=15661] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15661/stat : 15661 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831065676 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
[pid=15603/tid=15684] ppid=15601 vsize=10559980 CPUtime=492.39 cores=1,3,5,7
/proc/15603/task/15684/stat : 15684 (java) R 15601 15603 10640 0 -1 4202560 115 0 0 0 49238 1 0 0 22 0 22 0 831081005 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 46912506229647 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15603/tid=15685] ppid=15601 vsize=10559980 CPUtime=492.39 cores=1,3,5,7
/proc/15603/task/15685/stat : 15685 (java) R 15601 15603 10640 0 -1 4202560 7 0 0 0 49239 0 0 0 22 0 22 0 831081005 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 46912506132633 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15603/tid=15686] ppid=15601 vsize=10559980 CPUtime=0 cores=1,3,5,7
/proc/15603/task/15686/stat : 15686 (java) S 15601 15603 10640 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831081005 10813419520 481451 33554432000 1073741824 1073778376 140737045884640 18446744073709551615 222933593600 0 4 0 16800975 18446604471126746048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 10559980

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): 969.915
CPU time (s): 1800.28
CPU user time (s): 1799.57
CPU system time (s): 0.706892
CPU usage (%): 185.612
Max. virtual memory (cumulated for all children) (KiB): 10565732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.706892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499424
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= 30396
involuntary context switches= 17390

runsolver used 2.52961 second user time and 6.33604 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-04 15:33:51
IDJOB=3453914
IDBENCH=48118
IDSOLVER=1950
FILE ID=node109/3453914-1307194431
RUNJOBID= node109-1307193415-15380
PBS_JOBID= 13508846
Free space on /tmp= 74008 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453914-1307194431/watcher-3453914-1307194431 -o /tmp/evaluation-result-3453914-1307194431/solver-3453914-1307194431 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453914-1307194431.opb

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

MD5SUM BENCH= 7603a459a5769ea7e43f52c522eb87aa
RANDOM SEED=2139026672

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27483440 kB
Buffers:        321440 kB
Cached:        2219468 kB
SwapCached:      10392 kB
Active:        1797896 kB
Inactive:      3410972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27483440 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:             524 kB
Writeback:           0 kB
AnonPages:     2663792 kB
Mapped:          24588 kB
Slab:           156836 kB
PageTables:      39048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41256264 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= 74008 MiB
End job on node109 at 2011-06-04 15:50:02