Trace number 3454682

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)-5 1800.21 916.534

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=40-sizeP=21-sizeQ=40-289612555-max.opb
MD5SUM2533454829254b6bcc39aa8d9b25219b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-11
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -18535
Optimality of the best value was proved NO
Number of variables901
Total number of constraints2521
Number of constraints which are clauses2520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint840
Number of terms in the objective function 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 576460752303423488
Number of bits of the biggest number in a constraint 60
Biggest sum of numbers in a constraint 2305842614989581580
Number of bits of the biggest sum of numbers61
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454682-1307193136.opb
0.11/0.11	c reading problem ... 
0.49/0.31	c ... done. Wall clock time 0.206s.
0.49/0.31	c #vars     901
0.49/0.31	c #constraints  2732
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 840
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1680
0.49/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1680
0.49/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 840
0.49/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.91/2.42	c cleaning 2500 clauses out of 5000 with flag 5000/5000
10.80/4.84	c cleaning 4247 clauses out of 8501 with flag 11001/11001
16.81/7.89	c cleaning 5627 clauses out of 11253 with flag 18000/18000
23.82/11.39	c cleaning 6813 clauses out of 13629 with flag 26003/26003
31.62/15.31	c cleaning 7897 clauses out of 15814 with flag 35001/35001
40.04/19.48	c cleaning 8951 clauses out of 17916 with flag 45000/45000
49.04/23.97	c cleaning 9480 clauses out of 18968 with flag 55003/55003
58.23/28.57	c cleaning 9739 clauses out of 19485 with flag 65000/65000
66.97/32.93	c cleaning 9871 clauses out of 19747 with flag 75001/75001
76.10/37.58	c cleaning 9935 clauses out of 19875 with flag 85000/85000
84.05/41.52	c cleaning 9964 clauses out of 19940 with flag 95000/95000
91.40/45.26	c cleaning 9984 clauses out of 19978 with flag 105002/105002
100.32/49.75	c cleaning 9992 clauses out of 19994 with flag 115002/115002
109.87/54.50	c cleaning 9998 clauses out of 20001 with flag 125001/125001
118.81/59.06	c cleaning 9998 clauses out of 20003 with flag 135001/135001
127.75/63.55	c cleaning 10000 clauses out of 20006 with flag 145002/145002
135.46/67.45	c cleaning 9998 clauses out of 20006 with flag 155002/155002
142.60/71.03	c cleaning 10000 clauses out of 20007 with flag 165001/165001
149.96/74.77	c cleaning 9996 clauses out of 20006 with flag 175000/175000
157.88/78.73	c cleaning 9997 clauses out of 20010 with flag 185000/185000
167.41/83.54	c cleaning 10006 clauses out of 20016 with flag 195003/195003
176.51/88.16	c cleaning 10001 clauses out of 20009 with flag 205002/205002
184.44/92.18	c cleaning 10002 clauses out of 20008 with flag 215002/215002
192.56/96.28	c cleaning 9996 clauses out of 20005 with flag 225001/225001
201.25/100.68	c cleaning 9991 clauses out of 20008 with flag 235000/235000
209.57/104.83	c cleaning 10003 clauses out of 20018 with flag 245001/245001
218.29/109.25	c cleaning 10001 clauses out of 20015 with flag 255001/255001
226.61/113.47	c cleaning 9999 clauses out of 20015 with flag 265002/265002
234.92/117.71	c cleaning 9996 clauses out of 20016 with flag 275002/275002
236.61/118.56	c  And the winner is Resolution
236.85/118.73	c SATISFIABLE
236.85/118.73	c OPTIMIZING...
236.85/118.73	c Got one! Elapsed wall clock time (in seconds):118.619
236.85/118.73	o -5
239.39/120.04	c cleaning 7919 clauses out of 15846 with flag 3000/280828
244.50/122.67	c cleaning 6957 clauses out of 13928 with flag 9001/286829
249.62/125.25	c cleaning 6981 clauses out of 13970 with flag 16000/293828
256.10/128.53	c cleaning 7487 clauses out of 14988 with flag 24000/301828
263.66/132.39	c cleaning 8244 clauses out of 16502 with flag 33001/310829
272.96/137.02	c cleaning 9128 clauses out of 18259 with flag 43002/320830
282.07/141.66	c cleaning 9561 clauses out of 19128 with flag 53000/330828
290.93/146.19	c cleaning 9780 clauses out of 19567 with flag 63000/340828
300.24/150.82	c cleaning 9884 clauses out of 19787 with flag 73000/350828
308.77/155.14	c cleaning 9952 clauses out of 19905 with flag 83002/360830
322.05/161.89	c cleaning 9970 clauses out of 19951 with flag 93000/370828
333.31/167.57	c cleaning 9986 clauses out of 19980 with flag 103000/380828
345.20/173.58	c cleaning 9993 clauses out of 19995 with flag 113001/390829
357.91/179.91	c cleaning 9997 clauses out of 20002 with flag 123001/400829
369.64/185.83	c cleaning 9997 clauses out of 20005 with flag 133001/410829
379.66/190.94	c cleaning 9999 clauses out of 20007 with flag 143000/420828
388.55/195.41	c cleaning 9997 clauses out of 20008 with flag 153000/430828
397.45/199.93	c cleaning 10004 clauses out of 20014 with flag 163003/440831
404.75/203.67	c cleaning 9999 clauses out of 20006 with flag 173000/450828
413.02/207.88	c cleaning 9996 clauses out of 20007 with flag 183000/460828
421.48/212.13	c cleaning 9997 clauses out of 20011 with flag 193000/470828
430.16/216.55	c cleaning 9999 clauses out of 20016 with flag 203002/480830
441.28/222.19	c cleaning 9999 clauses out of 20015 with flag 213001/490829
450.49/226.84	c cleaning 10005 clauses out of 20016 with flag 223001/500829
459.60/231.46	c cleaning 10004 clauses out of 20016 with flag 233006/510834
467.68/235.52	c cleaning 9998 clauses out of 20007 with flag 243001/520829
477.75/240.68	c cleaning 9995 clauses out of 20009 with flag 253001/530829
486.38/245.07	c cleaning 10000 clauses out of 20013 with flag 263000/540828
494.26/249.07	c cleaning 10003 clauses out of 20014 with flag 273001/550829
501.98/253.00	c cleaning 9999 clauses out of 20013 with flag 283003/560831
510.66/257.36	c cleaning 9997 clauses out of 20011 with flag 293000/570828
519.05/261.68	c cleaning 10001 clauses out of 20015 with flag 303001/580829
527.53/265.94	c cleaning 10005 clauses out of 20017 with flag 313004/590832
536.20/270.33	c cleaning 9995 clauses out of 20009 with flag 323001/600829
544.68/274.69	c cleaning 10003 clauses out of 20014 with flag 333001/610829
553.09/278.94	c cleaning 9998 clauses out of 20011 with flag 343001/620829
561.77/283.34	c cleaning 9999 clauses out of 20012 with flag 353000/630828
571.06/288.02	c cleaning 9998 clauses out of 20013 with flag 363000/640828
580.93/293.00	c cleaning 10003 clauses out of 20017 with flag 373002/650830
589.14/297.27	c cleaning 9998 clauses out of 20013 with flag 383001/660829
598.22/301.86	c cleaning 9997 clauses out of 20015 with flag 393001/670829
606.68/306.10	c cleaning 10004 clauses out of 20017 with flag 403000/680828
614.96/310.38	c cleaning 10000 clauses out of 20014 with flag 413001/690829
623.77/314.84	c cleaning 10000 clauses out of 20013 with flag 423000/700828
632.23/319.14	c cleaning 10001 clauses out of 20016 with flag 433003/710831
643.49/324.80	c cleaning 9992 clauses out of 20012 with flag 443000/720828
653.80/330.08	c cleaning 10002 clauses out of 20020 with flag 453000/730828
665.35/335.97	c cleaning 10004 clauses out of 20019 with flag 463001/740829
674.61/340.66	c cleaning 9999 clauses out of 20014 with flag 473000/750828
683.90/345.35	c cleaning 10004 clauses out of 20015 with flag 483000/760828
696.96/351.95	c cleaning 9996 clauses out of 20011 with flag 493000/770828
705.76/356.45	c cleaning 10002 clauses out of 20015 with flag 503000/780828
713.19/360.22	c cleaning 10002 clauses out of 20013 with flag 513000/790828
721.66/364.54	c cleaning 9995 clauses out of 20012 with flag 523001/800829
729.72/368.62	c cleaning 9999 clauses out of 20017 with flag 533001/810829
737.70/372.72	c cleaning 10004 clauses out of 20018 with flag 543001/820829
745.75/376.82	c cleaning 10000 clauses out of 20015 with flag 553002/830830
754.21/381.17	c cleaning 9996 clauses out of 20014 with flag 563001/840829
762.65/385.48	c cleaning 9997 clauses out of 20017 with flag 573000/850828
770.47/389.45	c cleaning 10006 clauses out of 20020 with flag 583000/860828
778.50/393.52	c cleaning 9999 clauses out of 20015 with flag 593001/870829
786.34/397.53	c cleaning 10003 clauses out of 20018 with flag 603003/880831
794.23/401.58	c cleaning 9998 clauses out of 20013 with flag 613001/890829
801.97/405.55	c cleaning 9999 clauses out of 20016 with flag 623002/900830
810.02/409.69	c cleaning 10001 clauses out of 20018 with flag 633003/910831
818.07/413.79	c cleaning 9989 clauses out of 20014 with flag 643000/920828
826.72/418.15	c cleaning 10007 clauses out of 20026 with flag 653001/930829
834.69/422.20	c cleaning 10003 clauses out of 20019 with flag 663001/940829
841.93/425.99	c cleaning 9999 clauses out of 20016 with flag 673001/950829
851.37/430.71	c cleaning 10002 clauses out of 20016 with flag 683000/960828
865.03/437.62	c cleaning 10004 clauses out of 20016 with flag 693002/970830
875.00/442.75	c cleaning 10001 clauses out of 20011 with flag 703001/980829
882.68/446.62	c cleaning 10000 clauses out of 20010 with flag 713001/990829
890.88/450.87	c cleaning 10000 clauses out of 20009 with flag 723000/1000828
897.76/454.37	c cleaning 9994 clauses out of 20010 with flag 733001/1010829
904.49/457.84	c cleaning 9999 clauses out of 20016 with flag 743001/1020829
911.33/461.33	c cleaning 10000 clauses out of 20017 with flag 753001/1030829
918.37/464.91	c cleaning 10000 clauses out of 20016 with flag 763000/1040828
925.00/468.34	c cleaning 10002 clauses out of 20016 with flag 773000/1050828
932.96/472.40	c cleaning 9996 clauses out of 20014 with flag 783000/1060828
941.40/476.71	c cleaning 9995 clauses out of 20018 with flag 793000/1070828
949.82/481.05	c cleaning 9992 clauses out of 20023 with flag 803000/1080828
957.68/485.04	c cleaning 10006 clauses out of 20031 with flag 813000/1090828
964.61/488.64	c cleaning 10007 clauses out of 20025 with flag 823000/1100828
972.05/492.44	c cleaning 10004 clauses out of 20018 with flag 833000/1110828
980.09/496.57	c cleaning 9998 clauses out of 20015 with flag 843001/1120829
987.75/500.49	c cleaning 9997 clauses out of 20017 with flag 853001/1130829
996.06/504.81	c cleaning 9998 clauses out of 20019 with flag 863000/1140828
1003.89/508.73	c cleaning 10005 clauses out of 20021 with flag 873000/1150828
1011.11/512.46	c cleaning 9997 clauses out of 20017 with flag 883001/1160829
1019.54/516.79	c cleaning 10000 clauses out of 20020 with flag 893001/1170829
1027.89/521.06	c cleaning 10001 clauses out of 20019 with flag 903000/1180828
1034.95/524.71	c cleaning 10001 clauses out of 20020 with flag 913002/1190830
1042.34/528.42	c cleaning 9999 clauses out of 20017 with flag 923000/1200828
1049.99/532.41	c cleaning 9999 clauses out of 20019 with flag 933001/1210829
1058.55/536.73	c cleaning 10001 clauses out of 20019 with flag 943000/1220828
1068.34/541.73	c cleaning 10000 clauses out of 20018 with flag 953000/1230828
1078.21/546.76	c cleaning 9996 clauses out of 20018 with flag 963000/1240828
1087.38/551.43	c cleaning 10000 clauses out of 20022 with flag 973000/1250828
1097.13/556.46	c cleaning 10002 clauses out of 20023 with flag 983001/1260829
1105.98/560.98	c cleaning 10002 clauses out of 20022 with flag 993002/1270830
1114.19/565.20	c cleaning 10002 clauses out of 20018 with flag 1003000/1280828
1123.00/569.60	c cleaning 9999 clauses out of 20016 with flag 1013000/1290828
1131.77/574.20	c cleaning 9998 clauses out of 20017 with flag 1023000/1300828
1140.39/578.58	c cleaning 9998 clauses out of 20022 with flag 1033003/1310831
1149.01/582.99	c cleaning 9999 clauses out of 20022 with flag 1043001/1320829
1158.81/587.93	c cleaning 10004 clauses out of 20022 with flag 1053000/1330828
1168.15/592.75	c cleaning 9995 clauses out of 20018 with flag 1063000/1340828
1178.18/597.80	c cleaning 10003 clauses out of 20024 with flag 1073001/1350829
1188.03/602.86	c cleaning 9995 clauses out of 20020 with flag 1083000/1360828
1197.01/607.45	c cleaning 10007 clauses out of 20026 with flag 1093001/1370829
1205.33/611.78	c cleaning 10002 clauses out of 20018 with flag 1103000/1380828
1213.94/616.19	c cleaning 10001 clauses out of 20018 with flag 1113002/1390830
1222.76/620.69	c cleaning 10000 clauses out of 20017 with flag 1123002/1400830
1232.38/625.58	c cleaning 10000 clauses out of 20016 with flag 1133001/1410829
1241.74/630.36	c cleaning 9996 clauses out of 20016 with flag 1143001/1420829
1251.13/635.17	c cleaning 10004 clauses out of 20019 with flag 1153000/1430828
1260.54/639.95	c cleaning 9998 clauses out of 20016 with flag 1163001/1440829
1269.14/644.36	c cleaning 9999 clauses out of 20018 with flag 1173001/1450829
1278.47/649.17	c cleaning 10001 clauses out of 20018 with flag 1183000/1460828
1288.09/654.05	c cleaning 10007 clauses out of 20018 with flag 1193001/1470829
1297.52/658.84	c cleaning 9998 clauses out of 20013 with flag 1203003/1480831
1307.51/663.93	c cleaning 10002 clauses out of 20013 with flag 1213001/1490829
1318.43/669.54	c cleaning 10002 clauses out of 20011 with flag 1223001/1500829
1330.63/675.78	c cleaning 10000 clauses out of 20009 with flag 1233001/1510829
1343.63/682.37	c cleaning 9995 clauses out of 20008 with flag 1243000/1520828
1356.23/688.74	c cleaning 10001 clauses out of 20014 with flag 1253001/1530829
1367.54/694.57	c cleaning 10003 clauses out of 20014 with flag 1263002/1540830
1379.14/700.44	c cleaning 10002 clauses out of 20010 with flag 1273001/1550829
1389.96/705.95	c cleaning 10001 clauses out of 20008 with flag 1283001/1560829
1398.98/710.56	c cleaning 9993 clauses out of 20007 with flag 1293001/1570829
1408.66/715.53	c cleaning 10003 clauses out of 20014 with flag 1303001/1580829
1417.67/720.20	c cleaning 10001 clauses out of 20010 with flag 1313000/1590828
1427.11/724.92	c cleaning 10001 clauses out of 20011 with flag 1323002/1600830
1435.87/729.44	c cleaning 9998 clauses out of 20008 with flag 1333000/1610828
1444.99/734.18	c cleaning 9995 clauses out of 20010 with flag 1343000/1620828
1454.60/739.05	c cleaning 10001 clauses out of 20015 with flag 1353000/1630828
1463.20/743.43	c cleaning 9997 clauses out of 20015 with flag 1363001/1640829
1472.23/748.04	c cleaning 10005 clauses out of 20020 with flag 1373003/1650831
1480.73/752.48	c cleaning 9997 clauses out of 20012 with flag 1383000/1660828
1488.69/756.58	c cleaning 9999 clauses out of 20016 with flag 1393001/1670829
1497.49/761.01	c cleaning 9997 clauses out of 20017 with flag 1403001/1680829
1505.09/764.93	c cleaning 10003 clauses out of 20020 with flag 1413001/1690829
1513.79/769.44	c cleaning 10001 clauses out of 20016 with flag 1423000/1700828
1522.78/774.03	c cleaning 10001 clauses out of 20017 with flag 1433002/1710830
1531.56/778.52	c cleaning 9997 clauses out of 20014 with flag 1443000/1720828
1539.95/782.85	c cleaning 10003 clauses out of 20017 with flag 1453000/1730828
1548.45/787.22	c cleaning 10000 clauses out of 20015 with flag 1463001/1740829
1556.64/791.49	c cleaning 9995 clauses out of 20015 with flag 1473001/1750829
1565.03/795.79	c cleaning 9993 clauses out of 20020 with flag 1483001/1760829
1573.43/800.04	c cleaning 10003 clauses out of 20028 with flag 1493002/1770830
1581.74/804.39	c cleaning 10000 clauses out of 20024 with flag 1503001/1780829
1590.13/808.66	c cleaning 10000 clauses out of 20025 with flag 1513002/1790830
1598.34/812.83	c cleaning 10003 clauses out of 20024 with flag 1523001/1800829
1606.71/817.12	c cleaning 10008 clauses out of 20021 with flag 1533001/1810829
1616.22/822.08	c cleaning 10001 clauses out of 20012 with flag 1543000/1820828
1625.42/826.77	c cleaning 10001 clauses out of 20012 with flag 1553001/1830829
1634.42/831.39	c cleaning 9996 clauses out of 20010 with flag 1563000/1840828
1643.43/835.93	c cleaning 9996 clauses out of 20014 with flag 1573000/1850828
1652.13/840.42	c cleaning 10001 clauses out of 20019 with flag 1583001/1860829
1660.51/844.78	c cleaning 10005 clauses out of 20017 with flag 1593000/1870828
1669.11/849.16	c cleaning 9998 clauses out of 20013 with flag 1603001/1880829
1677.70/853.53	c cleaning 10001 clauses out of 20016 with flag 1613002/1890830
1686.57/858.11	c cleaning 10000 clauses out of 20014 with flag 1623001/1900829
1695.55/862.70	c cleaning 9998 clauses out of 20014 with flag 1633001/1910829
1704.53/867.31	c cleaning 9997 clauses out of 20015 with flag 1643000/1920828
1714.14/872.22	c cleaning 9999 clauses out of 20018 with flag 1653000/1930828
1723.39/877.04	c cleaning 10004 clauses out of 20019 with flag 1663000/1940828
1732.37/881.69	c cleaning 10002 clauses out of 20017 with flag 1673002/1950830
1741.98/886.58	c cleaning 9997 clauses out of 20013 with flag 1683000/1960828
1750.32/890.90	c cleaning 10000 clauses out of 20017 with flag 1693001/1970829
1759.59/895.68	c cleaning 10003 clauses out of 20017 with flag 1703001/1980829
1768.78/900.39	c cleaning 10008 clauses out of 20022 with flag 1713009/1990837
1778.16/905.12	c cleaning 9995 clauses out of 20006 with flag 1723001/2000829
1787.54/909.90	c cleaning 10000 clauses out of 20011 with flag 1733001/2010829
1797.23/914.99	c cleaning 9998 clauses out of 20011 with flag 1743001/2020829
1800.04/916.42	c starts		: 211
1800.04/916.42	c conflicts		: 2024105
1800.04/916.42	c decisions		: 2272108
1800.04/916.42	c propagations		: 94048607
1800.04/916.42	c inspects		: 1765290078
1800.04/916.42	c shortcuts		: 0
1800.04/916.42	c learnt literals	: 5
1800.04/916.42	c learnt binary clauses	: 140
1800.04/916.42	c learnt ternary clauses	: 547
1800.04/916.42	c learnt constraints	: 2024100
1800.04/916.42	c ignored constraints	: 0
1800.04/916.42	c root simplifications	: 0
1800.04/916.42	c removed literals (reason simplification)	: 448909792
1800.04/916.42	c reason swapping (by a shorter reason)	: 0
1800.04/916.42	c Calls to reduceDB	: 205
1800.04/916.42	c number of reductions to clauses (during analyze)	: 0
1800.04/916.42	c number of learned constraints concerned by reduction	: 0
1800.04/916.42	c number of learning phase by resolution	: 0
1800.04/916.42	c number of learning phase by cutting planes	: 0
1800.04/916.42	c speed (assignments/second)	: 117900.01855338737
1800.04/916.42	c non guided choices	23
1800.04/916.43	c learnt constraints type 
1800.04/916.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 140
1800.04/916.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13165
1800.04/916.43	c constraints type 
1800.04/916.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 840
1800.04/916.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1680
1800.04/916.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3
1800.04/916.43	c constraints type 
1800.04/916.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1680
1800.04/916.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 840
1800.04/916.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3
1800.04/916.43	s SATISFIABLE
1800.04/916.44	v x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 x23 x24 x25 -x26 -x27 x28 x29 x30 -x31 x32 -x33 x34 -x35 -x36 -x37 x38 -x39 x40 -x41 x42 x43 -x44 x45 x46 x47 x48 -x49 x50 -x51 x52 x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 x62 x63 x64 x65 -x66 -x67 x68 x69 x70 -x71 x72 -x73 x74 -x75 -x76 -x77 x78 -x79 x80 -x81 x82 x83 -x84 x85 x86 x87 x88 -x89 x90 -x91 x92 x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 x582 x583 x584 x585 -x586 -x587 x588 x589 x590 -x591 x592 -x593 x594 -x595 -x596 -x597 x598 -x599 x600 -x601 x602 x603 -x604 x605 x606 x607 x608 -x609 x610 -x611 x612 x613 -x614 -x615 -x616 -x617 -x618 x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 
1800.04/916.44	c objective function=-5
1800.04/916.44	c Total wall clock time (in seconds): 916.329

