Trace number 3737009

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)14 1800.1 949.826

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_3.opb
MD5SUM0e507441d4bf529adaad354902c51a54
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products6216
Sum of products size12432

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3737009-1338719180.opb
0.08/0.12	c reading problem ... 
1.02/0.52	c ... done. Wall clock time 0.406s.
1.02/0.52	c #vars     6416
1.02/0.52	c #constraints  12632
1.02/0.52	c constraints type 
1.02/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6416
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1.02/0.52	c constraints type 
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6416
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1.39/0.63	c  And the winner is Resolution
1.89/1.03	c SATISFIABLE
1.89/1.03	c OPTIMIZING...
1.89/1.03	c Got one! Elapsed wall clock time (in seconds):0.913
1.89/1.03	o 17
1.89/1.05	c  And the winner is Resolution
1.96/1.53	c Got one! Elapsed wall clock time (in seconds):1.419
1.96/1.53	o 16
2.61/1.73	c  And the winner is Resolution
2.83/2.04	c Got one! Elapsed wall clock time (in seconds):1.922
2.83/2.04	o 15
5.02/3.06	c cleaning 2804 clauses out of 5611 with flag 5001/5611
7.59/4.30	c cleaning 4400 clauses out of 8807 with flag 11001/11611
10.16/5.56	c cleaning 5698 clauses out of 11406 with flag 18000/18610
10.33/5.63	c  And the winner is CuttingPlanes
10.37/6.04	c Got one! Elapsed wall clock time (in seconds):5.926
10.37/6.04	o 14
12.22/6.98	c cleaning 5347 clauses out of 10711 with flag 5000/23613
14.77/8.26	c cleaning 5680 clauses out of 11367 with flag 11003/29616
17.52/9.64	c cleaning 6337 clauses out of 12685 with flag 18001/36614
20.86/11.39	c cleaning 7170 clauses out of 14349 with flag 26002/44615
24.78/13.30	c cleaning 8084 clauses out of 16178 with flag 35001/53614
28.68/15.38	c cleaning 9042 clauses out of 18093 with flag 45000/63613
33.40/17.76	c cleaning 10019 clauses out of 20052 with flag 56001/74614
38.51/20.37	c cleaning 11011 clauses out of 22033 with flag 68001/86614
44.03/23.18	c cleaning 12007 clauses out of 24023 with flag 81002/99615
49.87/26.17	c cleaning 12500 clauses out of 25014 with flag 94000/112613
55.16/28.82	c cleaning 12753 clauses out of 25515 with flag 107001/125614
60.46/31.55	c cleaning 12878 clauses out of 25762 with flag 120001/138614
65.95/34.37	c cleaning 12938 clauses out of 25884 with flag 133001/151614
71.58/37.24	c cleaning 12971 clauses out of 25948 with flag 146003/164616
77.26/40.10	c cleaning 12984 clauses out of 25975 with flag 159001/177614
83.32/43.20	c cleaning 12992 clauses out of 25990 with flag 172000/190613
88.60/45.99	c cleaning 12995 clauses out of 25999 with flag 185001/203614
95.19/49.35	c cleaning 12998 clauses out of 26004 with flag 198001/216614
101.46/52.55	c cleaning 12999 clauses out of 26006 with flag 211001/229614
107.31/55.56	c cleaning 12998 clauses out of 26008 with flag 224002/242615
112.98/58.49	c cleaning 13001 clauses out of 26011 with flag 237003/255616
119.75/61.92	c cleaning 12999 clauses out of 26008 with flag 250001/268614
125.79/65.03	c cleaning 13001 clauses out of 26012 with flag 263004/281617
131.23/67.85	c cleaning 12999 clauses out of 26008 with flag 276001/294614
137.08/70.84	c cleaning 12998 clauses out of 26008 with flag 289000/307613
142.63/73.76	c cleaning 13002 clauses out of 26011 with flag 302001/320614
148.45/76.71	c cleaning 12996 clauses out of 26009 with flag 315001/333614
153.67/79.45	c cleaning 13003 clauses out of 26014 with flag 328002/346615
159.10/82.29	c cleaning 12996 clauses out of 26009 with flag 341000/359613
164.83/85.29	c cleaning 13004 clauses out of 26015 with flag 354002/372615
170.86/88.39	c cleaning 12998 clauses out of 26011 with flag 367002/385615
177.09/91.54	c cleaning 13001 clauses out of 26013 with flag 380002/398615
182.94/94.58	c cleaning 13003 clauses out of 26010 with flag 393000/411613
188.64/97.51	c cleaning 12996 clauses out of 26008 with flag 406001/424614
194.26/100.46	c cleaning 13002 clauses out of 26011 with flag 419000/437613
199.88/103.37	c cleaning 13003 clauses out of 26009 with flag 432000/450613
206.31/106.64	c cleaning 12997 clauses out of 26006 with flag 445000/463613
211.99/109.69	c cleaning 13002 clauses out of 26009 with flag 458000/476613
217.79/112.60	c cleaning 12996 clauses out of 26009 with flag 471002/489615
223.59/115.67	c cleaning 12999 clauses out of 26012 with flag 484001/502614
230.00/118.97	c cleaning 12999 clauses out of 26012 with flag 497000/515613
236.28/122.26	c cleaning 13005 clauses out of 26019 with flag 510006/528619
242.89/125.62	c cleaning 13000 clauses out of 26012 with flag 523004/541617
249.11/128.84	c cleaning 12999 clauses out of 26008 with flag 536000/554613
255.32/132.05	c cleaning 12998 clauses out of 26011 with flag 549002/567615
261.59/135.37	c cleaning 13001 clauses out of 26013 with flag 562002/580615
268.16/138.74	c cleaning 12999 clauses out of 26010 with flag 575000/593613
274.56/142.02	c cleaning 13001 clauses out of 26012 with flag 588001/606614
280.14/144.96	c cleaning 13002 clauses out of 26011 with flag 601001/619614
285.58/147.85	c cleaning 12999 clauses out of 26009 with flag 614001/632614
290.97/150.68	c cleaning 13002 clauses out of 26009 with flag 627000/645613
297.93/154.29	c cleaning 13001 clauses out of 26008 with flag 640001/658614
304.71/157.76	c cleaning 12998 clauses out of 26006 with flag 653000/671613
311.54/161.38	c cleaning 12999 clauses out of 26010 with flag 666002/684615
317.71/164.59	c cleaning 12997 clauses out of 26009 with flag 679000/697613
323.30/167.40	c cleaning 13000 clauses out of 26013 with flag 692001/710614
328.87/170.38	c cleaning 13000 clauses out of 26014 with flag 705002/723615
334.51/173.35	c cleaning 13002 clauses out of 26012 with flag 718000/736613
340.67/176.59	c cleaning 12999 clauses out of 26010 with flag 731000/749613
347.65/180.13	c cleaning 13001 clauses out of 26012 with flag 744001/762614
354.20/183.58	c cleaning 13001 clauses out of 26013 with flag 757003/775616
361.61/187.46	c cleaning 12997 clauses out of 26009 with flag 770000/788613
368.77/191.17	c cleaning 13005 clauses out of 26013 with flag 783001/801614
374.92/194.33	c cleaning 12996 clauses out of 26008 with flag 796001/814614
381.27/197.67	c cleaning 12999 clauses out of 26011 with flag 809000/827613
387.64/201.03	c cleaning 12999 clauses out of 26012 with flag 822000/840613
394.01/204.31	c cleaning 12997 clauses out of 26013 with flag 835000/853613
400.36/207.65	c cleaning 13002 clauses out of 26018 with flag 848002/866615
407.11/211.20	c cleaning 13000 clauses out of 26015 with flag 861001/879614
414.27/214.92	c cleaning 12999 clauses out of 26014 with flag 874000/892613
420.83/218.32	c cleaning 13004 clauses out of 26017 with flag 887002/905615
427.16/221.67	c cleaning 13000 clauses out of 26012 with flag 900001/918614
432.71/224.57	c cleaning 13000 clauses out of 26011 with flag 913000/931613
438.69/227.79	c cleaning 13000 clauses out of 26014 with flag 926003/944616
445.02/231.09	c cleaning 12999 clauses out of 26011 with flag 939000/957613
451.19/234.27	c cleaning 13002 clauses out of 26013 with flag 952001/970614
457.91/237.72	c cleaning 13001 clauses out of 26011 with flag 965001/983614
464.47/241.29	c cleaning 12998 clauses out of 26013 with flag 978004/996617
471.41/244.81	c cleaning 12999 clauses out of 26011 with flag 991000/1009613
477.94/248.20	c cleaning 12999 clauses out of 26013 with flag 1004001/1022614
478.88/248.88	c cleaning 0 clauses out of 5416 with flag 0/5417
484.95/251.94	c cleaning 13002 clauses out of 26013 with flag 1017000/1035613
491.06/255.03	c cleaning 13002 clauses out of 26013 with flag 1030002/1048615
497.40/258.31	c cleaning 12999 clauses out of 26009 with flag 1043000/1061613
503.52/261.56	c cleaning 13000 clauses out of 26010 with flag 1056000/1074613
510.07/265.01	c cleaning 13002 clauses out of 26012 with flag 1069002/1087615
516.17/268.24	c cleaning 12996 clauses out of 26008 with flag 1082000/1100613
523.11/271.88	c cleaning 13001 clauses out of 26014 with flag 1095002/1113615
530.04/275.42	c cleaning 12998 clauses out of 26012 with flag 1108001/1126614
537.17/279.23	c cleaning 13000 clauses out of 26014 with flag 1121001/1139614
544.07/282.88	c cleaning 12999 clauses out of 26013 with flag 1134000/1152613
551.17/286.58	c cleaning 13002 clauses out of 26019 with flag 1147005/1165618
558.29/290.29	c cleaning 13001 clauses out of 26013 with flag 1160001/1178614
566.22/294.49	c cleaning 12996 clauses out of 26011 with flag 1173000/1191613
572.14/297.59	c cleaning 13007 clauses out of 26017 with flag 1186002/1204615
577.47/300.36	c cleaning 13000 clauses out of 26009 with flag 1199001/1217614
582.76/303.17	c cleaning 12996 clauses out of 26008 with flag 1212000/1230613
588.49/306.26	c cleaning 13003 clauses out of 26013 with flag 1225001/1243614
594.00/309.11	c cleaning 12999 clauses out of 26010 with flag 1238001/1256614
599.49/312.02	c cleaning 12995 clauses out of 26010 with flag 1251000/1269613
604.99/314.97	c cleaning 12998 clauses out of 26015 with flag 1264000/1282613
610.73/318.06	c cleaning 13003 clauses out of 26019 with flag 1277002/1295615
616.65/321.11	c cleaning 13001 clauses out of 26014 with flag 1290000/1308613
622.15/324.01	c cleaning 13001 clauses out of 26013 with flag 1303000/1321613
627.46/326.86	c cleaning 12998 clauses out of 26012 with flag 1316000/1334613
633.19/329.94	c cleaning 13001 clauses out of 26014 with flag 1329000/1347613
638.28/332.68	c cleaning 13001 clauses out of 26013 with flag 1342000/1360613
643.62/335.48	c cleaning 13000 clauses out of 26013 with flag 1355001/1373614
649.51/338.53	c cleaning 13001 clauses out of 26012 with flag 1368000/1386613
656.23/342.18	c cleaning 13002 clauses out of 26012 with flag 1381001/1399614
662.12/345.25	c cleaning 13000 clauses out of 26010 with flag 1394001/1412614
668.21/348.44	c cleaning 13000 clauses out of 26011 with flag 1407002/1425615
674.12/351.52	c cleaning 12999 clauses out of 26009 with flag 1420000/1438613
680.43/354.94	c cleaning 12998 clauses out of 26011 with flag 1433001/1451614
686.75/358.26	c cleaning 12999 clauses out of 26012 with flag 1446000/1464613
692.84/361.45	c cleaning 13006 clauses out of 26015 with flag 1459002/1477615
699.15/364.71	c cleaning 12998 clauses out of 26009 with flag 1472002/1490615
705.46/368.19	c cleaning 12998 clauses out of 26009 with flag 1485000/1503613
711.95/371.56	c cleaning 12999 clauses out of 26011 with flag 1498000/1516613
718.67/375.06	c cleaning 12998 clauses out of 26014 with flag 1511002/1529615
724.75/378.23	c cleaning 13004 clauses out of 26015 with flag 1524001/1542614
730.27/381.23	c cleaning 12997 clauses out of 26010 with flag 1537000/1555613
735.76/384.18	c cleaning 13002 clauses out of 26015 with flag 1550002/1568615
741.69/387.21	c cleaning 12999 clauses out of 26012 with flag 1563001/1581614
747.58/390.30	c cleaning 13000 clauses out of 26013 with flag 1576001/1594614
753.31/393.46	c cleaning 13000 clauses out of 26014 with flag 1589002/1607615
759.22/396.54	c cleaning 12999 clauses out of 26012 with flag 1602000/1620613
764.74/399.47	c cleaning 12998 clauses out of 26014 with flag 1615001/1633614
770.43/402.45	c cleaning 13004 clauses out of 26015 with flag 1628000/1646613
776.57/405.70	c cleaning 13001 clauses out of 26011 with flag 1641000/1659613
782.07/408.69	c cleaning 12998 clauses out of 26011 with flag 1654001/1672614
787.78/411.68	c cleaning 12997 clauses out of 26013 with flag 1667001/1685614
793.89/414.84	c cleaning 13004 clauses out of 26020 with flag 1680005/1698618
800.19/418.21	c cleaning 12997 clauses out of 26011 with flag 1693000/1711613
806.51/421.51	c cleaning 13000 clauses out of 26015 with flag 1706001/1724614
812.61/424.76	c cleaning 12994 clauses out of 26014 with flag 1719000/1737613
818.53/427.87	c cleaning 13003 clauses out of 26020 with flag 1732000/1750613
824.84/431.22	c cleaning 13001 clauses out of 26019 with flag 1745002/1763615
830.95/434.42	c cleaning 13003 clauses out of 26020 with flag 1758004/1776617
836.85/437.58	c cleaning 13001 clauses out of 26014 with flag 1771001/1789614
843.17/440.81	c cleaning 13002 clauses out of 26015 with flag 1784003/1802616
849.48/444.26	c cleaning 12999 clauses out of 26010 with flag 1797000/1815613
855.58/447.45	c cleaning 12996 clauses out of 26012 with flag 1810001/1828614
861.67/450.68	c cleaning 13000 clauses out of 26016 with flag 1823001/1841614
867.96/453.96	c cleaning 13001 clauses out of 26016 with flag 1836001/1854614
874.68/457.51	c cleaning 12997 clauses out of 26014 with flag 1849000/1867613
880.77/460.79	c cleaning 13005 clauses out of 26021 with flag 1862004/1880617
887.07/464.04	c cleaning 12996 clauses out of 26012 with flag 1875000/1893613
893.58/467.44	c cleaning 13005 clauses out of 26017 with flag 1888001/1906614
899.91/470.85	c cleaning 12999 clauses out of 26011 with flag 1901000/1919613
906.21/474.15	c cleaning 13000 clauses out of 26013 with flag 1914001/1932614
912.53/477.41	c cleaning 12998 clauses out of 26012 with flag 1927000/1945613
918.42/480.59	c cleaning 12998 clauses out of 26015 with flag 1940001/1958614
925.14/484.11	c cleaning 13004 clauses out of 26016 with flag 1953000/1971613
931.66/487.53	c cleaning 12999 clauses out of 26012 with flag 1966000/1984613
937.98/490.87	c cleaning 12998 clauses out of 26014 with flag 1979001/1997614
944.28/494.17	c cleaning 13005 clauses out of 26015 with flag 1992000/2010613
950.24/497.37	c cleaning 13000 clauses out of 26010 with flag 2005000/2023613
956.16/500.47	c cleaning 13001 clauses out of 26011 with flag 2018001/2036614
962.66/503.86	c cleaning 13000 clauses out of 26010 with flag 2031001/2049614
968.75/507.05	c cleaning 12995 clauses out of 26010 with flag 2044001/2062614
975.05/510.43	c cleaning 13002 clauses out of 26014 with flag 2057000/2075613
981.74/513.94	c cleaning 12999 clauses out of 26012 with flag 2070000/2088613
987.84/517.16	c cleaning 13003 clauses out of 26013 with flag 2083000/2101613
993.36/520.08	c cleaning 12999 clauses out of 26011 with flag 2096001/2114614
999.24/523.28	c cleaning 12998 clauses out of 26011 with flag 2109000/2127613
1005.14/526.38	c cleaning 13004 clauses out of 26013 with flag 2122000/2140613
1011.84/529.89	c cleaning 13000 clauses out of 26009 with flag 2135000/2153613
1018.56/533.32	c cleaning 13001 clauses out of 26012 with flag 2148003/2166616
1025.25/536.98	c cleaning 12999 clauses out of 26008 with flag 2161000/2179613
1032.34/540.62	c cleaning 13000 clauses out of 26010 with flag 2174001/2192614
1038.82/544.00	c cleaning 12998 clauses out of 26010 with flag 2187001/2205614
1044.73/547.13	c cleaning 12999 clauses out of 26011 with flag 2200000/2218613
1051.43/550.75	c cleaning 13004 clauses out of 26014 with flag 2213002/2231615
1057.95/554.11	c cleaning 13001 clauses out of 26008 with flag 2226000/2244613
1064.43/557.50	c cleaning 12998 clauses out of 26008 with flag 2239001/2257614
1070.72/560.85	c cleaning 12997 clauses out of 26009 with flag 2252000/2270613
1077.41/564.46	c cleaning 13001 clauses out of 26013 with flag 2265001/2283614
1083.90/567.81	c cleaning 12998 clauses out of 26012 with flag 2278001/2296614
1089.98/571.03	c cleaning 13001 clauses out of 26014 with flag 2291001/2309614
1095.88/574.17	c cleaning 12995 clauses out of 26012 with flag 2304000/2322613
1102.35/577.66	c cleaning 13000 clauses out of 26017 with flag 2317000/2335613
1108.44/580.88	c cleaning 13000 clauses out of 26018 with flag 2330001/2348614
1114.71/584.16	c cleaning 13002 clauses out of 26017 with flag 2343000/2361613
1121.00/587.46	c cleaning 13001 clauses out of 26016 with flag 2356001/2374614
1127.65/591.00	c cleaning 13001 clauses out of 26014 with flag 2369000/2387613
1133.92/594.36	c cleaning 13001 clauses out of 26013 with flag 2382000/2400613
1140.20/597.67	c cleaning 12999 clauses out of 26013 with flag 2395001/2413614
1146.88/601.10	c cleaning 12999 clauses out of 26013 with flag 2408000/2426613
1153.34/604.68	c cleaning 13000 clauses out of 26015 with flag 2421001/2439614
1159.61/607.98	c cleaning 13004 clauses out of 26014 with flag 2434000/2452613
1167.08/611.87	c cleaning 13000 clauses out of 26011 with flag 2447001/2465614
1174.34/615.63	c cleaning 13000 clauses out of 26011 with flag 2460001/2478614
1181.20/619.40	c cleaning 13000 clauses out of 26011 with flag 2473001/2491614
1188.27/623.01	c cleaning 12998 clauses out of 26010 with flag 2486000/2504613
1195.34/626.73	c cleaning 13003 clauses out of 26015 with flag 2499003/2517616
1202.42/630.43	c cleaning 13000 clauses out of 26014 with flag 2512005/2530618
1209.86/634.42	c cleaning 12997 clauses out of 26010 with flag 2525001/2543614
1216.55/638.00	c cleaning 12998 clauses out of 26013 with flag 2538001/2556614
1223.81/641.75	c cleaning 12997 clauses out of 26014 with flag 2551000/2569613
1231.07/645.59	c cleaning 12999 clauses out of 26018 with flag 2564001/2582614
1238.71/649.65	c cleaning 13001 clauses out of 26018 with flag 2577000/2595613
1246.36/653.65	c cleaning 12998 clauses out of 26018 with flag 2590001/2608614
1254.04/657.67	c cleaning 13003 clauses out of 26019 with flag 2603000/2621613
1261.50/661.56	c cleaning 13000 clauses out of 26018 with flag 2616002/2634615
1269.33/665.77	c cleaning 13000 clauses out of 26016 with flag 2629000/2647613
1276.97/669.77	c cleaning 12999 clauses out of 26016 with flag 2642000/2660613
1284.63/673.70	c cleaning 13001 clauses out of 26017 with flag 2655000/2673613
1290.88/677.06	c cleaning 13003 clauses out of 26016 with flag 2668000/2686613
1297.70/680.79	c cleaning 13002 clauses out of 26018 with flag 2681005/2699618
1304.55/684.32	c cleaning 13001 clauses out of 26011 with flag 2694000/2712613
1311.20/687.87	c cleaning 12998 clauses out of 26010 with flag 2707000/2725613
1318.04/691.46	c cleaning 13005 clauses out of 26019 with flag 2720007/2738620
1325.46/695.47	c cleaning 13000 clauses out of 26008 with flag 2733001/2751614
1332.69/699.28	c cleaning 13000 clauses out of 26010 with flag 2746003/2764616
1339.75/702.91	c cleaning 12997 clauses out of 26009 with flag 2759002/2777615
1347.17/706.83	c cleaning 13000 clauses out of 26011 with flag 2772001/2790614
1354.56/710.84	c cleaning 12998 clauses out of 26010 with flag 2785000/2803613
1361.99/714.79	c cleaning 13004 clauses out of 26016 with flag 2798004/2816617
1369.61/718.75	c cleaning 13004 clauses out of 26017 with flag 2811009/2829622
1377.07/722.66	c cleaning 12995 clauses out of 26006 with flag 2824002/2842615
1384.65/726.76	c cleaning 13001 clauses out of 26011 with flag 2837002/2855615
1392.07/730.66	c cleaning 12997 clauses out of 26010 with flag 2850002/2868615
1399.69/734.63	c cleaning 13001 clauses out of 26011 with flag 2863000/2881613
1407.33/738.61	c cleaning 13000 clauses out of 26010 with flag 2876000/2894613
1415.31/742.90	c cleaning 13000 clauses out of 26011 with flag 2889001/2907614
1422.76/746.87	c cleaning 12999 clauses out of 26010 with flag 2902000/2920613
1429.77/750.55	c cleaning 13001 clauses out of 26013 with flag 2915002/2933615
1437.19/754.44	c cleaning 12999 clauses out of 26011 with flag 2928001/2946614
1444.95/758.69	c cleaning 13000 clauses out of 26013 with flag 2941002/2959615
1452.55/762.61	c cleaning 13000 clauses out of 26013 with flag 2954002/2972615
1459.57/766.35	c cleaning 13001 clauses out of 26011 with flag 2967000/2985613
1466.59/770.06	c cleaning 12999 clauses out of 26010 with flag 2980000/2998613
1473.33/773.74	c cleaning 13001 clauses out of 26012 with flag 2993001/3011614
1479.55/777.00	c cleaning 13000 clauses out of 26010 with flag 3006000/3024613
1485.16/780.07	c cleaning 12999 clauses out of 26010 with flag 3019000/3037613
1491.01/783.16	c cleaning 13001 clauses out of 26011 with flag 3032000/3050613
1497.14/786.59	c cleaning 13002 clauses out of 26011 with flag 3045001/3063614
1503.52/789.93	c cleaning 12997 clauses out of 26008 with flag 3058000/3076613
1510.12/793.40	c cleaning 12999 clauses out of 26011 with flag 3071000/3089613
1516.34/796.76	c cleaning 12998 clauses out of 26014 with flag 3084002/3102615
1523.29/800.50	c cleaning 13002 clauses out of 26015 with flag 3097001/3115614
1530.10/804.13	c cleaning 13003 clauses out of 26015 with flag 3110003/3128616
1536.47/807.56	c cleaning 13001 clauses out of 26012 with flag 3123003/3141616
1542.48/810.78	c cleaning 12998 clauses out of 26009 with flag 3136001/3154614
1548.81/814.26	c cleaning 13000 clauses out of 26013 with flag 3149003/3167616
1554.80/817.42	c cleaning 12996 clauses out of 26010 with flag 3162000/3180613
1561.01/820.73	c cleaning 13002 clauses out of 26014 with flag 3175000/3193613
1566.81/823.81	c cleaning 13000 clauses out of 26012 with flag 3188000/3206613
1572.34/826.99	c cleaning 13001 clauses out of 26012 with flag 3201000/3219613
1578.12/830.02	c cleaning 13003 clauses out of 26013 with flag 3214002/3232615
1583.51/832.97	c cleaning 12997 clauses out of 26009 with flag 3227001/3245614
1589.11/835.91	c cleaning 12993 clauses out of 26011 with flag 3240000/3258613
1595.23/839.33	c cleaning 13010 clauses out of 26021 with flag 3253003/3271616
1601.00/842.41	c cleaning 13001 clauses out of 26009 with flag 3266001/3284614
1606.59/845.49	c cleaning 13000 clauses out of 26009 with flag 3279002/3297615
1612.78/848.71	c cleaning 12999 clauses out of 26010 with flag 3292003/3310616
1619.32/852.34	c cleaning 12998 clauses out of 26009 with flag 3305001/3323614
1625.51/855.70	c cleaning 12998 clauses out of 26013 with flag 3318003/3336616
1632.13/859.18	c cleaning 12998 clauses out of 26012 with flag 3331000/3349613
1638.50/862.58	c cleaning 12999 clauses out of 26016 with flag 3344002/3362615
1645.59/866.43	c cleaning 13000 clauses out of 26015 with flag 3357000/3375613
1651.78/869.75	c cleaning 13001 clauses out of 26018 with flag 3370003/3388616
1658.16/873.14	c cleaning 13002 clauses out of 26015 with flag 3383001/3401614
1664.97/876.71	c cleaning 13002 clauses out of 26015 with flag 3396003/3414616
1671.84/880.56	c cleaning 13001 clauses out of 26010 with flag 3409000/3427613
1678.43/884.02	c cleaning 12997 clauses out of 26009 with flag 3422000/3440613
1684.62/887.32	c cleaning 13000 clauses out of 26014 with flag 3435002/3453615
1690.62/890.51	c cleaning 12999 clauses out of 26012 with flag 3448000/3466613
1696.91/894.07	c cleaning 13001 clauses out of 26013 with flag 3461000/3479613
1703.09/897.35	c cleaning 12998 clauses out of 26013 with flag 3474001/3492614
1709.26/900.61	c cleaning 13000 clauses out of 26014 with flag 3487000/3505613
1715.46/903.91	c cleaning 13000 clauses out of 26014 with flag 3500000/3518613
1721.56/907.37	c cleaning 12999 clauses out of 26014 with flag 3513000/3531613
1727.96/910.78	c cleaning 12998 clauses out of 26016 with flag 3526001/3544614
1734.12/914.04	c cleaning 13001 clauses out of 26017 with flag 3539000/3557613
1740.29/917.34	c cleaning 13003 clauses out of 26018 with flag 3552002/3570615
1746.76/920.96	c cleaning 12999 clauses out of 26013 with flag 3565000/3583613
1752.92/924.29	c cleaning 12995 clauses out of 26018 with flag 3578004/3596617
1759.50/927.72	c cleaning 13003 clauses out of 26020 with flag 3591001/3609614
1765.86/931.12	c cleaning 13001 clauses out of 26018 with flag 3604002/3622615
1772.53/934.87	c cleaning 13001 clauses out of 26015 with flag 3617000/3635613
1778.52/938.06	c cleaning 13000 clauses out of 26015 with flag 3630001/3648614
1784.70/941.34	c cleaning 13001 clauses out of 26015 with flag 3643001/3661614
1790.45/944.45	c cleaning 12998 clauses out of 26014 with flag 3656001/3674614
1796.92/948.02	c cleaning 12999 clauses out of 26015 with flag 3669000/3687613
1800.10/949.81	c starts		: 37
1800.10/949.81	c conflicts		: 9472
1800.10/949.81	c decisions		: 21035
1800.10/949.81	c propagations		: 2261107
1800.10/949.81	c inspects		: 417862866
1800.10/949.81	c shortcuts		: 0
1800.10/949.81	c learnt literals	: 0
1800.10/949.81	c learnt binary clauses	: 0
1800.10/949.81	c learnt ternary clauses	: 0
1800.10/949.81	c learnt constraints	: 9471
1800.10/949.81	c ignored constraints	: 0
1800.10/949.81	c root simplifications	: 0
1800.10/949.81	c removed literals (reason simplification)	: 0
1800.10/949.81	c reason swapping (by a shorter reason)	: 0
1800.10/949.81	c Calls to reduceDB	: 1
1800.10/949.81	c number of reductions to clauses (during analyze)	: 0
1800.10/949.81	c number of learned constraints concerned by reduction	: 0
1800.10/949.81	c number of learning phase by resolution	: 0
1800.10/949.81	c number of learning phase by cutting planes	: 0
1800.10/949.81	c speed (assignments/second)	: 2395.8318101819623
1800.10/949.81	c non guided choices	0
1800.10/949.81	c learnt constraints type 
1800.10/949.81	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.10/949.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 189
1800.10/949.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9280
1800.10/949.81	c constraints type 
1800.10/949.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6416
1800.10/949.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.10/949.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1800.10/949.81	c constraints type 
1800.10/949.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6416
1800.10/949.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.10/949.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1800.10/949.81	s SATISFIABLE
1800.10/949.82	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 
1800.10/949.82	c objective function=14
1800.10/949.82	c Total wall clock time (in seconds): 949.7

