Trace number 3492989

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08MSAT (TO) 1800.15 1798.43

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/spot5/
normalized-spot5-28_wcsp.wbo
MD5SUMa55ceb8d29eae2e4164c23000e30d1cb
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT TO
Best cost obtained on this benchmark277120
Best CPU time to get the best result obtained on this benchmark1800.15
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables576
Total number of constraints7352
Number of soft constraints7122
Number of constraints which are clauses7122
Number of constraints which are cardinality constraints (but not clauses)230
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 326159
Min constraint cost 1
Max constraint cost 326159
Sum of constraints costs 2248213986
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492989-1307913634.wbo
0.10/0.10	c reading problem ... 
0.74/0.42	c ... done. Wall clock time 0.316s.
0.74/0.42	c #vars     7698
0.74/0.42	c #constraints  14475
0.74/0.42	c constraints type 
0.74/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6950
0.74/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 58
0.74/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 574
0.74/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.94/0.58	c SATISFIABLE
0.94/0.58	c OPTIMIZING...
0.94/0.58	c Got one! Elapsed wall clock time (in seconds):0.475
0.94/0.58	o 289110
1.47/0.81	c Got one! Elapsed wall clock time (in seconds):0.705
1.47/0.81	o 283115
1.64/0.90	c Got one! Elapsed wall clock time (in seconds):0.796
1.64/0.90	o 280110
1.64/1.00	c Got one! Elapsed wall clock time (in seconds):0.897
1.64/1.00	o 280105
5.75/4.98	c cleaning 2569 clauses out of 5154 with flag 5001/5154
10.62/9.74	c cleaning 4289 clauses out of 8585 with flag 11001/11154
15.82/14.93	c cleaning 5638 clauses out of 11295 with flag 18000/18153
21.73/20.85	c cleaning 6825 clauses out of 13657 with flag 26000/26153
28.68/27.71	c cleaning 7910 clauses out of 15832 with flag 35000/35153
35.49/34.55	c cleaning 8954 clauses out of 17922 with flag 45000/45153
42.59/41.69	c cleaning 9478 clauses out of 18968 with flag 55000/55153
49.20/48.25	c cleaning 9739 clauses out of 19491 with flag 65001/65154
56.10/55.11	c cleaning 9876 clauses out of 19751 with flag 75000/75153
62.90/62.00	c cleaning 9931 clauses out of 19875 with flag 85000/85153
69.22/68.25	c cleaning 9959 clauses out of 19944 with flag 95000/95153
75.72/74.72	c cleaning 9983 clauses out of 19987 with flag 105002/105155
83.02/82.01	c cleaning 10001 clauses out of 20002 with flag 115000/115153
83.63/82.68	c Got one! Elapsed wall clock time (in seconds):82.578
83.63/82.68	o 279115
87.35/86.30	c cleaning 7938 clauses out of 15886 with flag 5000/121038
91.35/90.33	c cleaning 6973 clauses out of 13948 with flag 11000/127038
95.96/94.97	c cleaning 6987 clauses out of 13975 with flag 18000/134038
101.46/100.46	c cleaning 7485 clauses out of 14988 with flag 26000/142038
107.46/106.45	c cleaning 8251 clauses out of 16503 with flag 35000/151038
114.16/113.19	c cleaning 9123 clauses out of 18252 with flag 45000/161038
121.37/120.36	c cleaning 9558 clauses out of 19129 with flag 55000/171038
122.67/121.61	c Got one! Elapsed wall clock time (in seconds):121.505
122.67/121.61	o 279111
123.67/122.62	c Got one! Elapsed wall clock time (in seconds):122.515
123.67/122.62	o 279110
125.67/124.67	c cleaning 7665 clauses out of 15339 with flag 3000/176806
129.87/128.87	c cleaning 6822 clauses out of 13674 with flag 9000/182806
134.57/133.59	c cleaning 6921 clauses out of 13852 with flag 16000/189806
139.68/138.69	c cleaning 7458 clauses out of 14931 with flag 24000/197806
145.67/144.69	c cleaning 8234 clauses out of 16474 with flag 33001/206807
150.78/149.76	c Got one! Elapsed wall clock time (in seconds):149.655
150.78/149.76	o 279106
151.48/150.40	c Got one! Elapsed wall clock time (in seconds):150.298
151.48/150.40	o 279105
154.88/153.87	c cleaning 10935 clauses out of 21886 with flag 5000/220453
158.78/157.70	c cleaning 8459 clauses out of 16952 with flag 11001/226454
163.28/162.22	c cleaning 7723 clauses out of 15493 with flag 18001/233454
168.29/167.25	c cleaning 7876 clauses out of 15770 with flag 26001/241454
173.69/172.63	c cleaning 8444 clauses out of 16893 with flag 35000/250453
180.10/179.08	c cleaning 9214 clauses out of 18450 with flag 45001/260454
183.70/182.65	c Got one! Elapsed wall clock time (in seconds):182.542
183.70/182.65	o 278121
187.20/186.10	c cleaning 9632 clauses out of 19276 with flag 5000/270494
191.00/189.93	c cleaning 7819 clauses out of 15644 with flag 11000/276494
195.71/194.61	c cleaning 7407 clauses out of 14826 with flag 18001/283495
200.90/199.81	c cleaning 7699 clauses out of 15418 with flag 26000/291494
207.61/206.52	c cleaning 8348 clauses out of 16719 with flag 35000/300494
214.21/213.12	c cleaning 9187 clauses out of 18374 with flag 45003/310497
220.52/219.42	c cleaning 9583 clauses out of 19185 with flag 55001/320495
227.42/226.38	c cleaning 9790 clauses out of 19601 with flag 65000/330494
234.03/232.95	c cleaning 9898 clauses out of 19811 with flag 75000/340494
240.83/239.74	c cleaning 9946 clauses out of 19913 with flag 85000/350494
247.83/246.70	c cleaning 9974 clauses out of 19967 with flag 95000/360494
254.14/253.08	c cleaning 9989 clauses out of 19993 with flag 105000/370494
260.64/259.55	c cleaning 9995 clauses out of 20006 with flag 115002/380496
267.14/266.09	c cleaning 9994 clauses out of 20009 with flag 125000/390494
274.14/273.04	c cleaning 10002 clauses out of 20016 with flag 135001/400495
280.75/279.69	c cleaning 9997 clauses out of 20014 with flag 145001/410495
282.16/281.00	c Got one! Elapsed wall clock time (in seconds):280.896
282.16/281.00	o 278120
283.36/282.25	c Got one! Elapsed wall clock time (in seconds):282.142
283.36/282.25	o 278110
284.66/283.59	c cleaning 7967 clauses out of 15952 with flag 2001/416430
288.66/287.50	c cleaning 6979 clauses out of 13984 with flag 8000/422429
293.56/292.41	c cleaning 6990 clauses out of 14005 with flag 15000/429429
299.27/298.13	c cleaning 7508 clauses out of 15015 with flag 23000/437429
305.17/304.09	c cleaning 8251 clauses out of 16508 with flag 32001/446430
311.87/310.79	c cleaning 9124 clauses out of 18257 with flag 42001/456430
318.57/317.44	c cleaning 9565 clauses out of 19132 with flag 52000/466429
324.97/323.80	c cleaning 9774 clauses out of 19567 with flag 62000/476429
331.88/330.75	c cleaning 9897 clauses out of 19793 with flag 72000/486429
338.81/337.66	c cleaning 9947 clauses out of 19896 with flag 82000/496429
346.00/344.84	c cleaning 9972 clauses out of 19949 with flag 92000/506429
353.21/352.04	c cleaning 9986 clauses out of 19977 with flag 102000/516429
360.31/359.19	c cleaning 9994 clauses out of 19991 with flag 112000/526429
367.11/365.97	c cleaning 9987 clauses out of 19997 with flag 122000/536429
374.12/372.94	c cleaning 10001 clauses out of 20010 with flag 132000/546429
381.02/379.87	c cleaning 9999 clauses out of 20009 with flag 142000/556429
385.62/384.43	c Got one! Elapsed wall clock time (in seconds):384.325
385.62/384.43	o 278106
388.82/387.63	c cleaning 10828 clauses out of 21672 with flag 5001/568091
392.42/391.20	c cleaning 8412 clauses out of 16843 with flag 11000/574090
396.43/395.24	c cleaning 7700 clauses out of 15431 with flag 18000/581090
401.03/399.87	c cleaning 7854 clauses out of 15732 with flag 26001/589091
406.63/405.48	c cleaning 8436 clauses out of 16878 with flag 35001/598091
413.04/411.84	c cleaning 9217 clauses out of 18441 with flag 45000/608090
419.54/418.34	c cleaning 9600 clauses out of 19224 with flag 55000/618090
426.14/424.91	c cleaning 9804 clauses out of 19624 with flag 65000/628090
432.85/431.69	c cleaning 9902 clauses out of 19820 with flag 75000/638090
439.55/438.30	c cleaning 9953 clauses out of 19920 with flag 85002/648092
446.06/444.87	c cleaning 9974 clauses out of 19965 with flag 95000/658090
452.66/451.49	c cleaning 9980 clauses out of 19991 with flag 105000/668090
459.56/458.35	c cleaning 9993 clauses out of 20011 with flag 115000/678090
466.37/465.11	c cleaning 10006 clauses out of 20019 with flag 125001/688091
473.17/471.91	c cleaning 10002 clauses out of 20012 with flag 135000/698090
479.97/478.79	c cleaning 9989 clauses out of 20010 with flag 145000/708090
486.97/485.72	c cleaning 10005 clauses out of 20022 with flag 155001/718091
493.67/492.46	c cleaning 10003 clauses out of 20016 with flag 165000/728090
500.68/499.44	c cleaning 9991 clauses out of 20013 with flag 175000/738090
508.07/506.86	c cleaning 10005 clauses out of 20022 with flag 185000/748090
515.37/514.17	c cleaning 10001 clauses out of 20018 with flag 195001/758091
521.97/520.77	c cleaning 10005 clauses out of 20016 with flag 205000/768090
528.78/527.55	c cleaning 10003 clauses out of 20015 with flag 215004/778094
535.59/534.37	c cleaning 10001 clauses out of 20008 with flag 225000/788090
542.89/541.67	c cleaning 10002 clauses out of 20008 with flag 235001/798091
550.10/548.81	c cleaning 9999 clauses out of 20005 with flag 245000/808090
556.89/555.64	c cleaning 9993 clauses out of 20007 with flag 255001/818091
563.79/562.54	c cleaning 9997 clauses out of 20013 with flag 265000/828090
570.39/569.18	c cleaning 9987 clauses out of 20017 with flag 275001/838091
577.20/575.96	c cleaning 10009 clauses out of 20031 with flag 285002/848092
583.90/582.66	c cleaning 9999 clauses out of 20021 with flag 295001/858091
590.81/589.58	c cleaning 10003 clauses out of 20022 with flag 305001/868091
597.61/596.38	c cleaning 9997 clauses out of 20018 with flag 315000/878090
604.31/603.08	c cleaning 9998 clauses out of 20022 with flag 325001/888091
611.01/609.71	c cleaning 9997 clauses out of 20024 with flag 335001/898091
617.81/616.55	c cleaning 10000 clauses out of 20026 with flag 345000/908090
624.71/623.41	c cleaning 10006 clauses out of 20026 with flag 355000/918090
631.81/630.52	c cleaning 9996 clauses out of 20020 with flag 365000/928090
638.51/637.22	c cleaning 10007 clauses out of 20028 with flag 375004/938094
644.42/643.16	c cleaning 10003 clauses out of 20017 with flag 385000/948090
650.52/649.20	c cleaning 10001 clauses out of 20015 with flag 395001/958091
656.72/655.48	c cleaning 9988 clauses out of 20013 with flag 405000/968090
663.72/662.41	c cleaning 10002 clauses out of 20026 with flag 415001/978091
670.22/668.92	c cleaning 9990 clauses out of 20024 with flag 425001/988091
675.82/674.53	c cleaning 10007 clauses out of 20033 with flag 435000/998090
681.62/680.38	c cleaning 10006 clauses out of 20026 with flag 445000/1008090
683.72/682.45	c Got one! Elapsed wall clock time (in seconds):682.35
683.72/682.45	o 278105
685.02/683.79	c cleaning 7740 clauses out of 15514 with flag 2001/1013584
689.12/687.88	c cleaning 6873 clauses out of 13774 with flag 8001/1019584
694.12/692.88	c cleaning 6940 clauses out of 13900 with flag 15000/1026583
699.83/698.51	c cleaning 7475 clauses out of 14960 with flag 23000/1034583
706.33/705.02	c cleaning 8239 clauses out of 16485 with flag 32000/1043583
713.53/712.22	c cleaning 9118 clauses out of 18246 with flag 42000/1053583
720.43/719.10	c cleaning 9563 clauses out of 19129 with flag 52001/1063584
727.14/725.82	c cleaning 9774 clauses out of 19565 with flag 62000/1073583
734.14/732.80	c cleaning 9892 clauses out of 19791 with flag 72000/1083583
741.04/739.80	c cleaning 9942 clauses out of 19899 with flag 82000/1093583
747.65/746.40	c cleaning 9970 clauses out of 19958 with flag 92001/1103584
754.25/752.95	c cleaning 9990 clauses out of 19987 with flag 102000/1113583
760.65/759.38	c cleaning 9999 clauses out of 19998 with flag 112001/1123584
767.45/766.16	c cleaning 9989 clauses out of 19998 with flag 122000/1133583
773.86/772.50	c cleaning 9999 clauses out of 20010 with flag 132001/1143584
780.76/779.41	c cleaning 9991 clauses out of 20010 with flag 142000/1153583
787.26/785.90	c cleaning 10006 clauses out of 20020 with flag 152001/1163584
793.46/792.10	c cleaning 10001 clauses out of 20013 with flag 162000/1173583
799.46/798.18	c cleaning 9998 clauses out of 20013 with flag 172001/1183584
805.66/804.33	c cleaning 9995 clauses out of 20015 with flag 182001/1193584
811.86/810.53	c cleaning 10002 clauses out of 20020 with flag 192001/1203584
818.07/816.75	c cleaning 10006 clauses out of 20018 with flag 202001/1213584
824.48/823.19	c cleaning 10005 clauses out of 20013 with flag 212002/1223585
831.28/829.96	c cleaning 9995 clauses out of 20006 with flag 222000/1233583
838.18/836.80	c cleaning 10002 clauses out of 20012 with flag 232001/1243584
844.89/843.54	c cleaning 10005 clauses out of 20009 with flag 242000/1253583
850.29/848.97	c cleaning 10000 clauses out of 20005 with flag 252001/1263584
855.89/854.54	c cleaning 9999 clauses out of 20004 with flag 262000/1273583
861.50/860.13	c cleaning 9998 clauses out of 20005 with flag 272000/1283583
867.00/865.65	c cleaning 10001 clauses out of 20007 with flag 282000/1293583
872.60/871.23	c cleaning 10000 clauses out of 20007 with flag 292001/1303584
878.11/876.74	c cleaning 9998 clauses out of 20006 with flag 302000/1313583
883.70/882.33	c cleaning 9996 clauses out of 20008 with flag 312000/1323583
889.51/888.18	c cleaning 10002 clauses out of 20012 with flag 322000/1333583
895.11/893.77	c cleaning 10001 clauses out of 20010 with flag 332000/1343583
900.71/899.36	c cleaning 9998 clauses out of 20009 with flag 342000/1353583
906.31/904.98	c cleaning 10004 clauses out of 20011 with flag 352000/1363583
912.91/911.54	c cleaning 9990 clauses out of 20007 with flag 362000/1373583
919.02/917.60	c cleaning 9997 clauses out of 20018 with flag 372001/1383584
926.82/925.46	c cleaning 10003 clauses out of 20021 with flag 382001/1393584
933.52/932.19	c cleaning 9997 clauses out of 20017 with flag 392000/1403583
940.13/938.77	c cleaning 9997 clauses out of 20020 with flag 402000/1413583
946.73/945.32	c cleaning 9992 clauses out of 20023 with flag 412000/1423583
953.43/952.05	c cleaning 10008 clauses out of 20032 with flag 422001/1433584
959.93/958.53	c cleaning 9996 clauses out of 20023 with flag 432000/1443583
966.34/964.99	c cleaning 10003 clauses out of 20028 with flag 442001/1453584
973.34/971.90	c cleaning 10002 clauses out of 20025 with flag 452001/1463584
980.14/978.75	c cleaning 9992 clauses out of 20022 with flag 462000/1473583
987.24/985.83	c cleaning 9997 clauses out of 20030 with flag 472000/1483583
994.54/993.16	c cleaning 9992 clauses out of 20033 with flag 482000/1493583
1001.25/999.87	c cleaning 10017 clauses out of 20041 with flag 492000/1503583
1007.95/1006.50	c cleaning 10005 clauses out of 20025 with flag 502001/1513584
1014.45/1013.07	c cleaning 9998 clauses out of 20019 with flag 512000/1523583
1020.95/1019.59	c cleaning 10004 clauses out of 20022 with flag 522001/1533584
1027.65/1026.27	c cleaning 10000 clauses out of 20018 with flag 532001/1543584
1034.36/1032.94	c cleaning 9999 clauses out of 20018 with flag 542001/1553584
1040.86/1039.46	c cleaning 9990 clauses out of 20018 with flag 552000/1563583
1047.46/1046.03	c cleaning 9997 clauses out of 20028 with flag 562000/1573583
1053.46/1052.08	c cleaning 9998 clauses out of 20032 with flag 572001/1583584
1059.66/1058.27	c cleaning 10008 clauses out of 20033 with flag 582000/1593583
1066.36/1064.91	c cleaning 10001 clauses out of 20025 with flag 592000/1603583
1073.16/1071.71	c cleaning 10000 clauses out of 20026 with flag 602002/1613585
1079.96/1078.50	c cleaning 9997 clauses out of 20024 with flag 612000/1623583
1086.66/1085.26	c cleaning 10002 clauses out of 20030 with flag 622003/1633586
1093.36/1091.96	c cleaning 9989 clauses out of 20026 with flag 632001/1643584
1100.17/1098.75	c cleaning 10005 clauses out of 20036 with flag 642000/1653583
1106.88/1105.49	c cleaning 10008 clauses out of 20031 with flag 652000/1663583
1113.98/1112.52	c cleaning 10001 clauses out of 20023 with flag 662000/1673583
1120.98/1119.53	c cleaning 10002 clauses out of 20022 with flag 672000/1683583
1128.38/1126.94	c cleaning 9996 clauses out of 20022 with flag 682002/1693585
1135.88/1134.44	c cleaning 9995 clauses out of 20024 with flag 692000/1703583
1143.48/1142.02	c cleaning 9994 clauses out of 20029 with flag 702000/1713583
1151.08/1149.62	c cleaning 10011 clauses out of 20035 with flag 712000/1723583
1158.08/1156.69	c cleaning 9997 clauses out of 20024 with flag 722000/1733583
1165.08/1163.66	c cleaning 10001 clauses out of 20027 with flag 732000/1743583
1172.08/1170.68	c cleaning 9991 clauses out of 20027 with flag 742001/1753584
1179.18/1177.70	c cleaning 10006 clauses out of 20037 with flag 752002/1763585
1186.28/1184.84	c cleaning 10002 clauses out of 20029 with flag 762000/1773583
1193.48/1192.04	c cleaning 9999 clauses out of 20028 with flag 772001/1783584
1200.79/1199.37	c cleaning 10000 clauses out of 20028 with flag 782000/1793583
1208.09/1206.62	c cleaning 9998 clauses out of 20028 with flag 792000/1803583
1214.80/1213.35	c cleaning 10004 clauses out of 20030 with flag 802000/1813583
1221.19/1219.79	c cleaning 9997 clauses out of 20027 with flag 812001/1823584
1227.69/1226.27	c cleaning 10006 clauses out of 20029 with flag 822000/1833583
1234.39/1232.93	c cleaning 9989 clauses out of 20024 with flag 832001/1843584
1241.00/1239.58	c cleaning 10005 clauses out of 20034 with flag 842000/1853583
1247.70/1246.24	c cleaning 10001 clauses out of 20029 with flag 852000/1863583
1254.41/1252.95	c cleaning 10007 clauses out of 20028 with flag 862000/1873583
1261.01/1259.57	c cleaning 10007 clauses out of 20022 with flag 872001/1883584
1267.80/1266.35	c cleaning 9994 clauses out of 20014 with flag 882000/1893583
1274.51/1273.03	c cleaning 9998 clauses out of 20020 with flag 892000/1903583
1281.41/1279.92	c cleaning 10003 clauses out of 20022 with flag 902000/1913583
1287.82/1286.34	c cleaning 9995 clauses out of 20020 with flag 912001/1923584
1294.42/1292.96	c cleaning 10003 clauses out of 20024 with flag 922000/1933583
1301.02/1299.51	c cleaning 9990 clauses out of 20021 with flag 932000/1943583
1307.63/1306.12	c cleaning 9996 clauses out of 20032 with flag 942001/1953584
1314.33/1312.81	c cleaning 10012 clauses out of 20035 with flag 952000/1963583
1320.83/1319.35	c cleaning 9999 clauses out of 20023 with flag 962000/1973583
1327.43/1325.99	c cleaning 9997 clauses out of 20024 with flag 972000/1983583
1334.04/1332.54	c cleaning 10006 clauses out of 20028 with flag 982001/1993584
1340.94/1339.43	c cleaning 9999 clauses out of 20021 with flag 992000/2003583
1347.64/1346.12	c cleaning 10006 clauses out of 20023 with flag 1002001/2013584
1354.04/1352.53	c cleaning 9997 clauses out of 20017 with flag 1012001/2023584
1360.74/1359.29	c cleaning 10010 clauses out of 20019 with flag 1022000/2033583
1367.54/1366.06	c cleaning 10005 clauses out of 20009 with flag 1032000/2043583
1374.25/1372.71	c cleaning 9993 clauses out of 20004 with flag 1042000/2053583
1380.95/1379.44	c cleaning 9994 clauses out of 20011 with flag 1052000/2063583
1387.56/1386.08	c cleaning 10001 clauses out of 20017 with flag 1062000/2073583
1394.16/1392.61	c cleaning 9993 clauses out of 20016 with flag 1072000/2083583
1400.76/1399.25	c cleaning 9993 clauses out of 20023 with flag 1082000/2093583
1407.36/1405.89	c cleaning 10005 clauses out of 20030 with flag 1092000/2103583
1414.16/1412.67	c cleaning 10000 clauses out of 20027 with flag 1102002/2113585
1420.86/1419.38	c cleaning 10004 clauses out of 20027 with flag 1112002/2123585
1427.56/1426.04	c cleaning 9998 clauses out of 20021 with flag 1122000/2133583
1434.36/1432.82	c cleaning 9992 clauses out of 20023 with flag 1132000/2143583
1441.06/1439.57	c cleaning 9997 clauses out of 20031 with flag 1142000/2153583
1447.86/1446.31	c cleaning 10011 clauses out of 20034 with flag 1152000/2163583
1454.17/1452.60	c cleaning 10012 clauses out of 20023 with flag 1162000/2173583
1459.87/1458.39	c cleaning 9986 clauses out of 20012 with flag 1172001/2183584
1465.68/1464.13	c cleaning 10008 clauses out of 20025 with flag 1182000/2193583
1471.38/1469.81	c cleaning 9994 clauses out of 20017 with flag 1192000/2203583
1477.08/1475.51	c cleaning 10001 clauses out of 20023 with flag 1202000/2213583
1483.08/1481.58	c cleaning 10002 clauses out of 20023 with flag 1212001/2223584
1489.08/1487.58	c cleaning 10001 clauses out of 20020 with flag 1222000/2233583
1494.98/1493.45	c cleaning 9993 clauses out of 20019 with flag 1232000/2243583
1500.79/1499.29	c cleaning 9992 clauses out of 20027 with flag 1242001/2253584
1506.59/1505.09	c cleaning 10009 clauses out of 20034 with flag 1252000/2263583
1512.70/1511.19	c cleaning 10007 clauses out of 20026 with flag 1262001/2273584
1518.90/1517.31	c cleaning 9990 clauses out of 20020 with flag 1272002/2283585
1524.90/1523.36	c cleaning 10007 clauses out of 20028 with flag 1282000/2293583
1531.00/1529.42	c cleaning 10002 clauses out of 20022 with flag 1292001/2303584
1537.11/1535.57	c cleaning 9993 clauses out of 20019 with flag 1302000/2313583
1543.31/1541.79	c cleaning 10001 clauses out of 20029 with flag 1312003/2323586
1549.81/1548.20	c cleaning 10002 clauses out of 20025 with flag 1322000/2333583
1556.31/1554.77	c cleaning 10004 clauses out of 20024 with flag 1332001/2343584
1562.42/1560.90	c Got one! Elapsed wall clock time (in seconds):1560.792
1562.42/1560.90	o 277120
1565.82/1564.24	c cleaning 11875 clauses out of 23751 with flag 5001/2357315
1570.22/1568.61	c cleaning 8911 clauses out of 17875 with flag 11000/2363314
1574.92/1573.39	c cleaning 7969 clauses out of 15964 with flag 18000/2370314
1580.42/1578.88	c cleaning 7976 clauses out of 15995 with flag 26000/2378314
1586.82/1585.23	c cleaning 8507 clauses out of 17019 with flag 35000/2387314
1594.02/1592.43	c cleaning 9252 clauses out of 18512 with flag 45000/2397314
1601.52/1599.92	c cleaning 9625 clauses out of 19260 with flag 55000/2407314
1608.22/1606.68	c cleaning 9813 clauses out of 19635 with flag 65000/2417314
1615.13/1613.53	c cleaning 9904 clauses out of 19822 with flag 75000/2427314
1621.94/1620.36	c cleaning 9952 clauses out of 19918 with flag 85000/2437314
1628.83/1627.26	c cleaning 9977 clauses out of 19967 with flag 95001/2447315
1635.54/1633.92	c cleaning 9985 clauses out of 19989 with flag 105000/2457314
1642.64/1641.01	c cleaning 9994 clauses out of 20004 with flag 115000/2467314
1649.54/1647.93	c cleaning 10004 clauses out of 20010 with flag 125000/2477314
1656.44/1654.85	c cleaning 9991 clauses out of 20006 with flag 135000/2487314
1663.45/1661.84	c cleaning 10007 clauses out of 20015 with flag 145000/2497314
1669.85/1668.24	c cleaning 9991 clauses out of 20008 with flag 155000/2507314
1676.15/1674.53	c cleaning 10000 clauses out of 20018 with flag 165001/2517315
1682.46/1680.88	c cleaning 9992 clauses out of 20018 with flag 175001/2527315
1688.96/1687.35	c cleaning 9999 clauses out of 20025 with flag 185000/2537314
1695.45/1693.84	c cleaning 10005 clauses out of 20027 with flag 195001/2547315
1701.86/1700.21	c cleaning 9994 clauses out of 20021 with flag 205000/2557314
1708.46/1706.82	c cleaning 10002 clauses out of 20027 with flag 215000/2567314
1715.17/1713.51	c cleaning 10002 clauses out of 20025 with flag 225000/2577314
1721.37/1719.71	c cleaning 10004 clauses out of 20023 with flag 235000/2587314
1727.67/1726.08	c cleaning 9995 clauses out of 20019 with flag 245000/2597314
1734.18/1732.51	c cleaning 9997 clauses out of 20024 with flag 255000/2607314
1740.68/1739.01	c cleaning 10006 clauses out of 20028 with flag 265001/2617315
1746.98/1745.35	c cleaning 10001 clauses out of 20022 with flag 275001/2627315
1753.38/1751.77	c cleaning 10001 clauses out of 20020 with flag 285000/2637314
1759.78/1758.12	c cleaning 9999 clauses out of 20019 with flag 295000/2647314
1766.18/1764.57	c cleaning 10008 clauses out of 20021 with flag 305001/2657315
1772.88/1771.22	c cleaning 9998 clauses out of 20012 with flag 315000/2667314
1779.58/1777.94	c cleaning 9992 clauses out of 20015 with flag 325001/2677315
1786.28/1784.63	c cleaning 10000 clauses out of 20023 with flag 335001/2687315
1792.78/1791.17	c cleaning 10001 clauses out of 20023 with flag 345001/2697315
1799.58/1797.90	c cleaning 10003 clauses out of 20021 with flag 355000/2707314
1800.10/1798.41	c starts		: 245
1800.10/1798.41	c conflicts		: 2708081
1800.10/1798.41	c decisions		: 3088720
1800.10/1798.41	c propagations		: 84221391
1800.10/1798.41	c inspects		: 1263002807
1800.10/1798.41	c shortcuts		: 0
1800.10/1798.41	c learnt literals	: 0
1800.10/1798.41	c learnt binary clauses	: 0
1800.10/1798.41	c learnt ternary clauses	: 755
1800.10/1798.41	c learnt constraints	: 2708081
1800.10/1798.41	c ignored constraints	: 0
1800.10/1798.41	c root simplifications	: 0
1800.10/1798.41	c removed literals (reason simplification)	: 15604277
1800.10/1798.42	c reason swapping (by a shorter reason)	: 0
1800.10/1798.42	c Calls to reduceDB	: 281
1800.10/1798.42	c number of reductions to clauses (during analyze)	: 0
1800.10/1798.42	c number of learned constraints concerned by reduction	: 0
1800.10/1798.42	c number of learning phase by resolution	: 0
1800.10/1798.42	c number of learning phase by cutting planes	: 0
1800.10/1798.42	c speed (assignments/second)	: 354592.4990316442
1800.10/1798.42	c non guided choices	129
1800.10/1798.42	c learnt constraints type 
1800.10/1798.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10792
1800.10/1798.42	c constraints type 
1800.10/1798.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6950
1800.10/1798.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 58
1800.10/1798.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 574
1800.10/1798.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.10/1798.42	s SATISFIABLE
1800.10/1798.42	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 
1800.10/1798.42	c objective function=277120
1800.10/1798.42	c Total wall clock time (in seconds): 1798.319

