Trace number 3453953

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)75 1800.15 967.304

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_3.opb
MD5SUM31a0e10ee8ac2049545ec8eab33f6948
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark52
Best CPU time to get the best result obtained on this benchmark1797.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 69
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 constraint23
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)6316
Sum of products size (including duplicates)12632
Number of different products6316
Sum of products size12632

Quality of the solution as a function of time


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

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		9996466904
0.07/0.08	c Max memory 		10048897024
0.07/0.08	c Total memory 		10048897024
0.07/0.08	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@67ee3914
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@1c691f36
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-3453953-1307194662.opb
0.10/0.11	c reading problem ... 
0.99/0.55	c ... done. Wall clock time 0.444s.
0.99/0.55	c #vars     6816
0.99/0.55	c #constraints  13132
0.99/0.55	c constraints type 
0.99/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6816
0.99/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6316
0.99/0.55	c constraints type 
0.99/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6816
0.99/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6316
1.33/0.68	c  And the winner is Resolution
2.36/1.06	c SATISFIABLE
2.36/1.06	c OPTIMIZING...
2.36/1.06	c Got one! Elapsed wall clock time (in seconds):0.956
2.36/1.06	o 85
2.36/1.08	c  And the winner is Resolution
2.45/1.57	c Got one! Elapsed wall clock time (in seconds):1.467
2.45/1.57	o 84
2.95/1.70	c  And the winner is Resolution
3.46/2.08	c Got one! Elapsed wall clock time (in seconds):1.976
3.46/2.08	o 82
3.52/2.12	c  And the winner is Resolution
3.60/2.59	c Got one! Elapsed wall clock time (in seconds):2.482
3.60/2.59	o 81
3.61/2.63	c  And the winner is Resolution
3.72/3.10	c Got one! Elapsed wall clock time (in seconds):2.987
3.72/3.10	o 79
4.55/3.41	c  And the winner is Resolution
4.59/3.60	c Got one! Elapsed wall clock time (in seconds):3.492
4.59/3.60	o 78
4.59/3.63	c  And the winner is Resolution
4.66/4.11	c Got one! Elapsed wall clock time (in seconds):4.001
4.66/4.11	o 77
6.12/4.84	c  And the winner is Resolution
6.22/5.12	c Got one! Elapsed wall clock time (in seconds):5.009
6.22/5.12	o 76
6.58/5.33	c cleaning 3192 clauses out of 6398 with flag 1002/6398
9.29/6.64	c cleaning 4599 clauses out of 9204 with flag 7000/12396
12.21/8.13	c cleaning 5796 clauses out of 11605 with flag 14000/19396
15.18/9.66	c cleaning 6897 clauses out of 13809 with flag 22000/27396
18.92/11.52	c cleaning 7949 clauses out of 15913 with flag 31001/36397
23.31/13.70	c cleaning 8973 clauses out of 17964 with flag 41001/46397
27.64/15.90	c cleaning 9993 clauses out of 19990 with flag 52000/57396
32.36/18.30	c cleaning 10989 clauses out of 21997 with flag 64000/69396
37.49/20.99	c cleaning 11996 clauses out of 24008 with flag 77000/82396
43.38/23.92	c cleaning 13000 clauses out of 26012 with flag 91000/96396
49.28/26.93	c cleaning 13497 clauses out of 27013 with flag 105001/110397
54.81/29.76	c cleaning 13755 clauses out of 27517 with flag 119002/124398
60.83/32.91	c cleaning 13869 clauses out of 27760 with flag 133000/138396
66.73/35.85	c cleaning 13935 clauses out of 27891 with flag 147000/152396
72.62/38.88	c cleaning 13966 clauses out of 27956 with flag 161000/166396
78.11/41.69	c cleaning 13986 clauses out of 27990 with flag 175000/180396
83.93/44.60	c cleaning 13998 clauses out of 28005 with flag 189001/194397
90.40/47.98	c cleaning 13996 clauses out of 28006 with flag 203000/208396
96.66/51.18	c cleaning 13997 clauses out of 28011 with flag 217001/222397
103.32/54.56	c cleaning 13998 clauses out of 28013 with flag 231000/236396
110.54/58.27	c cleaning 14002 clauses out of 28016 with flag 245001/250397
117.20/61.62	c cleaning 14003 clauses out of 28014 with flag 259001/264397
122.81/64.52	c cleaning 14002 clauses out of 28011 with flag 273001/278397
128.64/67.55	c cleaning 13998 clauses out of 28009 with flag 287001/292397
134.80/70.71	c cleaning 13997 clauses out of 28010 with flag 301000/306396
140.83/73.81	c cleaning 14000 clauses out of 28014 with flag 315001/320397
147.46/77.21	c cleaning 14000 clauses out of 28014 with flag 329001/334397
153.68/80.49	c cleaning 13998 clauses out of 28014 with flag 343001/348397
160.01/83.76	c cleaning 14000 clauses out of 28015 with flag 357000/362396
167.02/87.36	c cleaning 13999 clauses out of 28015 with flag 371000/376396
173.42/90.67	c cleaning 14002 clauses out of 28018 with flag 385002/390398
179.05/93.56	c cleaning 14002 clauses out of 28014 with flag 399000/404396
185.36/96.89	c cleaning 13999 clauses out of 28012 with flag 413000/418396
191.91/100.23	c cleaning 13997 clauses out of 28014 with flag 427001/432397
198.29/103.55	c cleaning 14000 clauses out of 28017 with flag 441001/446397
204.66/106.88	c cleaning 14001 clauses out of 28016 with flag 455000/460396
211.33/110.39	c cleaning 13999 clauses out of 28016 with flag 469001/474397
217.49/113.59	c cleaning 13998 clauses out of 28017 with flag 483001/488397
224.26/117.03	c cleaning 14001 clauses out of 28019 with flag 497001/502397
230.81/120.42	c cleaning 13996 clauses out of 28017 with flag 511000/516396
236.86/123.69	c cleaning 13999 clauses out of 28022 with flag 525001/530397
243.40/127.02	c cleaning 14008 clauses out of 28023 with flag 539001/544397
249.94/130.44	c cleaning 13995 clauses out of 28014 with flag 553000/558396
256.48/133.82	c cleaning 14003 clauses out of 28020 with flag 567001/572397
263.33/137.51	c cleaning 13991 clauses out of 28016 with flag 581000/586396
269.24/140.58	c cleaning 14008 clauses out of 28026 with flag 595001/600397
275.36/143.72	c cleaning 14000 clauses out of 28017 with flag 609000/614396
281.68/147.01	c cleaning 14000 clauses out of 28017 with flag 623000/628396
288.08/150.40	c cleaning 14002 clauses out of 28018 with flag 637001/642397
293.61/153.32	c cleaning 14002 clauses out of 28016 with flag 651001/656397
299.16/156.21	c cleaning 14000 clauses out of 28013 with flag 665000/670396
304.85/159.25	c cleaning 14001 clauses out of 28014 with flag 679001/684397
311.46/162.76	c cleaning 13998 clauses out of 28012 with flag 693000/698396
317.76/166.02	c cleaning 14002 clauses out of 28016 with flag 707002/712398
324.06/169.41	c cleaning 13999 clauses out of 28012 with flag 721000/726396
331.74/173.35	c cleaning 13991 clauses out of 28013 with flag 735000/740396
339.30/177.34	c cleaning 14003 clauses out of 28022 with flag 749000/754396
346.59/181.18	c cleaning 14001 clauses out of 28019 with flag 763000/768396
354.28/185.12	c cleaning 14000 clauses out of 28018 with flag 777000/782396
361.38/188.82	c cleaning 13996 clauses out of 28018 with flag 791000/796396
368.71/192.78	c cleaning 14001 clauses out of 28023 with flag 805001/810397
376.18/196.64	c cleaning 14000 clauses out of 28022 with flag 819001/824397
383.25/200.35	c cleaning 14000 clauses out of 28021 with flag 833000/838396
390.71/204.22	c cleaning 14000 clauses out of 28021 with flag 847000/852396
398.61/208.44	c cleaning 13998 clauses out of 28022 with flag 861001/866397
406.11/212.35	c cleaning 14003 clauses out of 28023 with flag 875000/880396
412.15/215.53	c cleaning 14002 clauses out of 28021 with flag 889001/894397
418.78/219.00	c cleaning 13999 clauses out of 28018 with flag 903000/908396
425.27/222.51	c cleaning 14001 clauses out of 28020 with flag 917001/922397
431.11/225.61	c cleaning 13997 clauses out of 28018 with flag 931000/936396
437.20/228.84	c cleaning 14001 clauses out of 28022 with flag 945001/950397
444.01/232.49	c cleaning 14004 clauses out of 28021 with flag 959001/964397
450.87/236.17	c cleaning 14000 clauses out of 28016 with flag 973000/978396
458.10/239.92	c cleaning 14002 clauses out of 28017 with flag 987001/992397
465.32/243.71	c cleaning 14002 clauses out of 28015 with flag 1001001/1006397
471.76/247.18	c cleaning 13993 clauses out of 28012 with flag 1015000/1020396
478.80/250.91	c cleaning 14001 clauses out of 28019 with flag 1029000/1034396
485.62/254.51	c cleaning 13999 clauses out of 28018 with flag 1043000/1048396
492.04/257.92	c cleaning 14004 clauses out of 28019 with flag 1057000/1062396
498.66/261.41	c cleaning 14000 clauses out of 28016 with flag 1071001/1076397
505.09/264.94	c cleaning 14002 clauses out of 28016 with flag 1085001/1090397
511.90/268.58	c cleaning 13998 clauses out of 28014 with flag 1099001/1104397
519.12/272.31	c cleaning 14002 clauses out of 28016 with flag 1113001/1118397
526.16/276.05	c cleaning 13999 clauses out of 28013 with flag 1127000/1132396
533.36/279.98	c cleaning 13999 clauses out of 28015 with flag 1141001/1146397
540.59/283.75	c cleaning 14001 clauses out of 28015 with flag 1155000/1160396
547.78/287.51	c cleaning 14000 clauses out of 28014 with flag 1169000/1174396
554.19/290.94	c cleaning 14000 clauses out of 28015 with flag 1183001/1188397
561.01/294.63	c cleaning 13999 clauses out of 28014 with flag 1197000/1202396
567.66/298.14	c cleaning 13995 clauses out of 28015 with flag 1211000/1216396
574.23/301.63	c cleaning 14004 clauses out of 28022 with flag 1225002/1230398
581.04/305.22	c cleaning 14001 clauses out of 28016 with flag 1239000/1244396
587.86/308.97	c cleaning 13999 clauses out of 28016 with flag 1253001/1258397
594.29/312.41	c cleaning 13999 clauses out of 28016 with flag 1267000/1272396
601.08/315.95	c cleaning 14000 clauses out of 28017 with flag 1281000/1286396
608.08/319.64	c cleaning 13995 clauses out of 28017 with flag 1295000/1300396
614.93/323.37	c cleaning 14000 clauses out of 28022 with flag 1309000/1314396
621.51/326.85	c cleaning 14008 clauses out of 28023 with flag 1323001/1328397
627.55/330.02	c cleaning 14004 clauses out of 28015 with flag 1337001/1342397
633.92/333.49	c cleaning 14000 clauses out of 28011 with flag 1351001/1356397
640.33/336.93	c cleaning 13994 clauses out of 28010 with flag 1365000/1370396
646.94/340.42	c cleaning 14003 clauses out of 28016 with flag 1379000/1384396
653.94/344.10	c cleaning 13998 clauses out of 28013 with flag 1393000/1398396
661.54/348.15	c cleaning 13996 clauses out of 28015 with flag 1407000/1412396
668.34/351.83	c cleaning 14003 clauses out of 28019 with flag 1421000/1426396
675.13/355.46	c cleaning 13999 clauses out of 28016 with flag 1435000/1440396
681.72/358.99	c cleaning 14002 clauses out of 28018 with flag 1449001/1454397
688.31/362.41	c cleaning 14000 clauses out of 28015 with flag 1463000/1468396
695.33/366.23	c cleaning 14000 clauses out of 28015 with flag 1477000/1482396
702.29/369.90	c cleaning 14001 clauses out of 28015 with flag 1491000/1496396
709.27/373.64	c cleaning 13996 clauses out of 28014 with flag 1505000/1510396
715.85/377.15	c cleaning 14003 clauses out of 28019 with flag 1519001/1524397
722.26/380.64	c cleaning 13994 clauses out of 28015 with flag 1533000/1538396
724.60/382.07	c cleaning 0 clauses out of 5065 with flag 0/5069
729.27/384.42	c cleaning 14001 clauses out of 28021 with flag 1547000/1552396
735.83/387.82	c cleaning 13999 clauses out of 28021 with flag 1561001/1566397
742.63/391.59	c cleaning 14000 clauses out of 28022 with flag 1575001/1580397
749.19/395.06	c cleaning 13997 clauses out of 28022 with flag 1589001/1594397
755.76/398.51	c cleaning 14003 clauses out of 28024 with flag 1603000/1608396
762.13/401.99	c cleaning 14002 clauses out of 28022 with flag 1617001/1622397
769.70/406.06	c cleaning 13996 clauses out of 28019 with flag 1631000/1636396
777.27/410.04	c cleaning 14006 clauses out of 28024 with flag 1645001/1650397
785.04/414.10	c cleaning 13998 clauses out of 28017 with flag 1659000/1664396
792.23/417.92	c cleaning 14004 clauses out of 28019 with flag 1673000/1678396
799.57/421.95	c cleaning 13994 clauses out of 28015 with flag 1687000/1692396
806.94/425.87	c cleaning 13996 clauses out of 28021 with flag 1701000/1706396
814.51/429.84	c cleaning 14002 clauses out of 28025 with flag 1715000/1720396
822.08/433.81	c cleaning 13997 clauses out of 28023 with flag 1729000/1734396
829.83/438.04	c cleaning 14000 clauses out of 28026 with flag 1743000/1748396
837.39/442.09	c cleaning 14004 clauses out of 28027 with flag 1757001/1762397
844.75/445.99	c cleaning 14001 clauses out of 28023 with flag 1771001/1776397
852.71/450.14	c cleaning 14005 clauses out of 28021 with flag 1785000/1790396
860.86/454.57	c cleaning 14002 clauses out of 28017 with flag 1799001/1804397
869.41/459.03	c cleaning 14000 clauses out of 28015 with flag 1813001/1818397
877.57/463.37	c cleaning 13995 clauses out of 28014 with flag 1827000/1832396
885.92/467.71	c cleaning 13996 clauses out of 28019 with flag 1841000/1846396
894.26/472.25	c cleaning 14002 clauses out of 28025 with flag 1855002/1860398
902.41/476.53	c cleaning 13999 clauses out of 28022 with flag 1869001/1874397
910.56/480.90	c cleaning 13999 clauses out of 28023 with flag 1883001/1888397
918.54/485.09	c cleaning 13998 clauses out of 28024 with flag 1897001/1902397
926.89/489.58	c cleaning 14005 clauses out of 28025 with flag 1911000/1916396
935.05/493.81	c cleaning 14002 clauses out of 28021 with flag 1925001/1930397
942.78/497.95	c cleaning 13996 clauses out of 28018 with flag 1939000/1944396
951.11/502.30	c cleaning 14003 clauses out of 28023 with flag 1953001/1958397
959.42/506.88	c cleaning 13993 clauses out of 28019 with flag 1967000/1972396
967.95/511.36	c cleaning 14006 clauses out of 28027 with flag 1981001/1986397
974.51/514.85	c cleaning 14004 clauses out of 28020 with flag 1995000/2000396
977.61/516.61	c  And the winner is CuttingPlanes
977.64/516.86	c Got one! Elapsed wall clock time (in seconds):516.755
977.64/516.86	o 75
979.54/517.83	c cleaning 12808 clauses out of 25637 with flag 5000/2012017
982.65/519.71	c cleaning 9410 clauses out of 18829 with flag 11000/2018017
985.99/521.68	c cleaning 8201 clauses out of 16419 with flag 18000/2025017
989.55/523.66	c cleaning 8106 clauses out of 16219 with flag 26001/2033018
993.27/525.74	c cleaning 8548 clauses out of 17113 with flag 35001/2042018
998.35/528.62	c cleaning 9276 clauses out of 18565 with flag 45001/2052018
1003.67/531.53	c cleaning 10137 clauses out of 20290 with flag 56002/2063019
1008.99/534.51	c cleaning 11068 clauses out of 22151 with flag 68000/2075017
1015.11/537.73	c cleaning 12035 clauses out of 24083 with flag 81000/2088017
1021.59/541.37	c cleaning 13020 clauses out of 26050 with flag 95002/2102019
1028.11/544.82	c cleaning 13498 clauses out of 27029 with flag 109001/2116018
1034.43/548.24	c cleaning 13759 clauses out of 27532 with flag 123002/2130019
1040.74/551.63	c cleaning 13874 clauses out of 27772 with flag 137001/2144018
1047.41/555.33	c cleaning 13941 clauses out of 27897 with flag 151000/2158017
1054.32/559.10	c cleaning 13965 clauses out of 27956 with flag 165000/2172017
1060.82/562.60	c cleaning 13990 clauses out of 27991 with flag 179000/2186017
1067.14/565.95	c cleaning 13995 clauses out of 28002 with flag 193001/2200018
1074.03/569.78	c cleaning 13992 clauses out of 28006 with flag 207000/2214017
1080.50/573.24	c cleaning 14005 clauses out of 28015 with flag 221001/2228018
1087.19/576.81	c cleaning 14000 clauses out of 28009 with flag 235000/2242017
1093.88/580.47	c cleaning 13994 clauses out of 28010 with flag 249001/2256018
1100.73/584.25	c cleaning 14004 clauses out of 28015 with flag 263000/2270017
1106.82/587.58	c cleaning 13999 clauses out of 28011 with flag 277000/2284017
1113.11/590.96	c cleaning 14001 clauses out of 28013 with flag 291001/2298018
1119.60/594.47	c cleaning 13997 clauses out of 28012 with flag 305001/2312018
1126.44/598.30	c cleaning 14003 clauses out of 28015 with flag 319001/2326018
1133.51/602.06	c cleaning 14000 clauses out of 28011 with flag 333000/2340017
1140.19/605.66	c cleaning 14003 clauses out of 28011 with flag 347000/2354017
1147.31/609.45	c cleaning 13993 clauses out of 28008 with flag 361000/2368017
1155.13/613.78	c cleaning 14003 clauses out of 28017 with flag 375002/2382019
1162.98/617.93	c cleaning 13994 clauses out of 28013 with flag 389001/2396018
1168.86/621.16	c cleaning 14001 clauses out of 28018 with flag 403000/2410017
1175.33/624.62	c cleaning 14002 clauses out of 28017 with flag 417000/2424017
1182.57/628.66	c cleaning 14002 clauses out of 28015 with flag 431000/2438017
1189.67/632.47	c cleaning 13999 clauses out of 28013 with flag 445000/2452017
1196.73/636.26	c cleaning 14000 clauses out of 28015 with flag 459001/2466018
1204.40/640.35	c cleaning 13995 clauses out of 28014 with flag 473000/2480017
1211.82/644.44	c cleaning 14001 clauses out of 28019 with flag 487000/2494017
1219.69/648.61	c cleaning 14004 clauses out of 28019 with flag 501001/2508018
1227.36/652.72	c cleaning 13999 clauses out of 28014 with flag 515000/2522017
1234.03/656.33	c cleaning 13998 clauses out of 28015 with flag 529000/2536017
1240.84/660.11	c cleaning 14003 clauses out of 28017 with flag 543000/2550017
1247.10/663.58	c cleaning 13998 clauses out of 28015 with flag 557001/2564018
1253.76/667.18	c cleaning 13995 clauses out of 28016 with flag 571000/2578017
1260.42/670.79	c cleaning 13996 clauses out of 28021 with flag 585000/2592017
1267.00/674.41	c cleaning 14011 clauses out of 28026 with flag 599001/2606018
1273.26/677.87	c cleaning 13995 clauses out of 28014 with flag 613000/2620017
1279.71/681.37	c cleaning 14003 clauses out of 28019 with flag 627000/2634017
1286.36/684.99	c cleaning 14003 clauses out of 28017 with flag 641001/2648018
1293.54/688.96	c cleaning 13993 clauses out of 28014 with flag 655001/2662018
1300.78/692.82	c cleaning 14002 clauses out of 28020 with flag 669000/2676017
1307.82/696.67	c cleaning 14002 clauses out of 28019 with flag 683001/2690018
1315.28/700.69	c cleaning 14005 clauses out of 28017 with flag 697001/2704018
1323.24/705.08	c cleaning 13996 clauses out of 28012 with flag 711001/2718018
1330.24/708.87	c cleaning 14000 clauses out of 28016 with flag 725001/2732018
1337.06/712.57	c cleaning 14001 clauses out of 28015 with flag 739000/2746017
1344.27/716.46	c cleaning 13994 clauses out of 28014 with flag 753000/2760017
1351.81/720.60	c cleaning 13999 clauses out of 28021 with flag 767001/2774018
1359.23/724.69	c cleaning 13996 clauses out of 28021 with flag 781000/2788017
1365.87/728.27	c cleaning 14009 clauses out of 28025 with flag 795000/2802017
1372.45/731.85	c cleaning 14000 clauses out of 28016 with flag 809000/2816017
1379.38/735.74	c cleaning 13996 clauses out of 28016 with flag 823000/2830017
1386.39/739.54	c cleaning 14003 clauses out of 28020 with flag 837000/2844017
1393.59/743.50	c cleaning 13994 clauses out of 28018 with flag 851001/2858018
1401.00/747.41	c cleaning 14000 clauses out of 28023 with flag 865000/2872017
1408.32/751.51	c cleaning 13997 clauses out of 28024 with flag 879001/2886018
1414.52/754.99	c cleaning 14003 clauses out of 28027 with flag 893001/2900018
1421.12/758.52	c cleaning 14003 clauses out of 28024 with flag 907001/2914018
1427.72/762.19	c cleaning 14004 clauses out of 28021 with flag 921001/2928018
1435.03/766.25	c cleaning 14000 clauses out of 28017 with flag 935001/2942018
1441.84/769.98	c cleaning 14003 clauses out of 28017 with flag 949001/2956018
1448.81/773.79	c cleaning 14000 clauses out of 28014 with flag 963001/2970018
1455.60/777.42	c cleaning 13999 clauses out of 28013 with flag 977000/2984017
1462.91/781.55	c cleaning 14000 clauses out of 28014 with flag 991000/2998017
1470.12/785.43	c cleaning 14000 clauses out of 28014 with flag 1005000/3012017
1476.88/789.15	c cleaning 14002 clauses out of 28014 with flag 1019000/3026017
1483.66/792.89	c cleaning 14000 clauses out of 28012 with flag 1033000/3040017
1491.15/797.07	c cleaning 13997 clauses out of 28012 with flag 1047000/3054017
1497.96/800.80	c cleaning 13997 clauses out of 28015 with flag 1061000/3068017
1505.11/804.69	c cleaning 13994 clauses out of 28018 with flag 1075000/3082017
1511.69/808.27	c cleaning 14009 clauses out of 28025 with flag 1089001/3096018
1518.38/812.06	c cleaning 14003 clauses out of 28016 with flag 1103001/3110018
1524.76/815.58	c cleaning 13995 clauses out of 28013 with flag 1117001/3124018
1531.54/819.28	c cleaning 14001 clauses out of 28018 with flag 1131001/3138018
1538.51/823.02	c cleaning 13998 clauses out of 28017 with flag 1145001/3152018
1545.60/827.07	c cleaning 14003 clauses out of 28018 with flag 1159000/3166017
1552.78/830.90	c cleaning 13996 clauses out of 28016 with flag 1173001/3180018
1559.15/834.42	c cleaning 14003 clauses out of 28019 with flag 1187000/3194017
1565.72/838.02	c cleaning 14003 clauses out of 28017 with flag 1201001/3208018
1572.80/842.06	c cleaning 14001 clauses out of 28015 with flag 1215002/3222019
1579.81/845.86	c cleaning 13997 clauses out of 28012 with flag 1229000/3236017
1586.15/849.37	c cleaning 13997 clauses out of 28016 with flag 1243001/3250018
1593.32/853.23	c cleaning 13999 clauses out of 28019 with flag 1257001/3264018
1600.19/857.18	c cleaning 13999 clauses out of 28019 with flag 1271000/3278017
1607.18/860.91	c cleaning 13996 clauses out of 28020 with flag 1285000/3292017
1614.35/864.82	c cleaning 14005 clauses out of 28025 with flag 1299001/3306018
1621.33/868.65	c cleaning 14000 clauses out of 28020 with flag 1313001/3320018
1628.80/872.80	c cleaning 14007 clauses out of 28019 with flag 1327000/3334017
1634.77/876.19	c cleaning 13995 clauses out of 28012 with flag 1341000/3348017
1641.35/879.73	c cleaning 14002 clauses out of 28017 with flag 1355000/3362017
1648.13/883.41	c cleaning 14005 clauses out of 28017 with flag 1369002/3376019
1655.40/887.54	c cleaning 13996 clauses out of 28010 with flag 1383000/3390017
1662.78/891.54	c cleaning 13996 clauses out of 28014 with flag 1397000/3404017
1670.15/895.56	c cleaning 14002 clauses out of 28019 with flag 1411001/3418018
1676.53/899.09	c cleaning 13998 clauses out of 28016 with flag 1425000/3432017
1683.40/903.01	c cleaning 14001 clauses out of 28019 with flag 1439001/3446018
1690.17/906.68	c cleaning 14003 clauses out of 28018 with flag 1453001/3460018
1696.55/910.19	c cleaning 13997 clauses out of 28014 with flag 1467000/3474017
1703.12/913.75	c cleaning 13994 clauses out of 28018 with flag 1481001/3488018
1710.00/917.66	c cleaning 14003 clauses out of 28024 with flag 1495001/3502018
1716.57/921.28	c cleaning 13998 clauses out of 28020 with flag 1509000/3516017
1722.93/924.74	c cleaning 14008 clauses out of 28022 with flag 1523000/3530017
1730.69/928.99	c cleaning 13999 clauses out of 28015 with flag 1537001/3544018
1738.15/933.19	c cleaning 13999 clauses out of 28016 with flag 1551001/3558018
1745.75/937.22	c cleaning 14003 clauses out of 28016 with flag 1565000/3572017
1753.08/941.29	c cleaning 13998 clauses out of 28013 with flag 1579000/3586017
1761.05/945.55	c cleaning 14000 clauses out of 28015 with flag 1593000/3600017
1769.11/950.02	c cleaning 13997 clauses out of 28016 with flag 1607001/3614018
1776.87/954.27	c cleaning 14001 clauses out of 28019 with flag 1621001/3628018
1784.23/958.21	c cleaning 14001 clauses out of 28018 with flag 1635001/3642018
1791.78/962.31	c cleaning 14000 clauses out of 28016 with flag 1649000/3656017
1799.03/966.45	c cleaning 13994 clauses out of 28016 with flag 1663000/3670017
1800.02/967.22	c starts		: 37
1800.02/967.22	c conflicts		: 7987
1800.02/967.22	c decisions		: 52102
1800.02/967.22	c propagations		: 2636610
1800.02/967.22	c inspects		: 333744104
1800.02/967.22	c shortcuts		: 0
1800.02/967.22	c learnt literals	: 0
1800.02/967.22	c learnt binary clauses	: 0
1800.02/967.22	c learnt ternary clauses	: 0
1800.02/967.22	c learnt constraints	: 7982
1800.02/967.22	c ignored constraints	: 0
1800.02/967.22	c root simplifications	: 0
1800.02/967.22	c removed literals (reason simplification)	: 0
1800.02/967.22	c reason swapping (by a shorter reason)	: 0
1800.02/967.22	c Calls to reduceDB	: 1
1800.02/967.22	c number of reductions to clauses (during analyze)	: 0
1800.02/967.22	c number of learned constraints concerned by reduction	: 0
1800.02/967.22	c number of learning phase by resolution	: 0
1800.02/967.22	c number of learning phase by cutting planes	: 0
1800.02/967.22	c speed (assignments/second)	: 5854.501771931538
1800.02/967.22	c non guided choices	0
1800.02/967.23	c learnt constraints type 
1800.02/967.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 175
1800.02/967.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7807
1800.02/967.23	c constraints type 
1800.02/967.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6816
1800.02/967.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/967.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6316
1800.02/967.23	c constraints type 
1800.02/967.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6816
1800.02/967.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.02/967.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6316
1800.02/967.23	s SATISFIABLE
1800.02/967.23	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.02/967.23	c objective function=75
1800.02/967.23	c Total wall clock time (in seconds): 967.121