Verifier Data

OK	14

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3737009-1338719180/watcher-3737009-1338719180 -o /tmp/evaluation-result-3737009-1338719180/solver-3737009-1338719180 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737009-1338719180.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.83 3.82 3.80 4/197 20178
/proc/meminfo: memFree=26383864/32873660 swapFree=7120/7120
[pid=20178] ppid=20176 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20178/stat : 20178 (java) D 20176 20178 18226 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 338043705 9515008 182 33554432000 1073741824 1073778376 140735718287488 140735718278520 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/20178/statm: 2323 182 140 9 0 71 0

[startup+0.0172159 s]
/proc/loadavg: 3.83 3.82 3.80 4/197 20178
/proc/meminfo: memFree=26383864/32873660 swapFree=7120/7120
[pid=20178] ppid=20176 vsize=101560 CPUtime=0 cores=1,3,5,7
/proc/20178/stat : 20178 (java) S 20176 20178 18226 0 -1 4202496 1421 0 1 0 0 0 0 0 20 0 2 0 338043705 103997440 1103 33554432000 1073741824 1073778376 140734776514624 140734776505760 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20178/statm: 25390 1103 853 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101560

[startup+0.100179 s]
/proc/loadavg: 3.83 3.82 3.80 4/197 20178
/proc/meminfo: memFree=26383864/32873660 swapFree=7120/7120
[pid=20178] ppid=20176 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/20178/stat : 20178 (java) S 20176 20178 18226 0 -1 4202496 5253 0 1 0 7 1 0 0 20 0 18 0 338043705 11864465408 13605 33554432000 1073741824 1073778376 140734776514624 140734776505760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20178/statm: 2896598 13605 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.30023 s]
/proc/loadavg: 3.83 3.82 3.80 4/197 20178
/proc/meminfo: memFree=26383864/32873660 swapFree=7120/7120
[pid=20178] ppid=20176 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/20178/stat : 20178 (java) S 20176 20178 18226 0 -1 4202496 6301 0 1 0 43 2 0 0 20 0 18 0 338043705 11864465408 15886 33554432000 1073741824 1073778376 140734776514624 140734776505760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20178/statm: 2896598 15886 2232 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700249 s]
/proc/loadavg: 3.83 3.82 3.80 4/197 20178
/proc/meminfo: memFree=26383864/32873660 swapFree=7120/7120
[pid=20178] ppid=20176 vsize=11852648 CPUtime=1.71 cores=1,3,5,7
/proc/20178/stat : 20178 (java) S 20176 20178 18226 0 -1 4202496 14306 0 1 0 165 6 0 0 20 0 19 0 338043705 12137111552 25807 33554432000 1073741824 1073778376 140734776514624 140734776505760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20178/statm: 2963162 25807 2264 9 0 2953849 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 11852648