Verifier Data

OK	277120

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492989-1307913634/watcher-3492989-1307913634 -o /tmp/evaluation-result-3492989-1307913634/solver-3492989-1307913634 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492989-1307913634.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.05 2.01 2/196 15715
/proc/meminfo: memFree=1593932/32951124 swapFree=67063552/67111528
[pid=15715] ppid=15713 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/15715/stat : 15715 (java) R 15713 15715 11440 0 -1 4202496 1101 0 0 0 0 0 0 0 25 0 1 0 902961609 23580672 844 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 47481433056775 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15715/statm: 5744 843 635 9 0 124 0
[pid=15715/tid=15716] ppid=15713 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15716/stat : 15716 (java) R 15713 15715 11440 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 2 0 902961610 24580096 863 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246516834048 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0951449 s]
/proc/loadavg: 2.12 2.05 2.01 2/196 15715
/proc/meminfo: memFree=1593932/32951124 swapFree=67063552/67111528
[pid=15715] ppid=15713 vsize=10539904 CPUtime=0.1 cores=1,3,5,7
/proc/15715/stat : 15715 (java) S 15713 15715 11440 0 -1 4202496 13022 0 1 0 9 1 0 0 25 0 18 0 902961609 10792861696 12678 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15715/statm: 2634976 12679 2093 9 0 2625710 0
[pid=15715/tid=15716] ppid=15713 vsize=10539904 CPUtime=0.08 cores=1,3,5,7
/proc/15715/task/15716/stat : 15716 (java) R 15713 15715 11440 0 -1 4202560 11069 0 1 0 7 1 0 0 25 0 18 0 902961610 10792861696 12679 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 46912505099250 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) 10539904