Verifier Data

OK	75

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

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

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


[startup+0 s]
/proc/loadavg: 1.87 2.29 2.96 3/458 13592
/proc/meminfo: memFree=24504704/32951124 swapFree=50923800/67111528
[pid=13592] ppid=13590 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/13592/stat : 13592 (java) S 13590 13592 9722 0 -1 4202496 4252 0 1 0 0 0 0 0 25 0 2 0 811881819 10694979584 3955 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/13592/statm: 2611079 3967 917 9 0 2602235 0
[pid=13592/tid=13593] ppid=13590 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13593/stat : 13593 (java) R 13590 13592 9722 0 -1 4202560 5693 0 1 0 0 0 0 0 25 0 2 0 811881819 10694979584 6509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270338077755 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.073278 s]
/proc/loadavg: 1.87 2.29 2.96 3/458 13592
/proc/meminfo: memFree=24504704/32951124 swapFree=50923800/67111528
[pid=13592] ppid=13590 vsize=10473088 CPUtime=0.07 cores=1,3,5,7
/proc/13592/stat : 13592 (java) S 13590 13592 9722 0 -1 4202496 11936 0 1 0 5 2 0 0 25 0 18 0 811881819 10724442112 11633 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13592/statm: 2618272 11635 1754 9 0 2609006 0
[pid=13592/tid=13593] ppid=13590 vsize=10473088 CPUtime=0.05 cores=1,3,5,7
/proc/13592/task/13593/stat : 13593 (java) R 13590 13592 9722 0 -1 4202560 10764 0 1 0 4 1 0 0 25 0 18 0 811881819 10724442112 11636 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 46917199094531 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10473088