Verifier Data

OK	-5

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

running on 4 cores: 0,2,4,6

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.33 3.42 3.51 3/519 21062
/proc/meminfo: memFree=25508412/32951132 swapFree=57925096/67111528
[pid=21062] ppid=21060 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21062 16811 0 -1 4202496 5969 0 1 0 0 0 0 0 25 0 2 0 830913231 10694979584 5671 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/21062/statm: 2611079 5685 917 9 0 2602235 0
[pid=21062/tid=21063] ppid=21060 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) R 21060 21062 16811 0 -1 4202560 7489 0 1 0 0 0 0 0 25 0 2 0 830913232 10694979584 8305 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210646840379 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0369111 s]
/proc/loadavg: 3.33 3.42 3.51 3/519 21062
/proc/meminfo: memFree=25508412/32951132 swapFree=57925096/67111528
[pid=21062] ppid=21060 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21062 16811 0 -1 4202496 11133 0 1 0 2 1 0 0 25 0 13 0 830913231 10718699520 10830 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/21062/statm: 2616870 10832 1653 9 0 2607618 0
[pid=21062/tid=21063] ppid=21060 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) R 21060 21062 16811 0 -1 4202560 9987 0 1 0 2 1 0 0 25 0 13 0 830913232 10718699520 10832 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 47473633779387 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.10089 s]
/proc/loadavg: 3.33 3.42 3.51 3/519 21062
/proc/meminfo: memFree=25508412/32951132 swapFree=57925096/67111528
[pid=21062] ppid=21060 vsize=10540348 CPUtime=0.11 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21062 16811 0 -1 4202496 13159 0 1 0 10 1 0 0 25 0 18 0 830913231 10793316352 12814 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21062/statm: 2635087 12815 2093 9 0 2625821 0
[pid=21062/tid=21063] ppid=21060 vsize=10540348 CPUtime=0.09 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) R 21060 21062 16811 0 -1 4202560 11208 0 1 0 8 1 0 0 18 0 18 0 830913232 10793316352 12817 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 47473638013779 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540348