[startup+0.10108 s]
/proc/loadavg: 2.12 2.05 2.01 2/196 15715
/proc/meminfo: memFree=1593932/32951124 swapFree=67063552/67111528
[pid=15715] ppid=15713 vsize=10540044 CPUtime=0.1 cores=1,3,5,7
/proc/15715/stat : 15715 (java) S 15713 15715 11440 0 -1 4202496 13107 0 1 0 9 1 0 0 25 0 18 0 902961609 10793005056 12763 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15715/statm: 2635011 12764 2093 9 0 2625745 0
[pid=15715/tid=15716] ppid=15713 vsize=10540044 CPUtime=0.08 cores=1,3,5,7
/proc/15715/task/15716/stat : 15716 (java) R 15713 15715 11440 0 -1 4202560 11154 0 1 0 7 1 0 0 25 0 18 0 902961610 10793005056 12764 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528660939 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) 10540044

[startup+0.30105 s]
/proc/loadavg: 2.12 2.05 2.01 2/196 15715
/proc/meminfo: memFree=1593932/32951124 swapFree=67063552/67111528
[pid=15715] ppid=15713 vsize=10542204 CPUtime=0.48 cores=1,3,5,7
/proc/15715/stat : 15715 (java) S 15713 15715 11440 0 -1 4202496 16131 0 1 0 46 2 0 0 25 0 18 0 902961609 10795216896 15523 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15715/statm: 2635501 15526 2201 9 0 2626235 0
[pid=15715/tid=15716] ppid=15713 vsize=10542004 CPUtime=0.28 cores=1,3,5,7
/proc/15715/task/15716/stat : 15716 (java) R 15713 15715 11440 0 -1 4202560 13087 0 1 0 26 2 0 0 25 0 18 0 902961610 10795012096 15526 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 46912505597159 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542204