[startup+0.100257 s]
/proc/loadavg: 1.87 2.29 2.96 3/458 13592
/proc/meminfo: memFree=24504704/32951124 swapFree=50923800/67111528
[pid=13592] ppid=13590 vsize=10540408 CPUtime=0.1 cores=1,3,5,7
/proc/13592/stat : 13592 (java) S 13590 13592 9722 0 -1 4202496 13112 0 1 0 8 2 0 0 25 0 18 0 811881819 10793377792 12809 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13592/statm: 2635102 12810 2092 9 0 2625836 0
[pid=13592/tid=13593] ppid=13590 vsize=10540408 CPUtime=0.08 cores=1,3,5,7
/proc/13592/task/13593/stat : 13593 (java) R 13590 13592 9722 0 -1 4202560 11197 0 1 0 7 1 0 0 18 0 18 0 811881819 10793377792 12810 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 46917203589971 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540408

[startup+0.300185 s]
/proc/loadavg: 1.87 2.29 2.96 3/458 13592
/proc/meminfo: memFree=24504704/32951124 swapFree=50923800/67111528
[pid=13592] ppid=13590 vsize=10541864 CPUtime=0.46 cores=1,3,5,7
/proc/13592/stat : 13592 (java) S 13590 13592 9722 0 -1 4202496 15592 0 1 0 43 3 0 0 25 0 18 0 811881819 10794868736 15032 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13592/statm: 2635466 15033 2208 9 0 2626200 0
[pid=13592/tid=13593] ppid=13590 vsize=10541864 CPUtime=0.29 cores=1,3,5,7
/proc/13592/task/13593/stat : 13593 (java) R 13590 13592 9722 0 -1 4202560 12863 0 1 0 27 2 0 0 18 0 18 0 811881819 10794868736 15033 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541864