[startup+0.300856 s]
/proc/loadavg: 3.33 3.42 3.51 3/519 21062
/proc/meminfo: memFree=25508412/32951132 swapFree=57925096/67111528
[pid=21062] ppid=21060 vsize=10541228 CPUtime=0.49 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21062 16811 0 -1 4202496 16079 0 1 0 48 1 0 0 25 0 18 0 830913231 10794217472 15256 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21062/statm: 2635307 15257 2201 9 0 2626041 0
[pid=21062/tid=21063] ppid=21060 vsize=10541228 CPUtime=0.28 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) R 21060 21062 16811 0 -1 4202560 13043 0 1 0 27 1 0 0 18 0 18 0 830913232 10794217472 15257 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658973131 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541228

[startup+0.700756 s]
/proc/loadavg: 3.33 3.42 3.51 3/519 21062
/proc/meminfo: memFree=25508412/32951132 swapFree=57925096/67111528
[pid=21062] ppid=21060 vsize=10554604 CPUtime=1.99 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21062 16811 0 -1 4202496 37526 0 1 0 195 4 0 0 25 0 22 0 830913231 10807914496 33809 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21062/statm: 2638651 33814 2222 9 0 2629385 0
[pid=21062/tid=21063] ppid=21060 vsize=10554604 CPUtime=0.3 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) S 21060 21062 16811 0 -1 4202560 13207 0 1 0 29 1 0 0 19 0 22 0 830913232 10807914496 33819 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 10554604