[startup+1.50065 s]
/proc/loadavg: 3.83 3.82 3.80 3/216 20200
/proc/meminfo: memFree=26289284/32873660 swapFree=7120/7120
[pid=20178] ppid=20176 vsize=11852648 CPUtime=1.96 cores=1,3,5,7
/proc/20178/stat : 20178 (java) S 20176 20178 18226 0 -1 4202496 14375 0 1 0 188 8 0 0 20 0 19 0 338043705 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140734776505760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20178/statm: 2963162 27894 2267 9 0 2953849 0
[pid=20178/tid=20180] ppid=20176 vsize=11852648 CPUtime=0.5 cores=1,3,5,7
/proc/20178/task/20180/stat : 20180 (java) S 20176 20178 18226 0 -1 4202560 3386 0 1 0 48 2 0 0 20 0 19 0 338043706 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140453039535256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20181] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20181/stat : 20181 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338043708 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140453014940456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20182] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20182/stat : 20182 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338043708 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452875782824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20183] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20183/stat : 20183 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338043708 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452874730536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20184] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20184/stat : 20184 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338043708 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452873677736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20185] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20185/stat : 20185 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338043708 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452872624424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20186] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20186/stat : 20186 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338043708 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452871571624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20187] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20187/stat : 20187 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338043708 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452870519336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20188] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20188/stat : 20188 (java) S 20176 20178 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338043708 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452869466536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20189] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20189/stat : 20189 (java) S 20176 20178 18226 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 338043709 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452857055976 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20190] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20190/stat : 20190 (java) S 20176 20178 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338043710 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452856002040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20191] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20191/stat : 20191 (java) S 20176 20178 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338043710 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452854949640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20192] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20192/stat : 20192 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338043712 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452853898128 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20193] ppid=20176 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/20178/task/20193/stat : 20193 (java) S 20176 20178 18226 0 -1 4202560 5110 0 0 0 58 0 0 0 20 0 19 0 338043712 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452852844728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20194] ppid=20176 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/20178/task/20194/stat : 20194 (java) S 20176 20178 18226 0 -1 4202560 4565 0 0 0 55 0 0 0 20 0 19 0 338043712 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452851791928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20195] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20195/stat : 20195 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338043712 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452850739832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20196] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20196/stat : 20196 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338043712 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452849687240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20200] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20200/stat : 20200 (java) S 20176 20178 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338043760 12137111552 27894 33554432000 1073741824 1073778376 140734776514624 140452845475368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 11852648