[startup+0.701107 s]
/proc/loadavg: 1.87 2.29 2.96 3/458 13592
/proc/meminfo: memFree=24504704/32951124 swapFree=50923800/67111528
[pid=13592] ppid=13590 vsize=10560992 CPUtime=1.72 cores=1,3,5,7
/proc/13592/stat : 13592 (java) S 13590 13592 9722 0 -1 4202496 34105 0 1 0 166 6 0 0 25 0 20 0 811881819 10814455808 29382 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13592/statm: 2640248 29382 2231 9 0 2630982 0
[pid=13592/tid=13593] ppid=13590 vsize=10560992 CPUtime=0.54 cores=1,3,5,7
/proc/13592/task/13593/stat : 13593 (java) S 13590 13592 9722 0 -1 4202560 17076 0 1 0 51 3 0 0 19 0 20 0 811881819 10814455808 29382 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 10560992

[startup+1.50101 s]
/proc/loadavg: 1.87 2.29 2.96 5/477 13614
/proc/meminfo: memFree=24183960/32951124 swapFree=50923800/67111528
[pid=13592] ppid=13590 vsize=10563660 CPUtime=2.45 cores=1,3,5,7
/proc/13592/stat : 13592 (java) S 13590 13592 9722 0 -1 4202496 36238 0 1 0 239 6 0 0 25 0 19 0 811881819 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13592/statm: 2640915 30240 2239 9 0 2631649 0
[pid=13592/tid=13593] ppid=13590 vsize=10563660 CPUtime=0.55 cores=1,3,5,7
/proc/13592/task/13593/stat : 13593 (java) S 13590 13592 9722 0 -1 4202560 17167 0 1 0 52 3 0 0 17 0 19 0 811881819 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13595] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13595/stat : 13595 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811881821 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13596] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13596/stat : 13596 (java) S 13590 13592 9722 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 811881821 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13597] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13597/stat : 13597 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811881821 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13598] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13598/stat : 13598 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811881821 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13599] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13599/stat : 13599 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811881821 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13600] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13600/stat : 13600 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811881821 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13601] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13601/stat : 13601 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811881821 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13602] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13602/stat : 13602 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811881821 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13603] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13603/stat : 13603 (java) S 13590 13592 9722 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 811881822 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 0 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13604] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13604/stat : 13604 (java) S 13590 13592 9722 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 811881822 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13605] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13605/stat : 13605 (java) S 13590 13592 9722 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 811881822 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13606] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13606/stat : 13606 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811881825 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350207409 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13607] ppid=13590 vsize=10563660 CPUtime=0.81 cores=1,3,5,7
/proc/13592/task/13607/stat : 13607 (java) S 13590 13592 9722 0 -1 4202560 7590 0 0 0 80 1 0 0 18 0 19 0 811881825 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13608] ppid=13590 vsize=10563660 CPUtime=0.76 cores=1,3,5,7
/proc/13592/task/13608/stat : 13608 (java) S 13590 13592 9722 0 -1 4202560 9167 0 0 0 75 1 0 0 25 0 19 0 811881825 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13609] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13609/stat : 13609 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811881825 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13610] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13610/stat : 13610 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 811881825 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13613] ppid=13590 vsize=10563660 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13613/stat : 13613 (java) S 13590 13592 9722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 811881877 10817187840 30240 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 10563660