[startup+1.50167 s]
/proc/loadavg: 3.39 3.43 3.51 6/541 21084
/proc/meminfo: memFree=25237368/32951132 swapFree=57925096/67111528
[pid=21062] ppid=21060 vsize=10554604 CPUtime=3.89 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21062 16811 0 -1 4202496 113241 0 1 0 371 18 0 0 25 0 22 0 830913231 10807914496 109521 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21062/statm: 2638651 109521 2229 9 0 2629385 0
[pid=21062/tid=21063] ppid=21060 vsize=10554604 CPUtime=0.3 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) S 21060 21062 16811 0 -1 4202560 13207 0 1 0 29 1 0 0 15 0 22 0 830913232 10807914496 109521 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21065] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913234 10807914496 109521 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21066] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21062 16811 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830913234 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21067] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913234 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21068] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913234 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21069] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913234 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21070] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913234 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21071] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913234 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21072] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913234 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21073] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21060 21062 16811 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 22 0 830913235 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 0 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21074] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21060 21062 16811 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830913235 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21075] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21060 21062 16811 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830913235 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21076] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913237 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658970033 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21077] ppid=21060 vsize=10554604 CPUtime=0.62 cores=0,2,4,6
/proc/21062/task/21077/stat : 21077 (java) S 21060 21062 16811 0 -1 4202560 3884 0 0 0 62 0 0 0 15 0 22 0 830913237 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21078] ppid=21060 vsize=10554604 CPUtime=0.58 cores=0,2,4,6
/proc/21062/task/21078/stat : 21078 (java) S 21060 21062 16811 0 -1 4202560 5975 0 0 0 58 0 0 0 15 0 22 0 830913237 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21079] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21079/stat : 21079 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913237 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21080] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21080/stat : 21080 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830913237 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21081] ppid=21060 vsize=10554604 CPUtime=1.17 cores=0,2,4,6
/proc/21062/task/21081/stat : 21081 (java) R 21060 21062 16811 0 -1 4202560 1136 0 0 0 117 0 0 0 25 0 22 0 830913263 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 47473638013779 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21062/tid=21082] ppid=21060 vsize=10554604 CPUtime=1.17 cores=0,2,4,6
/proc/21062/task/21082/stat : 21082 (java) R 21060 21062 16811 0 -1 4202560 87872 0 0 0 103 14 0 0 25 0 22 0 830913263 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 46912505821698 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21062/tid=21083] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21083/stat : 21083 (java) S 21060 21062 16811 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830913264 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21084] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21084/stat : 21084 (java) S 21060 21062 16811 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830913264 10807914496 109522 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 10554604