[startup+0.700975 s]
/proc/loadavg: 2.12 2.05 2.01 2/196 15715
/proc/meminfo: memFree=1593932/32951124 swapFree=67063552/67111528
[pid=15715] ppid=15713 vsize=10546104 CPUtime=1.31 cores=1,3,5,7
/proc/15715/stat : 15715 (java) S 15713 15715 11440 0 -1 4202496 22691 0 1 0 128 3 0 0 25 0 19 0 902961609 10799210496 20526 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15715/statm: 2636526 20526 2233 9 0 2627260 0
[pid=15715/tid=15716] ppid=15713 vsize=10546104 CPUtime=0.68 cores=1,3,5,7
/proc/15715/task/15716/stat : 15716 (java) R 15713 15715 11440 0 -1 4202560 16915 0 1 0 66 2 0 0 25 0 19 0 902961610 10799210496 20526 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 46912505737515 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10546104

[startup+1.50086 s]
/proc/loadavg: 2.19 2.06 2.01 4/215 15734
/proc/meminfo: memFree=1515560/32951124 swapFree=67063552/67111528
[pid=15715] ppid=15713 vsize=10546104 CPUtime=2.32 cores=1,3,5,7
/proc/15715/stat : 15715 (java) S 15713 15715 11440 0 -1 4202496 24629 0 1 0 229 3 0 0 25 0 19 0 902961609 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15715/statm: 2636526 22210 2236 9 0 2627260 0
[pid=15715/tid=15716] ppid=15713 vsize=10546104 CPUtime=1.47 cores=1,3,5,7
/proc/15715/task/15716/stat : 15716 (java) R 15713 15715 11440 0 -1 4202560 18568 0 1 0 145 2 0 0 25 0 19 0 902961610 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 46912505737523 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15715/tid=15718] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15718/stat : 15718 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15719] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15719/stat : 15719 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15720] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15720/stat : 15720 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15721] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15721/stat : 15721 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15722] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15722/stat : 15722 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=15715/tid=15723] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15723/stat : 15723 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=15715/tid=15724] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15724/stat : 15724 (java) S 15713 15715 11440 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15725] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15725/stat : 15725 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902961611 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15726] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15726/stat : 15726 (java) S 15713 15715 11440 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 902961613 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15727] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15727/stat : 15727 (java) S 15713 15715 11440 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902961613 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15728] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15728/stat : 15728 (java) S 15713 15715 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902961613 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15729] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15729/stat : 15729 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15730] ppid=15713 vsize=10546104 CPUtime=0.42 cores=1,3,5,7
/proc/15715/task/15730/stat : 15730 (java) S 15713 15715 11440 0 -1 4202560 1932 0 0 0 42 0 0 0 22 0 19 0 902961615 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15731] ppid=15713 vsize=10546104 CPUtime=0.4 cores=1,3,5,7
/proc/15715/task/15731/stat : 15731 (java) S 15713 15715 11440 0 -1 4202560 2968 0 0 0 40 0 0 0 15 0 19 0 902961615 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15732] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15732/stat : 15732 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15733] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15733/stat : 15733 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902961615 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15734] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15734/stat : 15734 (java) S 15713 15715 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902961656 10799210496 22210 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10546104