[startup+3.10569 s]
/proc/loadavg: 1.87 2.29 2.96 5/480 13623
/proc/meminfo: memFree=24037864/32951124 swapFree=50923800/67111528
[pid=13592] ppid=13590 vsize=10572560 CPUtime=3.74 cores=1,3,5,7
/proc/13592/stat : 13592 (java) S 13590 13592 9722 0 -1 4202496 47129 0 1 0 366 8 0 0 25 0 22 0 811881819 10826301440 39471 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13592/statm: 2643140 39473 2243 9 0 2633874 0
[pid=13592/tid=13593] ppid=13590 vsize=10572560 CPUtime=0.56 cores=1,3,5,7
/proc/13592/task/13593/stat : 13593 (java) S 13590 13592 9722 0 -1 4202560 17436 0 1 0 53 3 0 0 17 0 22 0 811881819 10826301440 39474 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13595] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13595/stat : 13595 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881821 10826301440 39475 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13596] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13596/stat : 13596 (java) S 13590 13592 9722 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811881821 10826301440 39475 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13597] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13597/stat : 13597 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881821 10826301440 39476 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13598] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13598/stat : 13598 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881821 10826301440 39477 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13599] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13599/stat : 13599 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881821 10826301440 39478 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13600] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13600/stat : 13600 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881821 10826301440 39479 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13601] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13601/stat : 13601 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881821 10826301440 39480 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13602] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13602/stat : 13602 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881821 10826301440 39481 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13603] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13603/stat : 13603 (java) S 13590 13592 9722 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 811881822 10826301440 39481 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 0 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13604] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13604/stat : 13604 (java) S 13590 13592 9722 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811881822 10826301440 39482 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13605] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13605/stat : 13605 (java) S 13590 13592 9722 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811881822 10826301440 39483 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13606] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13606/stat : 13606 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881825 10826301440 39484 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350207409 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13607] ppid=13590 vsize=10572560 CPUtime=1.27 cores=1,3,5,7
/proc/13592/task/13607/stat : 13607 (java) S 13590 13592 9722 0 -1 4202560 11090 0 0 0 126 1 0 0 15 0 22 0 811881825 10826301440 39485 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13608] ppid=13590 vsize=10572560 CPUtime=1.11 cores=1,3,5,7
/proc/13592/task/13608/stat : 13608 (java) R 13590 13592 9722 0 -1 4202560 9649 0 0 0 110 1 0 0 15 0 22 0 811881825 10826301440 39486 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270338076368 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13592/tid=13609] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13609/stat : 13609 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881825 10826301440 39487 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13610] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13610/stat : 13610 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811881825 10826301440 39487 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13613] ppid=13590 vsize=10572560 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13613/stat : 13613 (java) S 13590 13592 9722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811881877 10826301440 39488 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 10572560