[startup+3.1014 s]
/proc/loadavg: 3.39 3.43 3.51 5/541 21084
/proc/meminfo: memFree=24763068/32951132 swapFree=57925096/67111528
[pid=21062] ppid=21060 vsize=10554604 CPUtime=7.34 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21062 16811 0 -1 4202496 245721 0 1 0 702 32 0 0 25 0 22 0 830913231 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21062/statm: 2638651 241998 2256 9 0 2629385 0
[pid=21062/tid=21063] ppid=21060 vsize=10554604 CPUtime=0.3 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) S 21060 21062 16811 0 -1 4202560 13207 0 1 0 29 1 0 0 15 0 22 0 830913232 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21065] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830913234 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21066] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21062 16811 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 830913234 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21067] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830913234 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21068] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830913234 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21069] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830913234 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21070] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21062 16811 0 -1 4202560 303 0 0 0 0 0 0 0 18 0 22 0 830913234 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21071] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21062 16811 0 -1 4202560 365 0 0 0 0 0 0 0 18 0 22 0 830913234 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21072] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21062 16811 0 -1 4202560 917 0 0 0 0 0 0 0 18 0 22 0 830913234 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21073] ppid=21060 vsize=10554604 CPUtime=0.01 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21060 21062 16811 0 -1 4202560 1568 0 0 0 1 0 0 0 16 0 22 0 830913235 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 0 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21074] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21060 21062 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830913235 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21075] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21060 21062 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830913235 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21076] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913237 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658970033 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21077] ppid=21060 vsize=10554604 CPUtime=0.74 cores=0,2,4,6
/proc/21062/task/21077/stat : 21077 (java) S 21060 21062 16811 0 -1 4202560 3924 0 0 0 74 0 0 0 15 0 22 0 830913237 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21078] ppid=21060 vsize=10554604 CPUtime=0.73 cores=0,2,4,6
/proc/21062/task/21078/stat : 21078 (java) S 21060 21062 16811 0 -1 4202560 6011 0 0 0 73 0 0 0 15 0 22 0 830913237 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21079] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21079/stat : 21079 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913237 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21080] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21080/stat : 21080 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830913237 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21081] ppid=21060 vsize=10554604 CPUtime=2.74 cores=0,2,4,6
/proc/21062/task/21081/stat : 21081 (java) R 21060 21062 16811 0 -1 4202560 1987 0 0 0 274 0 0 0 25 0 22 0 830913263 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 46912505812352 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21062/tid=21082] ppid=21060 vsize=10554604 CPUtime=2.74 cores=0,2,4,6
/proc/21062/task/21082/stat : 21082 (java) R 21060 21062 16811 0 -1 4202560 216276 0 0 0 246 28 0 0 25 0 22 0 830913263 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 46912505818175 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21062/tid=21083] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21083/stat : 21083 (java) S 21060 21062 16811 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830913264 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21084] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21084/stat : 21084 (java) S 21060 21062 16811 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830913264 10807914496 241998 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 10554604