[startup+3.10059 s]
/proc/loadavg: 2.19 2.06 2.01 3/215 15734
/proc/meminfo: memFree=1512276/32951124 swapFree=67063552/67111528
[pid=15715] ppid=15713 vsize=10546104 CPUtime=3.92 cores=1,3,5,7
/proc/15715/stat : 15715 (java) S 15713 15715 11440 0 -1 4202496 24999 0 1 0 389 3 0 0 25 0 19 0 902961609 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15715/statm: 2636526 22580 2236 9 0 2627260 0
[pid=15715/tid=15716] ppid=15713 vsize=10546104 CPUtime=3.08 cores=1,3,5,7
/proc/15715/task/15716/stat : 15716 (java) R 15713 15715 11440 0 -1 4202560 18937 0 1 0 305 3 0 0 25 0 19 0 902961610 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 46912505737545 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15715/tid=15718] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15718/stat : 15718 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15719] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15719/stat : 15719 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15720] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15720/stat : 15720 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15721] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15721/stat : 15721 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15722] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15722/stat : 15722 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=15715/tid=15723] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15723/stat : 15723 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=15715/tid=15724] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15724/stat : 15724 (java) S 15713 15715 11440 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 902961611 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15725] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15725/stat : 15725 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902961611 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15726] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15726/stat : 15726 (java) S 15713 15715 11440 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 902961613 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15727] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15727/stat : 15727 (java) S 15713 15715 11440 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902961613 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15728] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15728/stat : 15728 (java) S 15713 15715 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902961613 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15729] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15729/stat : 15729 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15730] ppid=15713 vsize=10546104 CPUtime=0.43 cores=1,3,5,7
/proc/15715/task/15730/stat : 15730 (java) S 15713 15715 11440 0 -1 4202560 1933 0 0 0 43 0 0 0 16 0 19 0 902961615 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15731] ppid=15713 vsize=10546104 CPUtime=0.4 cores=1,3,5,7
/proc/15715/task/15731/stat : 15731 (java) S 15713 15715 11440 0 -1 4202560 2968 0 0 0 40 0 0 0 15 0 19 0 902961615 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15732] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15732/stat : 15732 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15733] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15733/stat : 15733 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902961615 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15734] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15734/stat : 15734 (java) S 15713 15715 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902961656 10799210496 22580 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 10546104