[startup+6.301 s]
/proc/loadavg: 2.20 2.35 2.98 4/480 13638
/proc/meminfo: memFree=23481208/32951124 swapFree=50923800/67111528
[pid=13592] ppid=13590 vsize=10567956 CPUtime=8.61 cores=1,3,5,7
/proc/13592/stat : 13592 (java) S 13590 13592 9722 0 -1 4202496 232113 0 1 0 834 27 0 0 25 0 22 0 811881819 10821586944 223404 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13592/statm: 2641989 223407 2270 9 0 2632723 0
[pid=13592/tid=13593] ppid=13590 vsize=10567956 CPUtime=0.57 cores=1,3,5,7
/proc/13592/task/13593/stat : 13593 (java) S 13590 13592 9722 0 -1 4202560 17636 0 1 0 54 3 0 0 15 0 22 0 811881819 10821586944 223409 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13595] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13595/stat : 13595 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811881821 10821586944 223410 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13596] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13596/stat : 13596 (java) S 13590 13592 9722 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 811881821 10821586944 223412 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13597] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13597/stat : 13597 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811881821 10821586944 223414 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13598] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13598/stat : 13598 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811881821 10821586944 223415 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13599] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13599/stat : 13599 (java) S 13590 13592 9722 0 -1 4202560 793 0 0 0 0 0 0 0 18 0 22 0 811881821 10821586944 223417 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13600] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13600/stat : 13600 (java) S 13590 13592 9722 0 -1 4202560 646 0 0 0 0 0 0 0 18 0 22 0 811881821 10821586944 223418 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13601] ppid=13590 vsize=10567956 CPUtime=0.01 cores=1,3,5,7
/proc/13592/task/13601/stat : 13601 (java) S 13590 13592 9722 0 -1 4202560 1123 0 0 0 1 0 0 0 18 0 22 0 811881821 10821586944 223420 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
[pid=13592/tid=13602] ppid=13590 vsize=10567956 CPUtime=0.01 cores=1,3,5,7
/proc/13592/task/13602/stat : 13602 (java) S 13590 13592 9722 0 -1 4202560 1059 0 0 0 1 0 0 0 18 0 22 0 811881821 10821586944 223422 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
[pid=13592/tid=13603] ppid=13590 vsize=10567956 CPUtime=0.05 cores=1,3,5,7
/proc/13592/task/13603/stat : 13603 (java) S 13590 13592 9722 0 -1 4202560 4135 0 0 0 5 0 0 0 16 0 22 0 811881822 10821586944 223424 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 0 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13604] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13604/stat : 13604 (java) S 13590 13592 9722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811881822 10821586944 223426 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13605] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13605/stat : 13605 (java) S 13590 13592 9722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811881822 10821586944 223427 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13606] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13606/stat : 13606 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881825 10821586944 223428 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350207409 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13607] ppid=13590 vsize=10567956 CPUtime=1.5 cores=1,3,5,7
/proc/13592/task/13607/stat : 13607 (java) S 13590 13592 9722 0 -1 4202560 11118 0 0 0 149 1 0 0 16 0 22 0 811881825 10821586944 223430 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13608] ppid=13590 vsize=10567956 CPUtime=1.3 cores=1,3,5,7
/proc/13592/task/13608/stat : 13608 (java) S 13590 13592 9722 0 -1 4202560 9664 0 0 0 129 1 0 0 15 0 22 0 811881825 10821586944 223431 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0

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

[pid=13592/tid=13653] ppid=13590 vsize=10567956 CPUtime=251.23 cores=1,3,5,7
/proc/13592/task/13653/stat : 13653 (java) R 13590 13592 9722 0 -1 4202560 0 0 0 0 25123 0 0 0 25 0 22 0 811933506 10821586944 463173 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 46912506239576 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13592/tid=13654] ppid=13590 vsize=10567956 CPUtime=251.24 cores=1,3,5,7
/proc/13592/task/13654/stat : 13654 (java) R 13590 13592 9722 0 -1 4202560 0 0 0 0 25124 0 0 0 25 0 22 0 811933506 10821586944 463173 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 46912506157298 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13592/tid=13655] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13655/stat : 13655 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 811933506 10821586944 463173 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1537.11
Current children cumulated vsize (KiB) 10567956