[startup+6.30087 s]
/proc/loadavg: 3.39 3.43 3.51 5/541 21084
/proc/meminfo: memFree=24282088/32951132 swapFree=57925096/67111528
[pid=21062] ppid=21060 vsize=10554604 CPUtime=13.78 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21062 16811 0 -1 4202496 308992 0 1 0 1340 38 0 0 25 0 22 0 830913231 10807914496 305209 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21062/statm: 2638651 305209 2256 9 0 2629385 0
[pid=21062/tid=21063] ppid=21060 vsize=10554604 CPUtime=0.3 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) S 21060 21062 16811 0 -1 4202560 13207 0 1 0 29 1 0 0 15 0 22 0 830913232 10807914496 305209 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21065] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21062 16811 0 -1 4202560 795 0 0 0 0 0 0 0 18 0 22 0 830913234 10807914496 305209 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21066] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21062 16811 0 -1 4202560 965 0 0 0 0 0 0 0 16 0 22 0 830913234 10807914496 305209 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21067] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21062 16811 0 -1 4202560 753 0 0 0 0 0 0 0 16 0 22 0 830913234 10807914496 305209 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21068] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21062 16811 0 -1 4202560 499 0 0 0 0 0 0 0 16 0 22 0 830913234 10807914496 305209 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21069] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830913234 10807914496 305209 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21070] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21062 16811 0 -1 4202560 303 0 0 0 0 0 0 0 18 0 22 0 830913234 10807914496 305209 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21071] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21062 16811 0 -1 4202560 365 0 0 0 0 0 0 0 15 0 22 0 830913234 10807914496 305209 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21072] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21062 16811 0 -1 4202560 917 0 0 0 0 0 0 0 18 0 22 0 830913234 10807914496 305209 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0

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

/proc/meminfo: memFree=26560660/32951132 swapFree=57925096/67111528
[pid=21062] ppid=21060 vsize=10554604 CPUtime=1616.63 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21062 16811 0 -1 4202496 626463 0 1 0 161562 101 0 0 25 0 22 0 830913231 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21062/statm: 2638651 622384 2260 9 0 2629385 0
[pid=21062/tid=21063] ppid=21060 vsize=10554604 CPUtime=0.3 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) S 21060 21062 16811 0 -1 4202560 13210 0 1 0 29 1 0 0 15 0 22 0 830913232 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21065] ppid=21060 vsize=10554604 CPUtime=0.45 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21062 16811 0 -1 4202560 1087 0 0 0 45 0 0 0 16 0 22 0 830913234 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21066] ppid=21060 vsize=10554604 CPUtime=0.42 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21062 16811 0 -1 4202560 1246 0 0 0 42 0 0 0 15 0 22 0 830913234 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21067] ppid=21060 vsize=10554604 CPUtime=0.43 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21062 16811 0 -1 4202560 766 0 0 0 43 0 0 0 16 0 22 0 830913234 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21068] ppid=21060 vsize=10554604 CPUtime=0.44 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21062 16811 0 -1 4202560 528 0 0 0 44 0 0 0 15 0 22 0 830913234 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21069] ppid=21060 vsize=10554604 CPUtime=0.38 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21062 16811 0 -1 4202560 320 0 0 0 38 0 0 0 16 0 22 0 830913234 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21070] ppid=21060 vsize=10554604 CPUtime=0.53 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21062 16811 0 -1 4202560 665 0 0 0 53 0 0 0 16 0 22 0 830913234 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21071] ppid=21060 vsize=10554604 CPUtime=0.54 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21062 16811 0 -1 4202560 1000 0 0 0 54 0 0 0 15 0 22 0 830913234 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21072] ppid=21060 vsize=10554604 CPUtime=0.44 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21062 16811 0 -1 4202560 1227 0 0 0 44 0 0 0 16 0 22 0 830913234 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21073] ppid=21060 vsize=10554604 CPUtime=30.68 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) R 21060 21062 16811 0 -1 4202560 42288 0 0 0 3062 6 0 0 16 0 22 0 830913235 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 47473634410786 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=21062/tid=21074] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21060 21062 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830913235 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21075] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21060 21062 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830913235 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21076] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913237 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658970033 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21077] ppid=21060 vsize=10554604 CPUtime=0.78 cores=0,2,4,6
/proc/21062/task/21077/stat : 21077 (java) S 21060 21062 16811 0 -1 4202560 3929 0 0 0 78 0 0 0 15 0 22 0 830913237 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21078] ppid=21060 vsize=10554604 CPUtime=1.09 cores=0,2,4,6
/proc/21062/task/21078/stat : 21078 (java) S 21060 21062 16811 0 -1 4202560 6065 0 0 0 109 0 0 0 15 0 22 0 830913237 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21079] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21079/stat : 21079 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913237 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21080] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21080/stat : 21080 (java) S 21060 21062 16811 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830913237 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21084] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21084/stat : 21084 (java) S 21060 21062 16811 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830913264 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21087] ppid=21060 vsize=10554604 CPUtime=673.9 cores=0,2,4,6
/proc/21062/task/21087/stat : 21087 (java) S 21060 21062 16811 0 -1 4202560 153 0 0 0 67389 1 0 0 25 0 22 0 830925105 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21088] ppid=21060 vsize=10554604 CPUtime=673.85 cores=0,2,4,6
/proc/21062/task/21088/stat : 21088 (java) S 21060 21062 16811 0 -1 4202560 4126 0 0 0 67369 16 0 0 25 0 22 0 830925105 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21089] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21089/stat : 21089 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830925105 10807914496 622384 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1616.63
Current children cumulated vsize (KiB) 10554604