[startup+3.10076 s]
/proc/loadavg: 3.83 3.82 3.80 6/219 20209
/proc/meminfo: memFree=26248628/32873660 swapFree=7120/7120
[pid=20178] ppid=20176 vsize=11852648 CPUtime=5.29 cores=1,3,5,7
/proc/20178/stat : 20178 (java) S 20176 20178 18226 0 -1 4202496 16149 0 1 0 511 18 0 0 20 0 22 0 338043705 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140734776505760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20178/statm: 2963162 110478 2288 9 0 2953849 0
[pid=20178/tid=20180] ppid=20176 vsize=11852648 CPUtime=0.51 cores=1,3,5,7
/proc/20178/task/20180/stat : 20180 (java) S 20176 20178 18226 0 -1 4202560 3386 0 1 0 49 2 0 0 20 0 22 0 338043706 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140453039535272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20181] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20181/stat : 20181 (java) S 20176 20178 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338043708 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140453014940456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20182] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20182/stat : 20182 (java) S 20176 20178 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338043708 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452875782824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20183] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20183/stat : 20183 (java) S 20176 20178 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338043708 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452874730536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20184] ppid=20176 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/20178/task/20184/stat : 20184 (java) S 20176 20178 18226 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 338043708 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452873677736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20185] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20185/stat : 20185 (java) S 20176 20178 18226 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 338043708 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452872624424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20186] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20186/stat : 20186 (java) S 20176 20178 18226 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338043708 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452871571624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20187] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20187/stat : 20187 (java) S 20176 20178 18226 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338043708 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452870519336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20188] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20188/stat : 20188 (java) S 20176 20178 18226 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338043708 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452869466536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20189] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20189/stat : 20189 (java) R 20176 20178 18226 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 22 0 338043709 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452857054952 140453046006848 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20190] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20190/stat : 20190 (java) S 20176 20178 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338043710 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452856002040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20191] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20191/stat : 20191 (java) S 20176 20178 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338043710 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452854949640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20192] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20192/stat : 20192 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338043712 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452853898128 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20193] ppid=20176 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/20178/task/20193/stat : 20193 (java) S 20176 20178 18226 0 -1 4202560 6627 0 0 0 100 2 0 0 20 0 22 0 338043712 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452852844728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20194] ppid=20176 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/20178/task/20194/stat : 20194 (java) S 20176 20178 18226 0 -1 4202560 4590 0 0 0 89 1 0 0 20 0 22 0 338043712 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452851777800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20195] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20195/stat : 20195 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338043712 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452850739832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20196] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20196/stat : 20196 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338043712 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452849687240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20200] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20200/stat : 20200 (java) S 20176 20178 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338043760 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452845475368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20207] ppid=20176 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/20178/task/20207/stat : 20207 (java) S 20176 20178 18226 0 -1 4202560 6 0 0 0 99 0 0 0 20 0 22 0 338043910 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452847580232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20208] ppid=20176 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/20178/task/20208/stat : 20208 (java) S 20176 20178 18226 0 -1 4202560 145 0 0 0 95 5 0 0 20 0 22 0 338043910 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452848630664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20209] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20209/stat : 20209 (java) S 20176 20178 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338043910 12137111552 110478 33554432000 1073741824 1073778376 140734776514624 140452846527400 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 11852648