[startup+882.301 s]
/proc/loadavg: 3.75 3.82 3.52 7/480 13665
/proc/meminfo: memFree=22123796/32951124 swapFree=50923800/67111528
[pid=13592] ppid=13590 vsize=10567956 CPUtime=1645.93 cores=1,3,5,7
/proc/13592/stat : 13592 (java) S 13590 13592 9722 0 -1 4202496 473076 0 1 0 164533 60 0 0 25 0 22 0 811881819 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13592/statm: 2641989 464005 2271 9 0 2632723 0
[pid=13592/tid=13593] ppid=13590 vsize=10567956 CPUtime=0.57 cores=1,3,5,7
/proc/13592/task/13593/stat : 13593 (java) S 13590 13592 9722 0 -1 4202560 17767 0 1 0 54 3 0 0 15 0 22 0 811881819 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13595] ppid=13590 vsize=10567956 CPUtime=1.2 cores=1,3,5,7
/proc/13592/task/13595/stat : 13595 (java) S 13590 13592 9722 0 -1 4202560 378 0 0 0 120 0 0 0 16 0 22 0 811881821 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13596] ppid=13590 vsize=10567956 CPUtime=1.14 cores=1,3,5,7
/proc/13592/task/13596/stat : 13596 (java) S 13590 13592 9722 0 -1 4202560 506 0 0 0 114 0 0 0 16 0 22 0 811881821 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13597] ppid=13590 vsize=10567956 CPUtime=1.25 cores=1,3,5,7
/proc/13592/task/13597/stat : 13597 (java) S 13590 13592 9722 0 -1 4202560 407 0 0 0 125 0 0 0 15 0 22 0 811881821 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13598] ppid=13590 vsize=10567956 CPUtime=1.23 cores=1,3,5,7
/proc/13592/task/13598/stat : 13598 (java) S 13590 13592 9722 0 -1 4202560 295 0 0 0 123 0 0 0 15 0 22 0 811881821 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13599] ppid=13590 vsize=10567956 CPUtime=1.27 cores=1,3,5,7
/proc/13592/task/13599/stat : 13599 (java) S 13590 13592 9722 0 -1 4202560 931 0 0 0 127 0 0 0 16 0 22 0 811881821 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13600] ppid=13590 vsize=10567956 CPUtime=1.24 cores=1,3,5,7
/proc/13592/task/13600/stat : 13600 (java) S 13590 13592 9722 0 -1 4202560 1119 0 0 0 124 0 0 0 16 0 22 0 811881821 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13601] ppid=13590 vsize=10567956 CPUtime=1.35 cores=1,3,5,7
/proc/13592/task/13601/stat : 13601 (java) S 13590 13592 9722 0 -1 4202560 1657 0 0 0 135 0 0 0 16 0 22 0 811881821 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13602] ppid=13590 vsize=10567956 CPUtime=1.08 cores=1,3,5,7
/proc/13592/task/13602/stat : 13602 (java) S 13590 13592 9722 0 -1 4202560 1916 0 0 0 108 0 0 0 16 0 22 0 811881821 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13603] ppid=13590 vsize=10567956 CPUtime=118.91 cores=1,3,5,7
/proc/13592/task/13603/stat : 13603 (java) S 13590 13592 9722 0 -1 4202560 94773 0 0 0 11878 13 0 0 15 0 22 0 811881822 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 0 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
[pid=13592/tid=13604] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13604/stat : 13604 (java) S 13590 13592 9722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811881822 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13605] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13605/stat : 13605 (java) S 13590 13592 9722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811881822 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13606] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13606/stat : 13606 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881825 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350207409 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13607] ppid=13590 vsize=10567956 CPUtime=2.2 cores=1,3,5,7
/proc/13592/task/13607/stat : 13607 (java) S 13590 13592 9722 0 -1 4202560 11174 0 0 0 219 1 0 0 15 0 22 0 811881825 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13608] ppid=13590 vsize=10567956 CPUtime=1.41 cores=1,3,5,7
/proc/13592/task/13608/stat : 13608 (java) S 13590 13592 9722 0 -1 4202560 9666 0 0 0 140 1 0 0 16 0 22 0 811881825 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13609] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13609/stat : 13609 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881825 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13610] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13610/stat : 13610 (java) S 13590 13592 9722 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 811881825 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13638] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13638/stat : 13638 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811882331 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
[pid=13592/tid=13653] ppid=13590 vsize=10567956 CPUtime=299.42 cores=1,3,5,7
/proc/13592/task/13653/stat : 13653 (java) R 13590 13592 9722 0 -1 4202560 0 0 0 0 29942 0 0 0 24 0 22 0 811933506 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 46912506066343 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13592/tid=13654] ppid=13590 vsize=10567956 CPUtime=299.43 cores=1,3,5,7
/proc/13592/task/13654/stat : 13654 (java) R 13590 13592 9722 0 -1 4202560 0 0 0 0 29943 0 0 0 23 0 22 0 811933506 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 46912506232122 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13592/tid=13655] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13655/stat : 13655 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 811933506 10821586944 464005 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1645.93
Current children cumulated vsize (KiB) 10567956