[startup+882.301 s]
/proc/loadavg: 2.53 3.45 3.60 3/514 21129
/proc/meminfo: memFree=26552704/32951132 swapFree=57925096/67111528
[pid=21062] ppid=21060 vsize=10554604 CPUtime=1733.55 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21062 16811 0 -1 4202496 628497 0 1 0 173251 104 0 0 25 0 22 0 830913231 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21062/statm: 2638651 624397 2260 9 0 2629385 0
[pid=21062/tid=21063] ppid=21060 vsize=10554604 CPUtime=0.3 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) S 21060 21062 16811 0 -1 4202560 13210 0 1 0 29 1 0 0 15 0 22 0 830913232 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21065] ppid=21060 vsize=10554604 CPUtime=0.48 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21062 16811 0 -1 4202560 1092 0 0 0 48 0 0 0 15 0 22 0 830913234 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21066] ppid=21060 vsize=10554604 CPUtime=0.46 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21062 16811 0 -1 4202560 1246 0 0 0 46 0 0 0 15 0 22 0 830913234 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21067] ppid=21060 vsize=10554604 CPUtime=0.46 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21062 16811 0 -1 4202560 766 0 0 0 46 0 0 0 15 0 22 0 830913234 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21068] ppid=21060 vsize=10554604 CPUtime=0.48 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21062 16811 0 -1 4202560 528 0 0 0 48 0 0 0 16 0 22 0 830913234 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21069] ppid=21060 vsize=10554604 CPUtime=0.43 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21062 16811 0 -1 4202560 322 0 0 0 43 0 0 0 15 0 22 0 830913234 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21070] ppid=21060 vsize=10554604 CPUtime=0.55 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21062 16811 0 -1 4202560 667 0 0 0 55 0 0 0 15 0 22 0 830913234 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21071] ppid=21060 vsize=10554604 CPUtime=0.6 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21062 16811 0 -1 4202560 1000 0 0 0 60 0 0 0 15 0 22 0 830913234 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21072] ppid=21060 vsize=10554604 CPUtime=0.49 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21062 16811 0 -1 4202560 1227 0 0 0 49 0 0 0 15 0 22 0 830913234 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21073] ppid=21060 vsize=10554604 CPUtime=33.88 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21060 21062 16811 0 -1 4202560 44296 0 0 0 3382 6 0 0 16 0 22 0 830913235 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 0 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21074] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21060 21062 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830913235 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21075] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21060 21062 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830913235 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21076] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913237 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658970033 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21077] ppid=21060 vsize=10554604 CPUtime=0.78 cores=0,2,4,6
/proc/21062/task/21077/stat : 21077 (java) S 21060 21062 16811 0 -1 4202560 3929 0 0 0 78 0 0 0 15 0 22 0 830913237 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21078] ppid=21060 vsize=10554604 CPUtime=1.09 cores=0,2,4,6
/proc/21062/task/21078/stat : 21078 (java) S 21060 21062 16811 0 -1 4202560 6065 0 0 0 109 0 0 0 15 0 22 0 830913237 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21079] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21079/stat : 21079 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913237 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21080] ppid=21060 vsize=10554604 CPUtime=0.01 cores=0,2,4,6
/proc/21062/task/21080/stat : 21080 (java) S 21060 21062 16811 0 -1 4202560 52 0 0 0 0 1 0 0 15 0 22 0 830913237 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21084] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21084/stat : 21084 (java) S 21060 21062 16811 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830913264 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21087] ppid=21060 vsize=10554604 CPUtime=730.6 cores=0,2,4,6
/proc/21062/task/21087/stat : 21087 (java) R 21060 21062 16811 0 -1 4202560 166 0 0 0 73059 1 0 0 25 0 22 0 830925105 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 46912505800192 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21062/tid=21088] ppid=21060 vsize=10554604 CPUtime=730.56 cores=0,2,4,6
/proc/21062/task/21088/stat : 21088 (java) R 21060 21062 16811 0 -1 4202560 4126 0 0 0 73037 19 0 0 25 0 22 0 830925105 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 46912505789968 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21062/tid=21089] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21089/stat : 21089 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830925105 10807914496 624397 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1733.55
Current children cumulated vsize (KiB) 10554604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.402 s]
/proc/loadavg: 2.23 3.27 3.53 3/514 21131
/proc/meminfo: memFree=26550588/32951132 swapFree=57925096/67111528
[pid=21062] ppid=21060 vsize=10554604 CPUtime=1800.04 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21062 16811 0 -1 4202496 629051 0 1 0 179899 105 0 0 25 0 22 0 830913231 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21062/statm: 2638651 624940 2260 9 0 2629385 0
[pid=21062/tid=21063] ppid=21060 vsize=10554604 CPUtime=0.3 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) S 21060 21062 16811 0 -1 4202560 13210 0 1 0 29 1 0 0 15 0 22 0 830913232 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21065] ppid=21060 vsize=10554604 CPUtime=0.5 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21062 16811 0 -1 4202560 1093 0 0 0 50 0 0 0 15 0 22 0 830913234 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21066] ppid=21060 vsize=10554604 CPUtime=0.49 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21062 16811 0 -1 4202560 1251 0 0 0 49 0 0 0 15 0 22 0 830913234 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21067] ppid=21060 vsize=10554604 CPUtime=0.48 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21062 16811 0 -1 4202560 766 0 0 0 48 0 0 0 15 0 22 0 830913234 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21068] ppid=21060 vsize=10554604 CPUtime=0.51 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21062 16811 0 -1 4202560 528 0 0 0 51 0 0 0 16 0 22 0 830913234 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21069] ppid=21060 vsize=10554604 CPUtime=0.43 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21062 16811 0 -1 4202560 322 0 0 0 43 0 0 0 15 0 22 0 830913234 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21070] ppid=21060 vsize=10554604 CPUtime=0.57 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21062 16811 0 -1 4202560 667 0 0 0 57 0 0 0 15 0 22 0 830913234 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21071] ppid=21060 vsize=10554604 CPUtime=0.63 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21062 16811 0 -1 4202560 1000 0 0 0 63 0 0 0 15 0 22 0 830913234 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21072] ppid=21060 vsize=10554604 CPUtime=0.51 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21062 16811 0 -1 4202560 1227 0 0 0 51 0 0 0 16 0 22 0 830913234 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21073] ppid=21060 vsize=10554604 CPUtime=35.67 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21060 21062 16811 0 -1 4202560 44835 0 0 0 3561 6 0 0 15 0 22 0 830913235 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 0 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21074] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21060 21062 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830913235 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21075] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21060 21062 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830913235 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21076] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913237 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658970033 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21077] ppid=21060 vsize=10554604 CPUtime=0.78 cores=0,2,4,6
/proc/21062/task/21077/stat : 21077 (java) S 21060 21062 16811 0 -1 4202560 3929 0 0 0 78 0 0 0 15 0 22 0 830913237 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 6 0 0 0
[pid=21062/tid=21078] ppid=21060 vsize=10554604 CPUtime=1.09 cores=0,2,4,6
/proc/21062/task/21078/stat : 21078 (java) S 21060 21062 16811 0 -1 4202560 6065 0 0 0 109 0 0 0 15 0 22 0 830913237 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21079] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21079/stat : 21079 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830913237 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962329 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
[pid=21062/tid=21080] ppid=21060 vsize=10554604 CPUtime=0.01 cores=0,2,4,6
/proc/21062/task/21080/stat : 21080 (java) S 21060 21062 16811 0 -1 4202560 54 0 0 0 0 1 0 0 15 0 22 0 830913237 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 2 0 0 0
[pid=21062/tid=21084] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21084/stat : 21084 (java) S 21060 21062 16811 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830913264 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 0 0 0 0
[pid=21062/tid=21087] ppid=21060 vsize=10554604 CPUtime=762.87 cores=0,2,4,6
/proc/21062/task/21087/stat : 21087 (java) R 21060 21062 16811 0 -1 4202560 173 0 0 0 76286 1 0 0 25 0 22 0 830925105 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 46912505789902 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21062/tid=21088] ppid=21060 vsize=10554604 CPUtime=762.82 cores=0,2,4,6
/proc/21062/task/21088/stat : 21088 (java) R 21060 21062 16811 0 -1 4202560 4126 0 0 0 76263 19 0 0 25 0 22 0 830925105 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 46912505670704 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21062/tid=21089] ppid=21060 vsize=10554604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21089/stat : 21089 (java) S 21060 21062 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830925105 10807914496 624940 33554432000 1073741824 1073778376 140735705322464 18446744073709551615 210658962944 0 4 0 16800975 18446604451991466112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10554604

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

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