[startup+6.30099 s]
/proc/loadavg: 2.18 2.06 2.01 3/215 15734
/proc/meminfo: memFree=1498808/32951124 swapFree=67063552/67111528
[pid=15715] ppid=15713 vsize=10546104 CPUtime=7.19 cores=1,3,5,7
/proc/15715/stat : 15715 (java) S 15713 15715 11440 0 -1 4202496 28425 0 1 0 715 4 0 0 25 0 19 0 902961609 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15715/statm: 2636526 25856 2264 9 0 2627260 0
[pid=15715/tid=15716] ppid=15713 vsize=10546104 CPUtime=6.25 cores=1,3,5,7
/proc/15715/task/15716/stat : 15716 (java) R 15713 15715 11440 0 -1 4202560 19412 0 1 0 622 3 0 0 20 0 19 0 902961610 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 46912505734454 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15715/tid=15718] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15718/stat : 15718 (java) S 15713 15715 11440 0 -1 4202560 332 0 0 0 0 0 0 0 18 0 19 0 902961611 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=15715/tid=15719] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15719/stat : 15719 (java) S 15713 15715 11440 0 -1 4202560 150 0 0 0 0 0 0 0 18 0 19 0 902961611 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15720] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15720/stat : 15720 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902961611 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15721] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15721/stat : 15721 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902961611 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15722] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15722/stat : 15722 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902961611 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=15715/tid=15723] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15723/stat : 15723 (java) S 15713 15715 11440 0 -1 4202560 157 0 0 0 0 0 0 0 18 0 19 0 902961611 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=15715/tid=15724] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15724/stat : 15724 (java) S 15713 15715 11440 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 902961611 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15725] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15725/stat : 15725 (java) S 15713 15715 11440 0 -1 4202560 690 0 0 0 0 0 0 0 18 0 19 0 902961611 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=15715/tid=15726] ppid=15713 vsize=10546104 CPUtime=0.02 cores=1,3,5,7
/proc/15715/task/15726/stat : 15726 (java) S 15713 15715 11440 0 -1 4202560 1490 0 0 0 2 0 0 0 15 0 19 0 902961613 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15727] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15727/stat : 15727 (java) S 15713 15715 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902961613 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15728] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15728/stat : 15728 (java) S 15713 15715 11440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902961613 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15729] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15729/stat : 15729 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15730] ppid=15713 vsize=10546104 CPUtime=0.47 cores=1,3,5,7
/proc/15715/task/15730/stat : 15730 (java) S 15713 15715 11440 0 -1 4202560 1946 0 0 0 47 0 0 0 15 0 19 0 902961615 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15731] ppid=15713 vsize=10546104 CPUtime=0.41 cores=1,3,5,7
/proc/15715/task/15731/stat : 15731 (java) S 15713 15715 11440 0 -1 4202560 3091 0 0 0 41 0 0 0 15 0 19 0 902961615 10799210496 25856 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0

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