[startup+6.30065 s]
/proc/loadavg: 3.84 3.82 3.80 5/219 20209
/proc/meminfo: memFree=25621012/32873660 swapFree=7120/7120
[pid=20178] ppid=20176 vsize=11852648 CPUtime=10.92 cores=1,3,5,7
/proc/20178/stat : 20178 (java) S 20176 20178 18226 0 -1 4202496 16998 0 1 0 1066 26 0 0 20 0 22 0 338043705 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140734776505760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20178/statm: 2963162 193242 2295 9 0 2953849 0
[pid=20178/tid=20180] ppid=20176 vsize=11852648 CPUtime=0.51 cores=1,3,5,7
/proc/20178/task/20180/stat : 20180 (java) S 20176 20178 18226 0 -1 4202560 3386 0 1 0 49 2 0 0 20 0 22 0 338043706 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140453039535256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20181] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20181/stat : 20181 (java) S 20176 20178 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338043708 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140453014940456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20182] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20182/stat : 20182 (java) S 20176 20178 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338043708 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452875782824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20183] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20183/stat : 20183 (java) S 20176 20178 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338043708 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452874730536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20184] ppid=20176 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/20178/task/20184/stat : 20184 (java) S 20176 20178 18226 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 338043708 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452873677736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20185] ppid=20176 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/20178/task/20185/stat : 20185 (java) S 20176 20178 18226 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 338043708 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452872624424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20186] ppid=20176 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/20178/task/20186/stat : 20186 (java) S 20176 20178 18226 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 338043708 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452871571624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20187] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20187/stat : 20187 (java) S 20176 20178 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338043708 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452870519336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20188] ppid=20176 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/20178/task/20188/stat : 20188 (java) S 20176 20178 18226 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 338043708 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452869466536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20189] ppid=20176 vsize=11852648 CPUtime=0.17 cores=1,3,5,7
/proc/20178/task/20189/stat : 20189 (java) S 20176 20178 18226 0 -1 4202560 44 0 0 0 17 0 0 0 20 0 22 0 338043709 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452857055976 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20190] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20190/stat : 20190 (java) S 20176 20178 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338043710 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452856002040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20191] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20191/stat : 20191 (java) S 20176 20178 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338043710 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452854949640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20192] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20192/stat : 20192 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338043712 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452853898128 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20193] ppid=20176 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/20178/task/20193/stat : 20193 (java) R 20176 20178 18226 0 -1 4202560 6629 0 0 0 108 2 0 0 20 0 22 0 338043712 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452852844728 140453042116145 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20194] ppid=20176 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/20178/task/20194/stat : 20194 (java) R 20176 20178 18226 0 -1 4202560 5240 0 0 0 103 2 0 0 20 0 22 0 338043712 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452851791928 140453046323753 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20195] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20195/stat : 20195 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338043712 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452850739832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20196] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20196/stat : 20196 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338043712 12137111552 193242 33554432000 1073741824 1073778376 140734776514624 140452849687240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/20178/statm: 2963162 280753 2296 9 0 2953849 0
[pid=20178/tid=20180] ppid=20176 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/20178/task/20180/stat : 20180 (java) S 20176 20178 18226 0 -1 4202560 3568 0 1 0 51 4 0 0 20 0 22 0 338043706 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140453039535256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20181] ppid=20176 vsize=11852648 CPUtime=1.7 cores=1,3,5,7
/proc/20178/task/20181/stat : 20181 (java) S 20176 20178 18226 0 -1 4202560 127 0 0 0 170 0 0 0 20 0 22 0 338043708 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140453014940456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20182] ppid=20176 vsize=11852648 CPUtime=1.82 cores=1,3,5,7
/proc/20178/task/20182/stat : 20182 (java) S 20176 20178 18226 0 -1 4202560 136 0 0 0 182 0 0 0 20 0 22 0 338043708 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452875782824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20183] ppid=20176 vsize=11852648 CPUtime=1.94 cores=1,3,5,7
/proc/20178/task/20183/stat : 20183 (java) S 20176 20178 18226 0 -1 4202560 153 0 0 0 194 0 0 0 20 0 22 0 338043708 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452874730536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20184] ppid=20176 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/20178/task/20184/stat : 20184 (java) S 20176 20178 18226 0 -1 4202560 169 0 0 0 178 3 0 0 20 0 22 0 338043708 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452873677736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20185] ppid=20176 vsize=11852648 CPUtime=1.79 cores=1,3,5,7
/proc/20178/task/20185/stat : 20185 (java) S 20176 20178 18226 0 -1 4202560 148 0 0 0 176 3 0 0 20 0 22 0 338043708 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452872624424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20186] ppid=20176 vsize=11852648 CPUtime=1.86 cores=1,3,5,7
/proc/20178/task/20186/stat : 20186 (java) S 20176 20178 18226 0 -1 4202560 147 0 0 0 184 2 0 0 20 0 22 0 338043708 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452871571624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20187] ppid=20176 vsize=11852648 CPUtime=1.8 cores=1,3,5,7
/proc/20178/task/20187/stat : 20187 (java) S 20176 20178 18226 0 -1 4202560 149 0 0 0 180 0 0 0 20 0 22 0 338043708 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452870519336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20188] ppid=20176 vsize=11852648 CPUtime=1.87 cores=1,3,5,7
/proc/20178/task/20188/stat : 20188 (java) S 20176 20178 18226 0 -1 4202560 173 0 0 0 184 3 0 0 20 0 22 0 338043708 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452869466536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20189] ppid=20176 vsize=11852648 CPUtime=94.65 cores=1,3,5,7
/proc/20178/task/20189/stat : 20189 (java) S 20176 20178 18226 0 -1 4202560 257 0 0 0 9457 8 0 0 20 0 22 0 338043709 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452857055976 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20190] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20190/stat : 20190 (java) S 20176 20178 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338043710 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452856002040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20191] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20191/stat : 20191 (java) S 20176 20178 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338043710 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452854949640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20192] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20192/stat : 20192 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338043712 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452853898128 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20193] ppid=20176 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/20178/task/20193/stat : 20193 (java) S 20176 20178 18226 0 -1 4202560 6630 0 0 0 119 2 0 0 20 0 22 0 338043712 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452852844728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20194] ppid=20176 vsize=11852648 CPUtime=1.7 cores=1,3,5,7
/proc/20178/task/20194/stat : 20194 (java) S 20176 20178 18226 0 -1 4202560 13292 0 0 0 167 3 0 0 20 0 22 0 338043712 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452851791928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20195] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20195/stat : 20195 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338043712 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452850739832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20196] ppid=20176 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/20178/task/20196/stat : 20196 (java) S 20176 20178 18226 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 338043712 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452849687240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20209] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20209/stat : 20209 (java) S 20176 20178 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338043910 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452846527400 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20210] ppid=20176 vsize=11852648 CPUtime=775.34 cores=1,3,5,7
/proc/20178/task/20210/stat : 20210 (java) R 20176 20178 18226 0 -1 4202560 53 0 0 0 77523 11 0 0 20 0 22 0 338044310 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452847579216 140452897409152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20211] ppid=20176 vsize=11852648 CPUtime=775.14 cores=1,3,5,7
/proc/20178/task/20211/stat : 20211 (java) R 20176 20178 18226 0 -1 4202560 75 0 0 0 77500 14 0 0 20 0 22 0 338044310 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452848630368 140452897528350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20212] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20212/stat : 20212 (java) S 20176 20178 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338044310 12137111552 280753 33554432000 1073741824 1073778376 140734776514624 140452845474856 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1675.03
Current children cumulated vsize (KiB) 11852648