[startup+942.301 s]
/proc/loadavg: 3.75 3.80 3.54 2/457 13669
/proc/meminfo: memFree=22805880/32951124 swapFree=50923800/67111528
[pid=13592] ppid=13590 vsize=10567956 CPUtime=1754.65 cores=1,3,5,7
/proc/13592/stat : 13592 (java) S 13590 13592 9722 0 -1 4202496 474181 0 1 0 175404 61 0 0 25 0 22 0 811881819 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13592/statm: 2641989 465090 2271 9 0 2632723 0
[pid=13592/tid=13593] ppid=13590 vsize=10567956 CPUtime=0.57 cores=1,3,5,7
/proc/13592/task/13593/stat : 13593 (java) S 13590 13592 9722 0 -1 4202560 17783 0 1 0 54 3 0 0 15 0 22 0 811881819 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13595] ppid=13590 vsize=10567956 CPUtime=1.33 cores=1,3,5,7
/proc/13592/task/13595/stat : 13595 (java) S 13590 13592 9722 0 -1 4202560 394 0 0 0 133 0 0 0 16 0 22 0 811881821 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13596] ppid=13590 vsize=10567956 CPUtime=1.27 cores=1,3,5,7
/proc/13592/task/13596/stat : 13596 (java) S 13590 13592 9722 0 -1 4202560 513 0 0 0 127 0 0 0 15 0 22 0 811881821 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13597] ppid=13590 vsize=10567956 CPUtime=1.33 cores=1,3,5,7
/proc/13592/task/13597/stat : 13597 (java) S 13590 13592 9722 0 -1 4202560 418 0 0 0 133 0 0 0 16 0 22 0 811881821 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13598] ppid=13590 vsize=10567956 CPUtime=1.35 cores=1,3,5,7
/proc/13592/task/13598/stat : 13598 (java) S 13590 13592 9722 0 -1 4202560 299 0 0 0 135 0 0 0 15 0 22 0 811881821 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13599] ppid=13590 vsize=10567956 CPUtime=1.38 cores=1,3,5,7
/proc/13592/task/13599/stat : 13599 (java) S 13590 13592 9722 0 -1 4202560 931 0 0 0 138 0 0 0 16 0 22 0 811881821 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13600] ppid=13590 vsize=10567956 CPUtime=1.34 cores=1,3,5,7
/proc/13592/task/13600/stat : 13600 (java) S 13590 13592 9722 0 -1 4202560 1120 0 0 0 134 0 0 0 16 0 22 0 811881821 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13601] ppid=13590 vsize=10567956 CPUtime=1.42 cores=1,3,5,7
/proc/13592/task/13601/stat : 13601 (java) S 13590 13592 9722 0 -1 4202560 1663 0 0 0 142 0 0 0 15 0 22 0 811881821 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13602] ppid=13590 vsize=10567956 CPUtime=1.25 cores=1,3,5,7
/proc/13592/task/13602/stat : 13602 (java) S 13590 13592 9722 0 -1 4202560 1930 0 0 0 125 0 0 0 15 0 22 0 811881821 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13603] ppid=13590 vsize=10567956 CPUtime=130.57 cores=1,3,5,7
/proc/13592/task/13603/stat : 13603 (java) S 13590 13592 9722 0 -1 4202560 95801 0 0 0 13044 13 0 0 16 0 22 0 811881822 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 0 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
[pid=13592/tid=13604] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13604/stat : 13604 (java) S 13590 13592 9722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811881822 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13605] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13605/stat : 13605 (java) S 13590 13592 9722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811881822 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13606] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13606/stat : 13606 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881825 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350207409 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13607] ppid=13590 vsize=10567956 CPUtime=2.2 cores=1,3,5,7
/proc/13592/task/13607/stat : 13607 (java) S 13590 13592 9722 0 -1 4202560 11174 0 0 0 219 1 0 0 15 0 22 0 811881825 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13608] ppid=13590 vsize=10567956 CPUtime=1.41 cores=1,3,5,7
/proc/13592/task/13608/stat : 13608 (java) S 13590 13592 9722 0 -1 4202560 9666 0 0 0 140 1 0 0 16 0 22 0 811881825 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13609] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13609/stat : 13609 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881825 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13610] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13610/stat : 13610 (java) S 13590 13592 9722 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 811881825 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13638] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13638/stat : 13638 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811882331 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
[pid=13592/tid=13653] ppid=13590 vsize=10567956 CPUtime=347.48 cores=1,3,5,7
/proc/13592/task/13653/stat : 13653 (java) R 13590 13592 9722 0 -1 4202560 0 0 0 0 34748 0 0 0 19 0 22 0 811933506 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 46912506258122 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13592/tid=13654] ppid=13590 vsize=10567956 CPUtime=347.49 cores=1,3,5,7
/proc/13592/task/13654/stat : 13654 (java) R 13590 13592 9722 0 -1 4202560 0 0 0 0 34749 0 0 0 19 0 22 0 811933506 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 46912506148028 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13592/tid=13655] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13655/stat : 13655 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 811933506 10821586944 465090 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1754.65
Current children cumulated vsize (KiB) 10567956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+967.201 s]
/proc/loadavg: 3.08 3.64 3.49 3/453 13687
/proc/meminfo: memFree=22807684/32951124 swapFree=50923800/67111528
[pid=13592] ppid=13590 vsize=10567956 CPUtime=1800.02 cores=1,3,5,7
/proc/13592/stat : 13592 (java) S 13590 13592 9722 0 -1 4202496 474610 0 1 0 179941 61 0 0 25 0 22 0 811881819 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13592/statm: 2641989 465509 2271 9 0 2632723 0
[pid=13592/tid=13593] ppid=13590 vsize=10567956 CPUtime=0.57 cores=1,3,5,7
/proc/13592/task/13593/stat : 13593 (java) S 13590 13592 9722 0 -1 4202560 17789 0 1 0 54 3 0 0 15 0 22 0 811881819 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13595] ppid=13590 vsize=10567956 CPUtime=1.36 cores=1,3,5,7
/proc/13592/task/13595/stat : 13595 (java) S 13590 13592 9722 0 -1 4202560 399 0 0 0 136 0 0 0 15 0 22 0 811881821 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13596] ppid=13590 vsize=10567956 CPUtime=1.3 cores=1,3,5,7
/proc/13592/task/13596/stat : 13596 (java) S 13590 13592 9722 0 -1 4202560 513 0 0 0 130 0 0 0 16 0 22 0 811881821 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13597] ppid=13590 vsize=10567956 CPUtime=1.38 cores=1,3,5,7
/proc/13592/task/13597/stat : 13597 (java) S 13590 13592 9722 0 -1 4202560 418 0 0 0 138 0 0 0 16 0 22 0 811881821 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13598] ppid=13590 vsize=10567956 CPUtime=1.39 cores=1,3,5,7
/proc/13592/task/13598/stat : 13598 (java) S 13590 13592 9722 0 -1 4202560 299 0 0 0 139 0 0 0 15 0 22 0 811881821 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13599] ppid=13590 vsize=10567956 CPUtime=1.42 cores=1,3,5,7
/proc/13592/task/13599/stat : 13599 (java) S 13590 13592 9722 0 -1 4202560 931 0 0 0 142 0 0 0 16 0 22 0 811881821 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13600] ppid=13590 vsize=10567956 CPUtime=1.36 cores=1,3,5,7
/proc/13592/task/13600/stat : 13600 (java) S 13590 13592 9722 0 -1 4202560 1122 0 0 0 136 0 0 0 15 0 22 0 811881821 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13601] ppid=13590 vsize=10567956 CPUtime=1.47 cores=1,3,5,7
/proc/13592/task/13601/stat : 13601 (java) S 13590 13592 9722 0 -1 4202560 1668 0 0 0 147 0 0 0 15 0 22 0 811881821 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13602] ppid=13590 vsize=10567956 CPUtime=1.31 cores=1,3,5,7
/proc/13592/task/13602/stat : 13602 (java) S 13590 13592 9722 0 -1 4202560 1938 0 0 0 131 0 0 0 16 0 22 0 811881821 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13603] ppid=13590 vsize=10567956 CPUtime=135.13 cores=1,3,5,7
/proc/13592/task/13603/stat : 13603 (java) S 13590 13592 9722 0 -1 4202560 96203 0 0 0 13500 13 0 0 16 0 22 0 811881822 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 0 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
[pid=13592/tid=13604] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13604/stat : 13604 (java) S 13590 13592 9722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811881822 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13605] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13605/stat : 13605 (java) S 13590 13592 9722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811881822 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13606] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13606/stat : 13606 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881825 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350207409 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13607] ppid=13590 vsize=10567956 CPUtime=2.2 cores=1,3,5,7
/proc/13592/task/13607/stat : 13607 (java) S 13590 13592 9722 0 -1 4202560 11174 0 0 0 219 1 0 0 15 0 22 0 811881825 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 7 0 0 0
[pid=13592/tid=13608] ppid=13590 vsize=10567956 CPUtime=1.41 cores=1,3,5,7
/proc/13592/task/13608/stat : 13608 (java) S 13590 13592 9722 0 -1 4202560 9666 0 0 0 140 1 0 0 16 0 22 0 811881825 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13609] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13609/stat : 13609 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811881825 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350199705 0 4 0 16800975 18446604454225333056 0 0 -1 3 0 0 0
[pid=13592/tid=13610] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13610/stat : 13610 (java) S 13590 13592 9722 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 811881825 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 5 0 0 0
[pid=13592/tid=13638] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13638/stat : 13638 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811882331 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
[pid=13592/tid=13653] ppid=13590 vsize=10567956 CPUtime=367.73 cores=1,3,5,7
/proc/13592/task/13653/stat : 13653 (java) R 13590 13592 9722 0 -1 4202560 0 0 0 0 36773 0 0 0 19 0 22 0 811933506 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 46912506239576 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13592/tid=13654] ppid=13590 vsize=10567956 CPUtime=367.75 cores=1,3,5,7
/proc/13592/task/13654/stat : 13654 (java) R 13590 13592 9722 0 -1 4202560 0 0 0 0 36775 0 0 0 19 0 22 0 811933506 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 46912506310999 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13592/tid=13655] ppid=13590 vsize=10567956 CPUtime=0 cores=1,3,5,7
/proc/13592/task/13655/stat : 13655 (java) S 13590 13592 9722 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 811933506 10821586944 465509 33554432000 1073741824 1073778376 140733709805024 18446744073709551615 270350200320 0 4 0 16800975 18446604454225333056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 10567956

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): 967.304
CPU time (s): 1800.15
CPU user time (s): 1799.46
CPU system time (s): 0.687895
CPU usage (%): 186.1
Max. virtual memory (cumulated for all children) (KiB): 10572560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.687895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474638
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= 29819
involuntary context switches= 16041

runsolver used 4.22736 second user time and 9.91349 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-04 15:37:42
IDJOB=3453953
IDBENCH=48157
IDSOLVER=1950
FILE ID=node143/3453953-1307194662
RUNJOBID= node143-1307194660-13491
PBS_JOBID= 13508843
Free space on /tmp= 73976 MiB

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

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

MD5SUM BENCH= 31a0e10ee8ac2049545ec8eab33f6948
RANDOM SEED=593870229

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24505348 kB
Buffers:        318396 kB
Cached:         473880 kB
SwapCached:       9140 kB
Active:        7679760 kB
Inactive:       483840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24505348 kB
SwapTotal:    67111528 kB
SwapFree:     50923800 kB
Dirty:             836 kB
Writeback:           0 kB
AnonPages:     7369388 kB
Mapped:          29544 kB
Slab:           133256 kB
PageTables:      80080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126040352 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= 73976 MiB
End job on node143 at 2011-06-04 15:53:51