[pid=15715/tid=15723] ppid=15713 vsize=10546104 CPUtime=0.13 cores=1,3,5,7
/proc/15715/task/15723/stat : 15723 (java) S 15713 15715 11440 0 -1 4202560 456 0 0 0 13 0 0 0 15 0 19 0 902961611 10799210496 30865 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15724] ppid=15713 vsize=10546104 CPUtime=0.13 cores=1,3,5,7
/proc/15715/task/15724/stat : 15724 (java) S 15713 15715 11440 0 -1 4202560 370 0 0 0 13 0 0 0 15 0 19 0 902961611 10799210496 30865 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15725] ppid=15713 vsize=10546104 CPUtime=0.14 cores=1,3,5,7
/proc/15715/task/15725/stat : 15725 (java) S 15713 15715 11440 0 -1 4202560 1029 0 0 0 14 0 0 0 15 0 19 0 902961611 10799210496 30865 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15726] ppid=15713 vsize=10546104 CPUtime=6.21 cores=1,3,5,7
/proc/15715/task/15726/stat : 15726 (java) S 15713 15715 11440 0 -1 4202560 4400 0 0 0 618 3 0 0 15 0 19 0 902961613 10799210496 30865 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=15715/tid=15727] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15727/stat : 15727 (java) S 15713 15715 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902961613 10799210496 30865 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15728] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15728/stat : 15728 (java) S 15713 15715 11440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902961613 10799210496 30865 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15729] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15729/stat : 15729 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 30865 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15730] ppid=15713 vsize=10546104 CPUtime=0.52 cores=1,3,5,7
/proc/15715/task/15730/stat : 15730 (java) S 15713 15715 11440 0 -1 4202560 1954 0 0 0 52 0 0 0 16 0 19 0 902961615 10799210496 30865 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15731] ppid=15713 vsize=10546104 CPUtime=0.49 cores=1,3,5,7
/proc/15715/task/15731/stat : 15731 (java) S 15713 15715 11440 0 -1 4202560 3861 0 0 0 49 0 0 0 16 0 19 0 902961615 10799210496 30865 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15732] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15732/stat : 15732 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 30865 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15733] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15733/stat : 15733 (java) S 15713 15715 11440 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 902961615 10799210496 30865 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15734] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15734/stat : 15734 (java) S 15713 15715 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902961656 10799210496 30865 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1663.95
Current children cumulated vsize (KiB) 10546104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/215 16295
/proc/meminfo: memFree=93376/32951124 swapFree=67063552/67111528
[pid=15715] ppid=15713 vsize=10546104 CPUtime=1723.97 cores=1,3,5,7
/proc/15715/stat : 15715 (java) S 15713 15715 11440 0 -1 4202496 34674 0 1 0 172385 12 0 0 25 0 19 0 902961609 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15715/statm: 2636526 30868 2265 9 0 2627260 0
[pid=15715/tid=15716] ppid=15713 vsize=10546104 CPUtime=1715.35 cores=1,3,5,7
/proc/15715/task/15716/stat : 15716 (java) R 15713 15715 11440 0 -1 4202560 19680 0 1 0 171531 4 0 0 25 0 19 0 902961610 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 46912505737453 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15715/tid=15718] ppid=15713 vsize=10546104 CPUtime=0.13 cores=1,3,5,7
/proc/15715/task/15718/stat : 15718 (java) S 15713 15715 11440 0 -1 4202560 887 0 0 0 13 0 0 0 16 0 19 0 902961611 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15719] ppid=15713 vsize=10546104 CPUtime=0.15 cores=1,3,5,7
/proc/15715/task/15719/stat : 15719 (java) S 15713 15715 11440 0 -1 4202560 205 0 0 0 15 0 0 0 16 0 19 0 902961611 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15720] ppid=15713 vsize=10546104 CPUtime=0.14 cores=1,3,5,7
/proc/15715/task/15720/stat : 15720 (java) S 15713 15715 11440 0 -1 4202560 183 0 0 0 14 0 0 0 15 0 19 0 902961611 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15721] ppid=15713 vsize=10546104 CPUtime=0.13 cores=1,3,5,7
/proc/15715/task/15721/stat : 15721 (java) S 15713 15715 11440 0 -1 4202560 304 0 0 0 13 0 0 0 15 0 19 0 902961611 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15722] ppid=15713 vsize=10546104 CPUtime=0.12 cores=1,3,5,7
/proc/15715/task/15722/stat : 15722 (java) S 15713 15715 11440 0 -1 4202560 91 0 0 0 12 0 0 0 15 0 19 0 902961611 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15723] ppid=15713 vsize=10546104 CPUtime=0.13 cores=1,3,5,7
/proc/15715/task/15723/stat : 15723 (java) S 15713 15715 11440 0 -1 4202560 456 0 0 0 13 0 0 0 15 0 19 0 902961611 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15724] ppid=15713 vsize=10546104 CPUtime=0.13 cores=1,3,5,7
/proc/15715/task/15724/stat : 15724 (java) S 15713 15715 11440 0 -1 4202560 370 0 0 0 13 0 0 0 15 0 19 0 902961611 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15725] ppid=15713 vsize=10546104 CPUtime=0.15 cores=1,3,5,7
/proc/15715/task/15725/stat : 15725 (java) S 15713 15715 11440 0 -1 4202560 1029 0 0 0 15 0 0 0 15 0 19 0 902961611 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15726] ppid=15713 vsize=10546104 CPUtime=6.44 cores=1,3,5,7
/proc/15715/task/15726/stat : 15726 (java) S 15713 15715 11440 0 -1 4202560 4404 0 0 0 640 4 0 0 15 0 19 0 902961613 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=15715/tid=15727] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15727/stat : 15727 (java) S 15713 15715 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902961613 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15728] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15728/stat : 15728 (java) S 15713 15715 11440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902961613 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15729] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15729/stat : 15729 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15730] ppid=15713 vsize=10546104 CPUtime=0.52 cores=1,3,5,7
/proc/15715/task/15730/stat : 15730 (java) S 15713 15715 11440 0 -1 4202560 1954 0 0 0 52 0 0 0 16 0 19 0 902961615 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15731] ppid=15713 vsize=10546104 CPUtime=0.49 cores=1,3,5,7
/proc/15715/task/15731/stat : 15731 (java) S 15713 15715 11440 0 -1 4202560 3861 0 0 0 49 0 0 0 16 0 19 0 902961615 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15732] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15732/stat : 15732 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15733] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15733/stat : 15733 (java) S 15713 15715 11440 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 902961615 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15734] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15734/stat : 15734 (java) S 15713 15715 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902961656 10799210496 30868 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1723.97
Current children cumulated vsize (KiB) 10546104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/215 16297
/proc/meminfo: memFree=92908/32951124 swapFree=67063552/67111528
[pid=15715] ppid=15713 vsize=10546104 CPUtime=1783.98 cores=1,3,5,7
/proc/15715/stat : 15715 (java) S 15713 15715 11440 0 -1 4202496 34695 0 1 0 178386 12 0 0 25 0 19 0 902961609 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15715/statm: 2636526 30872 2265 9 0 2627260 0
[pid=15715/tid=15716] ppid=15713 vsize=10546104 CPUtime=1775.12 cores=1,3,5,7
/proc/15715/task/15716/stat : 15716 (java) R 15713 15715 11440 0 -1 4202560 19689 0 1 0 177508 4 0 0 25 0 19 0 902961610 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 46912505904028 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15715/tid=15718] ppid=15713 vsize=10546104 CPUtime=0.13 cores=1,3,5,7
/proc/15715/task/15718/stat : 15718 (java) S 15713 15715 11440 0 -1 4202560 887 0 0 0 13 0 0 0 15 0 19 0 902961611 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15719] ppid=15713 vsize=10546104 CPUtime=0.15 cores=1,3,5,7
/proc/15715/task/15719/stat : 15719 (java) S 15713 15715 11440 0 -1 4202560 209 0 0 0 15 0 0 0 16 0 19 0 902961611 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15720] ppid=15713 vsize=10546104 CPUtime=0.14 cores=1,3,5,7
/proc/15715/task/15720/stat : 15720 (java) S 15713 15715 11440 0 -1 4202560 183 0 0 0 14 0 0 0 15 0 19 0 902961611 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15721] ppid=15713 vsize=10546104 CPUtime=0.13 cores=1,3,5,7
/proc/15715/task/15721/stat : 15721 (java) S 15713 15715 11440 0 -1 4202560 304 0 0 0 13 0 0 0 15 0 19 0 902961611 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15722] ppid=15713 vsize=10546104 CPUtime=0.12 cores=1,3,5,7
/proc/15715/task/15722/stat : 15722 (java) S 15713 15715 11440 0 -1 4202560 91 0 0 0 12 0 0 0 15 0 19 0 902961611 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15723] ppid=15713 vsize=10546104 CPUtime=0.13 cores=1,3,5,7
/proc/15715/task/15723/stat : 15723 (java) S 15713 15715 11440 0 -1 4202560 456 0 0 0 13 0 0 0 15 0 19 0 902961611 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15724] ppid=15713 vsize=10546104 CPUtime=0.14 cores=1,3,5,7
/proc/15715/task/15724/stat : 15724 (java) S 15713 15715 11440 0 -1 4202560 370 0 0 0 14 0 0 0 16 0 19 0 902961611 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15725] ppid=15713 vsize=10546104 CPUtime=0.15 cores=1,3,5,7
/proc/15715/task/15725/stat : 15725 (java) S 15713 15715 11440 0 -1 4202560 1029 0 0 0 15 0 0 0 15 0 19 0 902961611 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15726] ppid=15713 vsize=10546104 CPUtime=6.66 cores=1,3,5,7
/proc/15715/task/15726/stat : 15726 (java) S 15713 15715 11440 0 -1 4202560 4408 0 0 0 662 4 0 0 15 0 19 0 902961613 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=15715/tid=15727] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15727/stat : 15727 (java) S 15713 15715 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902961613 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15728] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15728/stat : 15728 (java) S 15713 15715 11440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902961613 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15729] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15729/stat : 15729 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15730] ppid=15713 vsize=10546104 CPUtime=0.52 cores=1,3,5,7
/proc/15715/task/15730/stat : 15730 (java) S 15713 15715 11440 0 -1 4202560 1954 0 0 0 52 0 0 0 16 0 19 0 902961615 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15731] ppid=15713 vsize=10546104 CPUtime=0.49 cores=1,3,5,7
/proc/15715/task/15731/stat : 15731 (java) S 15713 15715 11440 0 -1 4202560 3861 0 0 0 49 0 0 0 16 0 19 0 902961615 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15732] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15732/stat : 15732 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15733] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15733/stat : 15733 (java) S 15713 15715 11440 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 902961615 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15734] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15734/stat : 15734 (java) S 15713 15715 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902961656 10799210496 30872 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1783.98
Current children cumulated vsize (KiB) 10546104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/215 16297
/proc/meminfo: memFree=93092/32951124 swapFree=67063552/67111528
[pid=15715] ppid=15713 vsize=10546104 CPUtime=1800.1 cores=1,3,5,7
/proc/15715/stat : 15715 (java) S 15713 15715 11440 0 -1 4202496 34699 0 1 0 179998 12 0 0 25 0 19 0 902961609 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15715/statm: 2636526 30873 2265 9 0 2627260 0
[pid=15715/tid=15716] ppid=15713 vsize=10546104 CPUtime=1791.14 cores=1,3,5,7
/proc/15715/task/15716/stat : 15716 (java) R 15713 15715 11440 0 -1 4202560 19692 0 1 0 179110 4 0 0 25 0 19 0 902961610 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 46912505740791 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15715/tid=15718] ppid=15713 vsize=10546104 CPUtime=0.13 cores=1,3,5,7
/proc/15715/task/15718/stat : 15718 (java) S 15713 15715 11440 0 -1 4202560 887 0 0 0 13 0 0 0 15 0 19 0 902961611 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15719] ppid=15713 vsize=10546104 CPUtime=0.15 cores=1,3,5,7
/proc/15715/task/15719/stat : 15719 (java) S 15713 15715 11440 0 -1 4202560 209 0 0 0 15 0 0 0 15 0 19 0 902961611 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15720] ppid=15713 vsize=10546104 CPUtime=0.14 cores=1,3,5,7
/proc/15715/task/15720/stat : 15720 (java) S 15713 15715 11440 0 -1 4202560 183 0 0 0 14 0 0 0 15 0 19 0 902961611 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15721] ppid=15713 vsize=10546104 CPUtime=0.13 cores=1,3,5,7
/proc/15715/task/15721/stat : 15721 (java) S 15713 15715 11440 0 -1 4202560 304 0 0 0 13 0 0 0 15 0 19 0 902961611 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15722] ppid=15713 vsize=10546104 CPUtime=0.12 cores=1,3,5,7
/proc/15715/task/15722/stat : 15722 (java) S 15713 15715 11440 0 -1 4202560 92 0 0 0 12 0 0 0 15 0 19 0 902961611 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15723] ppid=15713 vsize=10546104 CPUtime=0.13 cores=1,3,5,7
/proc/15715/task/15723/stat : 15723 (java) S 15713 15715 11440 0 -1 4202560 456 0 0 0 13 0 0 0 15 0 19 0 902961611 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15724] ppid=15713 vsize=10546104 CPUtime=0.14 cores=1,3,5,7
/proc/15715/task/15724/stat : 15724 (java) S 15713 15715 11440 0 -1 4202560 370 0 0 0 14 0 0 0 16 0 19 0 902961611 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15725] ppid=15713 vsize=10546104 CPUtime=0.15 cores=1,3,5,7
/proc/15715/task/15725/stat : 15725 (java) S 15713 15715 11440 0 -1 4202560 1029 0 0 0 15 0 0 0 15 0 19 0 902961611 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15726] ppid=15713 vsize=10546104 CPUtime=6.74 cores=1,3,5,7
/proc/15715/task/15726/stat : 15726 (java) S 15713 15715 11440 0 -1 4202560 4408 0 0 0 670 4 0 0 15 0 19 0 902961613 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=15715/tid=15727] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15727/stat : 15727 (java) S 15713 15715 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902961613 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15728] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15728/stat : 15728 (java) S 15713 15715 11440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902961613 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15729] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15729/stat : 15729 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15730] ppid=15713 vsize=10546104 CPUtime=0.52 cores=1,3,5,7
/proc/15715/task/15730/stat : 15730 (java) S 15713 15715 11440 0 -1 4202560 1954 0 0 0 52 0 0 0 16 0 19 0 902961615 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=15715/tid=15731] ppid=15713 vsize=10546104 CPUtime=0.49 cores=1,3,5,7
/proc/15715/task/15731/stat : 15731 (java) S 15713 15715 11440 0 -1 4202560 3861 0 0 0 49 0 0 0 16 0 19 0 902961615 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15732] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15732/stat : 15732 (java) S 15713 15715 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902961615 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=15715/tid=15733] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15733/stat : 15733 (java) S 15713 15715 11440 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 902961615 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=15715/tid=15734] ppid=15713 vsize=10546104 CPUtime=0 cores=1,3,5,7
/proc/15715/task/15734/stat : 15734 (java) S 15713 15715 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902961656 10799210496 30873 33554432000 1073741824 1073778376 140733669392752 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10546104

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): 1798.43
CPU time (s): 1800.15
CPU user time (s): 1800.01
CPU system time (s): 0.134979
CPU usage (%): 100.095
Max. virtual memory (cumulated for all children) (KiB): 10546104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34747
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= 43971
involuntary context switches= 26970

runsolver used 2.82257 second user time and 7.00394 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-12 23:20:34
IDJOB=3492989
IDBENCH=79600
IDSOLVER=1982
FILE ID=node134/3492989-1307913634
RUNJOBID= node134-1307908842-14201
PBS_JOBID= 13559572
Free space on /tmp= 1424 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-28_wcsp.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492989-1307913634/watcher-3492989-1307913634 -o /tmp/evaluation-result-3492989-1307913634/solver-3492989-1307913634 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492989-1307913634.wbo

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

MD5SUM BENCH= a55ceb8d29eae2e4164c23000e30d1cb
RANDOM SEED=159977607

node134.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.67
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.83
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	: 7186.06
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.80
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1594476 kB
Buffers:         78328 kB
Cached:       30238888 kB
SwapCached:      10044 kB
Active:       15486740 kB
Inactive:     14922556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1594476 kB
SwapTotal:    67111528 kB
SwapFree:     67063552 kB
Dirty:             512 kB
Writeback:           0 kB
AnonPages:       89720 kB
Mapped:          18556 kB
Slab:           884400 kB
PageTables:       4508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10519624 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 1364 MiB
End job on node134 at 2011-06-12 23:50:35