[startup+942.301 s]
/proc/loadavg: 3.76 3.77 3.79 4/219 20368
/proc/meminfo: memFree=24158484/32873660 swapFree=7120/7120
[pid=20178] ppid=20176 vsize=11852648 CPUtime=1786.25 cores=1,3,5,7
/proc/20178/stat : 20178 (java) S 20176 20178 18226 0 -1 4202496 26881 0 1 0 178545 80 0 0 20 0 22 0 338043705 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140734776505760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20178/statm: 2963162 284438 2296 9 0 2953849 0
[pid=20178/tid=20180] ppid=20176 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/20178/task/20180/stat : 20180 (java) S 20176 20178 18226 0 -1 4202560 3586 0 1 0 51 4 0 0 20 0 22 0 338043706 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140453039535256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20181] ppid=20176 vsize=11852648 CPUtime=1.88 cores=1,3,5,7
/proc/20178/task/20181/stat : 20181 (java) S 20176 20178 18226 0 -1 4202560 140 0 0 0 188 0 0 0 20 0 22 0 338043708 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140453014940456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20182] ppid=20176 vsize=11852648 CPUtime=2.01 cores=1,3,5,7
/proc/20178/task/20182/stat : 20182 (java) S 20176 20178 18226 0 -1 4202560 148 0 0 0 201 0 0 0 20 0 22 0 338043708 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452875782824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20183] ppid=20176 vsize=11852648 CPUtime=2.1 cores=1,3,5,7
/proc/20178/task/20183/stat : 20183 (java) S 20176 20178 18226 0 -1 4202560 159 0 0 0 210 0 0 0 20 0 22 0 338043708 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452874730536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20184] ppid=20176 vsize=11852648 CPUtime=1.99 cores=1,3,5,7
/proc/20178/task/20184/stat : 20184 (java) S 20176 20178 18226 0 -1 4202560 186 0 0 0 196 3 0 0 20 0 22 0 338043708 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452873677736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20185] ppid=20176 vsize=11852648 CPUtime=1.94 cores=1,3,5,7
/proc/20178/task/20185/stat : 20185 (java) S 20176 20178 18226 0 -1 4202560 165 0 0 0 191 3 0 0 20 0 22 0 338043708 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452872624424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20186] ppid=20176 vsize=11852648 CPUtime=2 cores=1,3,5,7
/proc/20178/task/20186/stat : 20186 (java) S 20176 20178 18226 0 -1 4202560 163 0 0 0 198 2 0 0 20 0 22 0 338043708 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452871571624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20187] ppid=20176 vsize=11852648 CPUtime=1.97 cores=1,3,5,7
/proc/20178/task/20187/stat : 20187 (java) S 20176 20178 18226 0 -1 4202560 153 0 0 0 195 2 0 0 20 0 22 0 338043708 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452870519336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20188] ppid=20176 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/20178/task/20188/stat : 20188 (java) S 20176 20178 18226 0 -1 4202560 189 0 0 0 199 3 0 0 20 0 22 0 338043708 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452869466536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20189] ppid=20176 vsize=11852648 CPUtime=103.96 cores=1,3,5,7
/proc/20178/task/20189/stat : 20189 (java) S 20176 20178 18226 0 -1 4202560 268 0 0 0 10388 8 0 0 20 0 22 0 338043709 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452857055976 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20190] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20190/stat : 20190 (java) S 20176 20178 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338043710 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452856002040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20191] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20191/stat : 20191 (java) S 20176 20178 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338043710 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452854949640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20192] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20192/stat : 20192 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338043712 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452853898128 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20193] ppid=20176 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/20178/task/20193/stat : 20193 (java) S 20176 20178 18226 0 -1 4202560 6630 0 0 0 119 2 0 0 20 0 22 0 338043712 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452852844728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20194] ppid=20176 vsize=11852648 CPUtime=1.7 cores=1,3,5,7
/proc/20178/task/20194/stat : 20194 (java) S 20176 20178 18226 0 -1 4202560 13292 0 0 0 167 3 0 0 20 0 22 0 338043712 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452851791928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20195] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20195/stat : 20195 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338043712 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452850739832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20196] ppid=20176 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/20178/task/20196/stat : 20196 (java) S 20176 20178 18226 0 -1 4202560 55 0 0 0 12 24 0 0 20 0 22 0 338043712 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452849687240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20209] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20209/stat : 20209 (java) S 20176 20178 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338043910 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452846527400 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20210] ppid=20176 vsize=11852648 CPUtime=825.52 cores=1,3,5,7
/proc/20178/task/20210/stat : 20210 (java) R 20176 20178 18226 0 -1 4202560 53 0 0 0 82540 12 0 0 20 0 22 0 338044310 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452847579216 140452897485871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20211] ppid=20176 vsize=11852648 CPUtime=825.3 cores=1,3,5,7
/proc/20178/task/20211/stat : 20211 (java) R 20176 20178 18226 0 -1 4202560 75 0 0 0 82515 15 0 0 20 0 22 0 338044310 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452848630368 140452897350272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20212] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20212/stat : 20212 (java) S 20176 20178 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338044310 12137111552 284438 33554432000 1073741824 1073778376 140734776514624 140452845474856 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.25
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+949.801 s]
/proc/loadavg: 3.73 3.76 3.78 5/219 20368
/proc/meminfo: memFree=24148120/32873660 swapFree=7120/7120
[pid=20178] ppid=20176 vsize=11852648 CPUtime=1800.1 cores=1,3,5,7
/proc/20178/stat : 20178 (java) S 20176 20178 18226 0 -1 4202496 26897 0 1 0 179930 80 0 0 20 0 22 0 338043705 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140734776505760 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20178/statm: 2963162 284452 2296 9 0 2953849 0
[pid=20178/tid=20180] ppid=20176 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/20178/task/20180/stat : 20180 (java) S 20176 20178 18226 0 -1 4202560 3588 0 1 0 51 4 0 0 20 0 22 0 338043706 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140453039535256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20181] ppid=20176 vsize=11852648 CPUtime=1.91 cores=1,3,5,7
/proc/20178/task/20181/stat : 20181 (java) S 20176 20178 18226 0 -1 4202560 140 0 0 0 191 0 0 0 20 0 22 0 338043708 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140453014940456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20182] ppid=20176 vsize=11852648 CPUtime=2.03 cores=1,3,5,7
/proc/20178/task/20182/stat : 20182 (java) S 20176 20178 18226 0 -1 4202560 149 0 0 0 203 0 0 0 20 0 22 0 338043708 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452875782824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20183] ppid=20176 vsize=11852648 CPUtime=2.11 cores=1,3,5,7
/proc/20178/task/20183/stat : 20183 (java) S 20176 20178 18226 0 -1 4202560 160 0 0 0 211 0 0 0 20 0 22 0 338043708 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452874730536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20184] ppid=20176 vsize=11852648 CPUtime=2.01 cores=1,3,5,7
/proc/20178/task/20184/stat : 20184 (java) S 20176 20178 18226 0 -1 4202560 187 0 0 0 198 3 0 0 20 0 22 0 338043708 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452873677736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20185] ppid=20176 vsize=11852648 CPUtime=1.95 cores=1,3,5,7
/proc/20178/task/20185/stat : 20185 (java) S 20176 20178 18226 0 -1 4202560 170 0 0 0 192 3 0 0 20 0 22 0 338043708 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452872624424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20186] ppid=20176 vsize=11852648 CPUtime=2.03 cores=1,3,5,7
/proc/20178/task/20186/stat : 20186 (java) S 20176 20178 18226 0 -1 4202560 165 0 0 0 201 2 0 0 20 0 22 0 338043708 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452871571624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20187] ppid=20176 vsize=11852648 CPUtime=1.98 cores=1,3,5,7
/proc/20178/task/20187/stat : 20187 (java) S 20176 20178 18226 0 -1 4202560 157 0 0 0 196 2 0 0 20 0 22 0 338043708 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452870519336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20188] ppid=20176 vsize=11852648 CPUtime=2.03 cores=1,3,5,7
/proc/20178/task/20188/stat : 20188 (java) S 20176 20178 18226 0 -1 4202560 189 0 0 0 200 3 0 0 20 0 22 0 338043708 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452869466536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20189] ppid=20176 vsize=11852648 CPUtime=105.19 cores=1,3,5,7
/proc/20178/task/20189/stat : 20189 (java) S 20176 20178 18226 0 -1 4202560 268 0 0 0 10511 8 0 0 20 0 22 0 338043709 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452857055976 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20190] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20190/stat : 20190 (java) S 20176 20178 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338043710 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452856002040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20191] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20191/stat : 20191 (java) S 20176 20178 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338043710 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452854949640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20192] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20192/stat : 20192 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338043712 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452853898128 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20193] ppid=20176 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/20178/task/20193/stat : 20193 (java) S 20176 20178 18226 0 -1 4202560 6630 0 0 0 119 2 0 0 20 0 22 0 338043712 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452852844728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20178/tid=20194] ppid=20176 vsize=11852648 CPUtime=1.7 cores=1,3,5,7
/proc/20178/task/20194/stat : 20194 (java) S 20176 20178 18226 0 -1 4202560 13292 0 0 0 167 3 0 0 20 0 22 0 338043712 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452851791928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20195] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20195/stat : 20195 (java) S 20176 20178 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338043712 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452850739832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20196] ppid=20176 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/20178/task/20196/stat : 20196 (java) S 20176 20178 18226 0 -1 4202560 55 0 0 0 12 24 0 0 20 0 22 0 338043712 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452849687240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20209] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20209/stat : 20209 (java) S 20176 20178 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338043910 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452846527400 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20178/tid=20210] ppid=20176 vsize=11852648 CPUtime=831.73 cores=1,3,5,7
/proc/20178/task/20210/stat : 20210 (java) R 20176 20178 18226 0 -1 4202560 53 0 0 0 83161 12 0 0 20 0 22 0 338044310 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452847579216 140452897310590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20178/tid=20211] ppid=20176 vsize=11852648 CPUtime=831.51 cores=1,3,5,7
/proc/20178/task/20211/stat : 20211 (java) R 20176 20178 18226 0 -1 4202560 75 0 0 0 83136 15 0 0 20 0 22 0 338044310 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452848630368 140452897350272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20178/tid=20212] ppid=20176 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20178/task/20212/stat : 20212 (java) S 20176 20178 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338044310 12137111552 284452 33554432000 1073741824 1073778376 140734776514624 140452845474856 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20178 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=859139
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=151824
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 949.826
CPU time (s): 1800.1
CPU user time (s): 1799.3
CPU system time (s): 0.8
CPU usage (%): 189.519
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.86
system time used= 1.15182
maximum resident set size= 1137920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26927
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30580
involuntary context switches= 41270

runsolver used 3.3215 second user time and 8.70468 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 12:26:20
IDJOB=3737009
IDBENCH=48158
IDSOLVER=2328
FILE ID=node117/3737009-1338719180
RUNJOBID= node117-1338713269-18243
PBS_JOBID= 14636728
Free space on /tmp= 69124 MiB

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

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

MD5SUM BENCH= 0e507441d4bf529adaad354902c51a54
RANDOM SEED=492960607

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        26384392 kB
Buffers:          619264 kB
Cached:          4125924 kB
SwapCached:          776 kB
Active:          3117652 kB
Inactive:        2457848 kB
Active(anon):     815888 kB
Inactive(anon):     9972 kB
Active(file):    2301764 kB
Inactive(file):  2447876 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:        829588 kB
Mapped:            20448 kB
Shmem:                80 kB
Slab:             776912 kB
SReclaimable:     221008 kB
SUnreclaim:       555904 kB
KernelStack:        1632 kB
PageTables:         5840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:   10461048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    772096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69120 MiB
End job on node117 at 2012-06-03 12:42:11