[startup+916.526 s]
/proc/loadavg: 2.23 3.27 3.53 3/514 21131
/proc/meminfo: memFree=26550588/32951132 swapFree=57925096/67111528
[pid=21062] ppid=21060 vsize=0 CPUtime=1800.19 cores=0,2,4,6
/proc/21062/stat : 21062 (java) Z 21060 21062 16811 0 -1 4203548 629089 0 1 0 179906 113 0 0 17 0 2 0 830913231 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21062/statm: 0 0 0 0 0 0 0
[pid=21062/tid=21088] ppid=21060 vsize=0 CPUtime=762.92 cores=0,2,4,6
/proc/21062/task/21088/stat : 21088 (java) R 21060 21062 16811 0 -1 4203588 4126 0 0 0 76265 27 0 0 25 0 2 0 830925105 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 916.534
CPU time (s): 1800.21
CPU user time (s): 1799.06
CPU system time (s): 1.14283
CPU usage (%): 196.415
Max. virtual memory (cumulated for all children) (KiB): 10554604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.14283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 629089
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= 27350
involuntary context switches= 25319

runsolver used 5.13822 second user time and 10.7194 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-04 15:12:16
IDJOB=3454682
IDBENCH=3007
IDSOLVER=1950
FILE ID=node129/3454682-1307193136
RUNJOBID= node129-1307191976-20426
PBS_JOBID= 13508828
Free space on /tmp= 73876 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=40-sizeP=21-sizeQ=40-289612555-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454682-1307193136/watcher-3454682-1307193136 -o /tmp/evaluation-result-3454682-1307193136/solver-3454682-1307193136 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454682-1307193136.opb

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

MD5SUM BENCH= 2533454829254b6bcc39aa8d9b25219b
RANDOM SEED=922751944

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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:     32951132 kB
MemFree:      25508676 kB
Buffers:        322884 kB
Cached:        2147584 kB
SwapCached:      49348 kB
Active:        3978484 kB
Inactive:      3175328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25508676 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:             320 kB
Writeback:           0 kB
AnonPages:     4645228 kB
Mapped:          23156 kB
Slab:           154716 kB
PageTables:      65800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 157677948 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73880 MiB
End job on node129 at 2011-06-04 15:27:35