Trace number 3492991

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.05

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-1504_wcsp.wbo
MD5SUMac5f702c0244d39cd9a7af5ec1155cb5
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 benchmark182320
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 variables1858
Total number of constraints7198
Number of soft constraints6593
Number of constraints which are clauses6593
Number of constraints which are cardinality constraints (but not clauses)605
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 285545
Min constraint cost 1
Max constraint cost 285545
Sum of constraints costs 1710129004
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492991-1307913641.wbo
0.10/0.11	c reading problem ... 
0.75/0.42	c ... done. Wall clock time 0.313s.
0.75/0.42	c #vars     8451
0.75/0.42	c #constraints  13792
0.75/0.42	c constraints type 
0.75/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6312
0.75/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 324
0.75/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1167
0.75/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.37/0.71	c SATISFIABLE
1.37/0.71	c OPTIMIZING...
1.37/0.71	c Got one! Elapsed wall clock time (in seconds):0.599
1.37/0.71	o 182323
3.93/3.12	c cleaning 2667 clauses out of 5337 with flag 5000/5337
6.29/5.44	c cleaning 4328 clauses out of 8671 with flag 11001/11338
9.19/8.39	c cleaning 5672 clauses out of 11344 with flag 18002/18339
12.61/11.79	c cleaning 6829 clauses out of 13671 with flag 26001/26338
16.75/15.82	c cleaning 7914 clauses out of 15843 with flag 35002/35339
21.15/20.29	c cleaning 8964 clauses out of 17927 with flag 45000/45337
25.96/25.01	c cleaning 9475 clauses out of 18963 with flag 55000/55337
30.26/29.30	c cleaning 9734 clauses out of 19488 with flag 65000/65337
34.26/33.33	c cleaning 9870 clauses out of 19754 with flag 75000/75337
38.67/37.77	c cleaning 9942 clauses out of 19884 with flag 85000/85337
42.68/41.73	c cleaning 9962 clauses out of 19942 with flag 95000/95337
46.68/45.78	c cleaning 9985 clauses out of 19980 with flag 105000/105337
51.38/50.41	c cleaning 9994 clauses out of 19997 with flag 115002/115339
56.08/55.12	c cleaning 9997 clauses out of 20002 with flag 125001/125338
60.39/59.43	c cleaning 9994 clauses out of 20004 with flag 135000/135337
64.49/63.58	c cleaning 9989 clauses out of 20010 with flag 145000/145337
68.59/67.68	c cleaning 10003 clauses out of 20022 with flag 155001/155338
72.90/71.99	c cleaning 9995 clauses out of 20019 with flag 165001/165338
77.51/76.50	c cleaning 10009 clauses out of 20023 with flag 175000/175337
81.71/80.72	c cleaning 9998 clauses out of 20015 with flag 185001/185338
85.72/84.75	c cleaning 9998 clauses out of 20016 with flag 195000/195337
89.62/88.65	c cleaning 10005 clauses out of 20019 with flag 205001/205338
93.43/92.44	c cleaning 10001 clauses out of 20013 with flag 215000/215337
97.42/96.45	c cleaning 10000 clauses out of 20012 with flag 225000/225337
101.23/100.28	c cleaning 9995 clauses out of 20012 with flag 235000/235337
105.44/104.44	c cleaning 9998 clauses out of 20017 with flag 245000/245337
109.64/108.66	c cleaning 9994 clauses out of 20020 with flag 255001/255338
114.44/113.46	c cleaning 10006 clauses out of 20025 with flag 265000/265337
118.65/117.68	c cleaning 9997 clauses out of 20019 with flag 275000/275337
122.64/121.61	c cleaning 10006 clauses out of 20023 with flag 285001/285338
126.75/125.76	c cleaning 9994 clauses out of 20017 with flag 295001/295338
130.86/129.82	c cleaning 10004 clauses out of 20024 with flag 305002/305339
134.95/133.97	c cleaning 9990 clauses out of 20019 with flag 315001/315338
139.06/138.06	c cleaning 10002 clauses out of 20029 with flag 325001/325338
143.16/142.16	c cleaning 9997 clauses out of 20028 with flag 335002/335339
147.37/146.38	c cleaning 10004 clauses out of 20031 with flag 345002/345339
151.37/150.34	c cleaning 9998 clauses out of 20025 with flag 355000/355337
155.48/154.42	c cleaning 10006 clauses out of 20027 with flag 365000/365337
159.58/158.50	c cleaning 10002 clauses out of 20022 with flag 375001/375338
163.58/162.54	c cleaning 10004 clauses out of 20022 with flag 385003/385340
167.99/166.91	c cleaning 9992 clauses out of 20015 with flag 395000/395337
172.29/171.28	c cleaning 10003 clauses out of 20024 with flag 405001/405338
176.79/175.75	c cleaning 9998 clauses out of 20021 with flag 415001/415338
180.89/179.86	c cleaning 9999 clauses out of 20022 with flag 425000/425337
184.90/183.88	c cleaning 10001 clauses out of 20023 with flag 435000/435337
189.21/188.12	c cleaning 10001 clauses out of 20023 with flag 445001/445338
193.40/192.30	c cleaning 9997 clauses out of 20021 with flag 455000/455337
197.70/196.62	c cleaning 10000 clauses out of 20024 with flag 465000/465337
202.11/201.02	c cleaning 10002 clauses out of 20024 with flag 475000/475337
206.41/205.36	c cleaning 10002 clauses out of 20023 with flag 485001/485338
210.71/209.64	c cleaning 10001 clauses out of 20021 with flag 495001/495338
214.91/213.87	c cleaning 9999 clauses out of 20019 with flag 505000/505337
219.22/218.19	c cleaning 9999 clauses out of 20020 with flag 515000/515337
223.52/222.46	c cleaning 10003 clauses out of 20021 with flag 525000/525337
227.92/226.83	c cleaning 9997 clauses out of 20020 with flag 535002/535339
232.33/231.21	c cleaning 10004 clauses out of 20021 with flag 545000/545337
236.63/235.57	c cleaning 9990 clauses out of 20017 with flag 555000/555337
240.94/239.86	c cleaning 10001 clauses out of 20027 with flag 565000/565337
245.35/244.22	c cleaning 10000 clauses out of 20026 with flag 575000/575337
249.64/248.58	c cleaning 9995 clauses out of 20026 with flag 585000/585337
254.15/253.01	c cleaning 10012 clauses out of 20032 with flag 595001/595338
258.25/257.13	c Got one! Elapsed wall clock time (in seconds):257.018
258.25/257.13	o 182322
260.60/259.46	c cleaning 12221 clauses out of 24452 with flag 5001/609770
263.61/262.48	c cleaning 9108 clauses out of 18230 with flag 11000/615769
267.33/266.12	c cleaning 8049 clauses out of 16123 with flag 18001/622770
271.42/270.23	c cleaning 8025 clauses out of 16073 with flag 26000/630769
276.03/274.86	c cleaning 8518 clauses out of 17048 with flag 35000/639769
281.04/279.86	c cleaning 9266 clauses out of 18531 with flag 45001/649770
285.45/284.24	c cleaning 9625 clauses out of 19264 with flag 55000/659769
289.36/288.19	c cleaning 9817 clauses out of 19640 with flag 65001/669770
293.76/292.54	c cleaning 9902 clauses out of 19822 with flag 75000/679769
297.66/296.44	c cleaning 9959 clauses out of 19921 with flag 85001/689770
301.76/300.52	c cleaning 9970 clauses out of 19961 with flag 95000/699769
305.66/304.47	c cleaning 9984 clauses out of 19991 with flag 105000/709769
309.67/308.41	c cleaning 9997 clauses out of 20007 with flag 115000/719769
313.37/312.17	c cleaning 10000 clauses out of 20011 with flag 125001/729770
317.27/316.07	c cleaning 10002 clauses out of 20010 with flag 135000/739769
321.17/319.96	c cleaning 9995 clauses out of 20009 with flag 145001/749770
325.18/323.90	c cleaning 9999 clauses out of 20013 with flag 155000/759769
328.78/327.55	c cleaning 10000 clauses out of 20015 with flag 165001/769770
332.48/331.21	c cleaning 9997 clauses out of 20015 with flag 175001/779770
336.69/335.47	c cleaning 10005 clauses out of 20018 with flag 185001/789770
341.28/340.05	c cleaning 10005 clauses out of 20012 with flag 195000/799769
345.99/344.77	c cleaning 10000 clauses out of 20008 with flag 205001/809770
350.49/349.24	c cleaning 9996 clauses out of 20007 with flag 215000/819769
354.79/353.55	c cleaning 10003 clauses out of 20011 with flag 225000/829769
359.10/357.81	c cleaning 9994 clauses out of 20008 with flag 235000/839769
363.40/362.16	c cleaning 9994 clauses out of 20016 with flag 245002/849771
367.90/366.61	c cleaning 10009 clauses out of 20020 with flag 255000/859769
372.41/371.12	c cleaning 9999 clauses out of 20011 with flag 265000/869769
376.91/375.60	c cleaning 9995 clauses out of 20012 with flag 275000/879769
381.41/380.14	c cleaning 9998 clauses out of 20017 with flag 285000/889769
385.91/384.67	c cleaning 9991 clauses out of 20019 with flag 295000/899769
390.32/389.03	c cleaning 10007 clauses out of 20028 with flag 305000/909769
394.52/393.28	c cleaning 9999 clauses out of 20021 with flag 315000/919769
398.72/397.45	c cleaning 10002 clauses out of 20022 with flag 325000/929769
403.13/401.84	c cleaning 10000 clauses out of 20020 with flag 335000/939769
407.14/405.87	c cleaning 10004 clauses out of 20020 with flag 345000/949769
411.14/409.88	c cleaning 9999 clauses out of 20016 with flag 355000/959769
415.14/413.90	c cleaning 9996 clauses out of 20017 with flag 365000/969769
419.25/417.92	c cleaning 9999 clauses out of 20022 with flag 375001/979770
423.34/422.09	c cleaning 9997 clauses out of 20022 with flag 385000/989769
427.45/426.20	c cleaning 9999 clauses out of 20027 with flag 395002/999771
431.76/430.43	c cleaning 10007 clauses out of 20027 with flag 405001/1009770
435.66/434.39	c cleaning 10000 clauses out of 20021 with flag 415002/1019771
439.86/438.53	c cleaning 10000 clauses out of 20020 with flag 425001/1029770
443.96/442.69	c cleaning 9993 clauses out of 20019 with flag 435000/1039769
448.06/446.79	c cleaning 10003 clauses out of 20026 with flag 445000/1049769
452.06/450.79	c cleaning 10005 clauses out of 20024 with flag 455001/1059770
456.16/454.87	c cleaning 9995 clauses out of 20018 with flag 465000/1069769
460.37/459.04	c cleaning 9997 clauses out of 20023 with flag 475000/1079769
464.97/463.64	c cleaning 10005 clauses out of 20027 with flag 485001/1089770
469.57/468.24	c cleaning 9998 clauses out of 20022 with flag 495001/1099770
474.08/472.72	c cleaning 10002 clauses out of 20024 with flag 505001/1109770
478.58/477.21	c cleaning 9994 clauses out of 20021 with flag 515000/1119769
483.08/481.80	c cleaning 10003 clauses out of 20028 with flag 525001/1129770
487.68/486.35	c cleaning 10005 clauses out of 20025 with flag 535001/1139770
492.18/490.86	c cleaning 9997 clauses out of 20019 with flag 545000/1149769
496.88/495.50	c cleaning 9995 clauses out of 20022 with flag 555000/1159769
501.58/500.27	c cleaning 9999 clauses out of 20027 with flag 565000/1169769
506.30/504.91	c cleaning 10011 clauses out of 20029 with flag 575001/1179770
510.39/509.00	c cleaning 9998 clauses out of 20017 with flag 585000/1189769
514.49/513.10	c cleaning 9996 clauses out of 20019 with flag 595000/1199769
518.60/517.23	c cleaning 10001 clauses out of 20023 with flag 605000/1209769
522.60/521.26	c cleaning 9998 clauses out of 20022 with flag 615000/1219769
526.80/525.43	c cleaning 10002 clauses out of 20024 with flag 625000/1229769
530.80/529.40	c cleaning 10002 clauses out of 20022 with flag 635000/1239769
534.70/533.38	c cleaning 9994 clauses out of 20020 with flag 645000/1249769
538.80/537.41	c cleaning 9996 clauses out of 20027 with flag 655001/1259770
542.81/541.46	c cleaning 10005 clauses out of 20031 with flag 665001/1269770
546.91/545.53	c cleaning 9998 clauses out of 20027 with flag 675002/1279771
551.01/549.61	c cleaning 10001 clauses out of 20028 with flag 685001/1289770
555.01/553.66	c cleaning 10002 clauses out of 20026 with flag 695000/1299769
559.21/557.81	c cleaning 9999 clauses out of 20024 with flag 705000/1309769
563.32/561.97	c cleaning 9998 clauses out of 20026 with flag 715001/1319770
567.62/566.20	c cleaning 10009 clauses out of 20027 with flag 725000/1329769
571.62/570.22	c cleaning 10001 clauses out of 20019 with flag 735001/1339770
575.82/574.42	c cleaning 9997 clauses out of 20017 with flag 745000/1349769
577.77/576.31	c Got one! Elapsed wall clock time (in seconds):576.199
577.77/576.31	o 182321
578.66/577.23	c cleaning 7991 clauses out of 16001 with flag 2000/1355750
581.46/580.01	c cleaning 7000 clauses out of 14011 with flag 8001/1361751
584.76/583.30	c cleaning 6998 clauses out of 14011 with flag 15001/1368751
588.77/587.34	c cleaning 7506 clauses out of 15013 with flag 23001/1376751
593.17/591.76	c cleaning 8251 clauses out of 16506 with flag 32000/1385750
596.86/595.48	c cleaning 9123 clauses out of 18257 with flag 42002/1395752
600.57/599.19	c cleaning 9560 clauses out of 19132 with flag 52000/1405750
604.67/603.25	c cleaning 9785 clauses out of 19572 with flag 62000/1415750
608.58/607.16	c cleaning 9888 clauses out of 19787 with flag 72000/1425750
612.37/610.97	c cleaning 9943 clauses out of 19899 with flag 82000/1435750
616.18/614.77	c cleaning 9975 clauses out of 19956 with flag 92000/1445750
619.98/618.59	c cleaning 9990 clauses out of 19982 with flag 102001/1455751
624.28/622.82	c cleaning 9996 clauses out of 19991 with flag 112000/1465750
628.49/627.06	c cleaning 9998 clauses out of 19995 with flag 122000/1475750
632.79/631.31	c cleaning 9999 clauses out of 19997 with flag 132000/1485750
636.99/635.53	c cleaning 9993 clauses out of 19999 with flag 142001/1495751
641.09/639.69	c cleaning 10000 clauses out of 20005 with flag 152000/1505750
645.39/643.98	c cleaning 9998 clauses out of 20005 with flag 162000/1515750
649.60/648.17	c cleaning 9996 clauses out of 20007 with flag 172000/1525750
654.01/652.50	c cleaning 10000 clauses out of 20011 with flag 182000/1535750
658.31/656.83	c cleaning 9999 clauses out of 20011 with flag 192000/1545750
662.62/661.17	c cleaning 9996 clauses out of 20013 with flag 202001/1555751
667.12/665.61	c cleaning 9996 clauses out of 20018 with flag 212002/1565752
671.33/669.89	c cleaning 10003 clauses out of 20020 with flag 222000/1575750
675.63/674.15	c cleaning 9999 clauses out of 20018 with flag 232001/1585751
679.93/678.41	c cleaning 10000 clauses out of 20020 with flag 242002/1595752
684.13/682.69	c cleaning 9999 clauses out of 20019 with flag 252001/1605751
688.44/686.95	c cleaning 9999 clauses out of 20020 with flag 262001/1615751
692.64/691.18	c cleaning 10004 clauses out of 20020 with flag 272000/1625750
696.84/695.33	c cleaning 10000 clauses out of 20017 with flag 282001/1635751
701.15/699.65	c cleaning 9995 clauses out of 20016 with flag 292000/1645750
705.55/704.09	c cleaning 10001 clauses out of 20021 with flag 302000/1655750
709.75/708.23	c cleaning 9997 clauses out of 20022 with flag 312002/1665752
713.85/712.30	c cleaning 10004 clauses out of 20024 with flag 322001/1675751
717.96/716.41	c cleaning 9991 clauses out of 20019 with flag 332000/1685750
721.96/720.45	c cleaning 10000 clauses out of 20028 with flag 342000/1695750
726.06/724.58	c cleaning 10002 clauses out of 20028 with flag 352000/1705750
730.07/728.58	c cleaning 10001 clauses out of 20026 with flag 362000/1715750
734.27/732.74	c cleaning 10000 clauses out of 20025 with flag 372000/1725750
738.48/736.93	c cleaning 9999 clauses out of 20025 with flag 382000/1735750
742.67/741.19	c cleaning 9993 clauses out of 20026 with flag 392000/1745750
746.78/745.27	c cleaning 10009 clauses out of 20033 with flag 402000/1755750
750.78/749.25	c cleaning 9997 clauses out of 20024 with flag 412000/1765750
754.68/753.15	c cleaning 10003 clauses out of 20028 with flag 422001/1775751
758.68/757.20	c cleaning 9995 clauses out of 20024 with flag 432000/1785750
762.79/761.23	c cleaning 10002 clauses out of 20031 with flag 442002/1795752
767.09/765.53	c cleaning 10000 clauses out of 20028 with flag 452001/1805751
771.18/769.68	c cleaning 9997 clauses out of 20027 with flag 462000/1815750
775.28/773.70	c cleaning 10002 clauses out of 20030 with flag 472000/1825750
779.49/777.94	c cleaning 10002 clauses out of 20028 with flag 482000/1835750
783.59/782.02	c cleaning 10000 clauses out of 20026 with flag 492000/1845750
787.49/785.97	c cleaning 9996 clauses out of 20029 with flag 502003/1855753
791.69/790.13	c cleaning 9999 clauses out of 20030 with flag 512000/1865750
795.59/794.06	c cleaning 10002 clauses out of 20032 with flag 522001/1875751
799.69/798.12	c cleaning 9996 clauses out of 20030 with flag 532001/1885751
803.79/802.30	c cleaning 10003 clauses out of 20034 with flag 542001/1895751
808.00/806.43	c cleaning 10005 clauses out of 20030 with flag 552000/1905750
812.00/810.43	c cleaning 9997 clauses out of 20026 with flag 562001/1915751
816.20/814.60	c cleaning 9996 clauses out of 20028 with flag 572000/1925750
820.20/818.60	c cleaning 10004 clauses out of 20032 with flag 582000/1935750
824.40/822.85	c cleaning 9994 clauses out of 20028 with flag 592000/1945750
828.71/827.17	c cleaning 10011 clauses out of 20034 with flag 602000/1955750
832.90/831.30	c cleaning 9993 clauses out of 20023 with flag 612000/1965750
837.10/835.58	c cleaning 10004 clauses out of 20030 with flag 622000/1975750
841.41/839.82	c cleaning 9994 clauses out of 20027 with flag 632001/1985751
845.71/844.16	c cleaning 10008 clauses out of 20033 with flag 642001/1995751
849.81/848.29	c cleaning 10005 clauses out of 20025 with flag 652001/2005751
851.61/850.08	c Got one! Elapsed wall clock time (in seconds):849.977
851.61/850.08	o 182320
852.12/850.56	c cleaning 7665 clauses out of 15346 with flag 1001/2011077
854.92/853.32	c cleaning 6829 clauses out of 13681 with flag 7001/2017077
858.12/856.53	c cleaning 6922 clauses out of 13852 with flag 14001/2024077
862.02/860.47	c cleaning 7454 clauses out of 14930 with flag 22001/2032077
865.13/863.52	c cleaning 8235 clauses out of 16475 with flag 31000/2041076
869.73/868.16	c cleaning 9103 clauses out of 18241 with flag 41001/2051077
873.53/871.99	c cleaning 9564 clauses out of 19137 with flag 51000/2061076
877.24/875.63	c cleaning 9784 clauses out of 19573 with flag 61000/2071076
880.94/879.33	c cleaning 9890 clauses out of 19790 with flag 71001/2081077
884.55/882.98	c cleaning 9944 clauses out of 19899 with flag 81000/2091076
888.26/886.68	c cleaning 9970 clauses out of 19957 with flag 91002/2101078
891.95/890.38	c cleaning 9981 clauses out of 19985 with flag 101000/2111076
895.66/894.08	c cleaning 9998 clauses out of 20006 with flag 111002/2121078
899.56/897.94	c cleaning 9995 clauses out of 20006 with flag 121000/2131076
903.36/901.70	c cleaning 10002 clauses out of 20012 with flag 131001/2141077
906.97/905.39	c cleaning 9993 clauses out of 20010 with flag 141001/2151077
910.97/909.37	c cleaning 10004 clauses out of 20018 with flag 151002/2161078
914.67/913.08	c cleaning 9999 clauses out of 20012 with flag 161000/2171076
918.27/916.67	c cleaning 10000 clauses out of 20013 with flag 171000/2181076
921.97/920.38	c cleaning 10001 clauses out of 20016 with flag 181003/2191079
925.97/924.33	c cleaning 10001 clauses out of 20012 with flag 191000/2201076
930.57/928.92	c cleaning 10006 clauses out of 20012 with flag 201001/2211077
934.58/932.95	c cleaning 9996 clauses out of 20006 with flag 211001/2221077
938.79/937.18	c cleaning 9996 clauses out of 20009 with flag 221000/2231076
943.38/941.73	c cleaning 9993 clauses out of 20013 with flag 231000/2241076
947.89/946.28	c cleaning 9996 clauses out of 20023 with flag 241003/2251079
952.29/950.68	c cleaning 9998 clauses out of 20024 with flag 251000/2261076
956.89/955.21	c cleaning 10009 clauses out of 20026 with flag 261000/2271076
961.20/959.51	c cleaning 9997 clauses out of 20017 with flag 271000/2281076
964.90/963.24	c cleaning 10003 clauses out of 20021 with flag 281001/2291077
968.61/966.91	c cleaning 9995 clauses out of 20017 with flag 291000/2301076
972.21/970.58	c cleaning 10004 clauses out of 20022 with flag 301000/2311076
975.91/974.28	c cleaning 9996 clauses out of 20020 with flag 311002/2321078
979.71/978.06	c cleaning 10000 clauses out of 20023 with flag 321001/2331077
983.41/981.76	c cleaning 10000 clauses out of 20022 with flag 331000/2341076
987.11/985.43	c cleaning 10001 clauses out of 20022 with flag 341000/2351076
990.81/989.18	c cleaning 10001 clauses out of 20022 with flag 351001/2361077
994.51/992.84	c cleaning 9999 clauses out of 20020 with flag 361000/2371076
998.22/996.53	c cleaning 9996 clauses out of 20022 with flag 371001/2381077
1001.92/1000.24	c cleaning 10006 clauses out of 20025 with flag 381000/2391076
1005.62/1003.92	c cleaning 9991 clauses out of 20020 with flag 391001/2401077
1009.32/1007.61	c cleaning 10005 clauses out of 20028 with flag 401000/2411076
1013.12/1011.42	c cleaning 9999 clauses out of 20023 with flag 411000/2421076
1016.83/1015.17	c cleaning 10000 clauses out of 20024 with flag 421000/2431076
1020.92/1019.24	c cleaning 10007 clauses out of 20025 with flag 431001/2441077
1025.53/1023.82	c cleaning 9994 clauses out of 20017 with flag 441000/2451076
1030.24/1028.58	c cleaning 10000 clauses out of 20023 with flag 451000/2461076
1034.64/1032.99	c cleaning 10002 clauses out of 20023 with flag 461000/2471076
1039.63/1037.92	c cleaning 10001 clauses out of 20022 with flag 471001/2481077
1044.55/1042.83	c cleaning 9996 clauses out of 20021 with flag 481001/2491077
1048.95/1047.27	c cleaning 10003 clauses out of 20025 with flag 491001/2501077
1053.25/1051.55	c cleaning 9998 clauses out of 20021 with flag 501000/2511076
1057.55/1055.83	c cleaning 10003 clauses out of 20023 with flag 511000/2521076
1061.85/1060.12	c cleaning 9996 clauses out of 20020 with flag 521000/2531076
1066.15/1064.48	c cleaning 9997 clauses out of 20024 with flag 531000/2541076
1070.66/1068.94	c cleaning 10005 clauses out of 20027 with flag 541000/2551076
1074.96/1073.27	c cleaning 9996 clauses out of 20022 with flag 551000/2561076
1079.06/1077.38	c cleaning 9995 clauses out of 20026 with flag 561000/2571076
1083.16/1081.45	c cleaning 10008 clauses out of 20031 with flag 571000/2581076
1087.26/1085.56	c cleaning 10003 clauses out of 20025 with flag 581002/2591078
1091.36/1089.65	c cleaning 9997 clauses out of 20020 with flag 591000/2601076
1095.66/1093.92	c cleaning 10002 clauses out of 20024 with flag 601001/2611077
1099.77/1098.06	c cleaning 10002 clauses out of 20021 with flag 611000/2621076
1103.97/1102.27	c cleaning 9998 clauses out of 20019 with flag 621000/2631076
1108.27/1106.51	c cleaning 9999 clauses out of 20021 with flag 631000/2641076
1112.37/1110.61	c cleaning 10001 clauses out of 20022 with flag 641000/2651076
1116.37/1114.65	c cleaning 10000 clauses out of 20021 with flag 651000/2661076
1119.77/1118.09	c cleaning 9999 clauses out of 20021 with flag 661000/2671076
1123.37/1121.61	c cleaning 10002 clauses out of 20022 with flag 671000/2681076
1126.87/1125.20	c cleaning 9999 clauses out of 20020 with flag 681000/2691076
1130.49/1128.79	c cleaning 9996 clauses out of 20022 with flag 691001/2701077
1134.09/1132.31	c cleaning 10006 clauses out of 20027 with flag 701002/2711078
1137.59/1135.84	c cleaning 9993 clauses out of 20020 with flag 711001/2721077
1141.19/1139.44	c cleaning 10004 clauses out of 20027 with flag 721001/2731077
1144.69/1142.91	c cleaning 9996 clauses out of 20022 with flag 731000/2741076
1148.19/1146.47	c cleaning 9998 clauses out of 20026 with flag 741000/2751076
1151.89/1150.18	c cleaning 10000 clauses out of 20028 with flag 751000/2761076
1155.89/1154.18	c cleaning 9995 clauses out of 20028 with flag 761000/2771076
1160.00/1158.25	c cleaning 10006 clauses out of 20035 with flag 771002/2781078
1163.59/1161.87	c cleaning 10005 clauses out of 20028 with flag 781001/2791077
1167.29/1165.51	c cleaning 10001 clauses out of 20022 with flag 791000/2801076
1170.89/1169.17	c cleaning 9998 clauses out of 20023 with flag 801002/2811078
1174.60/1172.83	c cleaning 10004 clauses out of 20024 with flag 811001/2821077
1178.29/1176.53	c cleaning 10000 clauses out of 20019 with flag 821000/2831076
1182.10/1180.33	c cleaning 10007 clauses out of 20019 with flag 831000/2841076
1185.89/1184.13	c cleaning 10002 clauses out of 20013 with flag 841001/2851077
1189.70/1187.91	c cleaning 9997 clauses out of 20011 with flag 851001/2861077
1193.50/1191.78	c cleaning 9999 clauses out of 20014 with flag 861001/2871077
1197.40/1195.63	c cleaning 9995 clauses out of 20014 with flag 871000/2881076
1201.30/1199.51	c cleaning 10003 clauses out of 20019 with flag 881000/2891076
1205.22/1203.44	c cleaning 9997 clauses out of 20016 with flag 891000/2901076
1209.02/1207.25	c cleaning 10001 clauses out of 20019 with flag 901000/2911076
1213.02/1211.22	c cleaning 10010 clauses out of 20020 with flag 911002/2921078
1216.82/1215.09	c cleaning 9992 clauses out of 20009 with flag 921001/2931077
1220.62/1218.88	c cleaning 9999 clauses out of 20016 with flag 931000/2941076
1224.42/1222.70	c cleaning 9999 clauses out of 20017 with flag 941000/2951076
1228.52/1226.73	c cleaning 10001 clauses out of 20018 with flag 951000/2961076
1232.02/1230.28	c cleaning 9999 clauses out of 20018 with flag 961001/2971077
1235.72/1233.90	c cleaning 9994 clauses out of 20018 with flag 971000/2981076
1239.43/1237.60	c cleaning 10012 clauses out of 20024 with flag 981000/2991076
1243.13/1241.30	c cleaning 9995 clauses out of 20012 with flag 991000/3001076
1246.73/1244.94	c cleaning 10001 clauses out of 20018 with flag 1001001/3011077
1250.43/1248.62	c cleaning 9999 clauses out of 20016 with flag 1011000/3021076
1254.14/1252.33	c cleaning 10005 clauses out of 20017 with flag 1021000/3031076
1257.84/1256.07	c cleaning 9995 clauses out of 20012 with flag 1031000/3041076
1261.74/1259.91	c cleaning 9997 clauses out of 20017 with flag 1041000/3051076
1266.04/1264.25	c cleaning 9993 clauses out of 20020 with flag 1051000/3061076
1270.05/1268.26	c cleaning 10008 clauses out of 20028 with flag 1061001/3071077
1273.95/1272.19	c cleaning 9999 clauses out of 20019 with flag 1071000/3081076
1278.55/1276.80	c cleaning 10002 clauses out of 20022 with flag 1081002/3091078
1283.15/1281.35	c cleaning 9997 clauses out of 20018 with flag 1091000/3101076
1287.85/1286.09	c cleaning 9998 clauses out of 20021 with flag 1101000/3111076
1292.25/1290.47	c cleaning 10004 clauses out of 20023 with flag 1111000/3121076
1296.25/1294.41	c cleaning 10000 clauses out of 20019 with flag 1121000/3131076
1300.16/1298.32	c cleaning 9998 clauses out of 20021 with flag 1131002/3141078
1304.06/1302.20	c cleaning 10003 clauses out of 20021 with flag 1141000/3151076
1307.86/1306.03	c cleaning 9998 clauses out of 20018 with flag 1151000/3161076
1311.66/1309.88	c cleaning 10006 clauses out of 20021 with flag 1161001/3171077
1315.76/1313.90	c cleaning 9996 clauses out of 20014 with flag 1171000/3181076
1319.67/1317.84	c cleaning 10003 clauses out of 20018 with flag 1181000/3191076
1323.77/1321.95	c cleaning 9994 clauses out of 20015 with flag 1191000/3201076
1328.17/1326.36	c cleaning 10000 clauses out of 20021 with flag 1201000/3211076
1333.07/1331.20	c cleaning 10003 clauses out of 20022 with flag 1211001/3221077
1337.87/1336.01	c cleaning 10000 clauses out of 20018 with flag 1221000/3231076
1342.37/1340.56	c cleaning 9998 clauses out of 20018 with flag 1231000/3241076
1347.08/1345.23	c cleaning 9992 clauses out of 20020 with flag 1241000/3251076
1351.77/1349.94	c cleaning 10005 clauses out of 20029 with flag 1251001/3261077
1356.17/1354.31	c cleaning 9993 clauses out of 20024 with flag 1261001/3271077
1360.77/1358.91	c cleaning 10005 clauses out of 20032 with flag 1271002/3281078
1364.98/1363.13	c cleaning 10000 clauses out of 20025 with flag 1281000/3291076
1369.08/1367.29	c cleaning 9998 clauses out of 20025 with flag 1291000/3301076
1373.38/1371.60	c cleaning 10005 clauses out of 20028 with flag 1301001/3311077
1377.58/1375.77	c cleaning 10002 clauses out of 20024 with flag 1311002/3321078
1381.78/1379.96	c cleaning 9992 clauses out of 20021 with flag 1321001/3331077
1386.08/1384.27	c cleaning 10007 clauses out of 20029 with flag 1331001/3341077
1390.18/1388.37	c cleaning 10001 clauses out of 20021 with flag 1341000/3351076
1394.28/1392.46	c cleaning 9991 clauses out of 20020 with flag 1351000/3361076
1398.58/1396.71	c cleaning 10002 clauses out of 20029 with flag 1361000/3371076
1402.69/1400.89	c cleaning 10006 clauses out of 20029 with flag 1371002/3381078
1406.89/1405.03	c cleaning 9996 clauses out of 20023 with flag 1381002/3391078
1410.90/1409.08	c cleaning 9996 clauses out of 20025 with flag 1391000/3401076
1415.09/1413.24	c cleaning 9996 clauses out of 20029 with flag 1401000/3411076
1419.19/1417.35	c cleaning 10003 clauses out of 20033 with flag 1411000/3421076
1423.40/1421.52	c cleaning 10001 clauses out of 20030 with flag 1421000/3431076
1427.31/1425.43	c cleaning 10004 clauses out of 20029 with flag 1431000/3441076
1430.91/1429.04	c cleaning 10002 clauses out of 20025 with flag 1441000/3451076
1434.61/1432.76	c cleaning 10002 clauses out of 20023 with flag 1451000/3461076
1438.52/1436.64	c cleaning 10005 clauses out of 20022 with flag 1461001/3471077
1442.21/1440.37	c cleaning 9996 clauses out of 20016 with flag 1471000/3481076
1446.12/1444.30	c cleaning 10001 clauses out of 20020 with flag 1481000/3491076
1450.12/1448.27	c cleaning 10001 clauses out of 20020 with flag 1491001/3501077
1454.02/1452.18	c cleaning 9993 clauses out of 20018 with flag 1501000/3511076
1457.82/1455.93	c cleaning 10005 clauses out of 20026 with flag 1511001/3521077
1461.72/1459.82	c cleaning 10001 clauses out of 20021 with flag 1521001/3531077
1465.62/1463.76	c cleaning 10003 clauses out of 20019 with flag 1531000/3541076
1469.62/1467.71	c cleaning 9996 clauses out of 20016 with flag 1541000/3551076
1473.52/1471.67	c cleaning 10004 clauses out of 20022 with flag 1551002/3561078
1477.52/1475.64	c cleaning 9995 clauses out of 20016 with flag 1561000/3571076
1481.72/1479.85	c cleaning 10001 clauses out of 20022 with flag 1571001/3581077
1485.83/1483.96	c cleaning 10000 clauses out of 20020 with flag 1581000/3591076
1489.92/1488.09	c cleaning 9998 clauses out of 20021 with flag 1591001/3601077
1493.93/1492.01	c cleaning 9999 clauses out of 20022 with flag 1601000/3611076
1497.63/1495.72	c cleaning 10000 clauses out of 20023 with flag 1611000/3621076
1501.24/1499.38	c cleaning 9997 clauses out of 20023 with flag 1621000/3631076
1505.03/1503.13	c cleaning 10001 clauses out of 20026 with flag 1631000/3641076
1508.73/1506.88	c cleaning 10001 clauses out of 20025 with flag 1641000/3651076
1512.53/1510.62	c cleaning 10010 clauses out of 20024 with flag 1651000/3661076
1516.54/1514.64	c cleaning 10002 clauses out of 20014 with flag 1661000/3671076
1520.44/1518.58	c cleaning 9995 clauses out of 20012 with flag 1671000/3681076
1524.44/1522.59	c cleaning 9994 clauses out of 20018 with flag 1681001/3691077
1528.44/1526.56	c cleaning 9997 clauses out of 20024 with flag 1691001/3701077
1532.55/1530.65	c cleaning 9996 clauses out of 20027 with flag 1701001/3711077
1536.65/1534.77	c cleaning 10001 clauses out of 20030 with flag 1711000/3721076
1540.85/1538.94	c cleaning 9996 clauses out of 20030 with flag 1721001/3731077
1544.85/1542.98	c cleaning 10003 clauses out of 20034 with flag 1731001/3741077
1549.06/1547.18	c cleaning 9998 clauses out of 20031 with flag 1741001/3751077
1553.16/1551.27	c cleaning 10000 clauses out of 20032 with flag 1751000/3761076
1557.36/1555.47	c cleaning 9997 clauses out of 20032 with flag 1761000/3771076
1561.36/1559.40	c cleaning 10003 clauses out of 20036 with flag 1771001/3781077
1565.26/1563.38	c cleaning 10004 clauses out of 20032 with flag 1781000/3791076
1569.16/1567.29	c cleaning 10008 clauses out of 20029 with flag 1791001/3801077
1573.17/1571.20	c cleaning 9993 clauses out of 20020 with flag 1801000/3811076
1576.97/1575.05	c cleaning 9997 clauses out of 20029 with flag 1811002/3821078
1580.77/1578.90	c cleaning 10003 clauses out of 20030 with flag 1821000/3831076
1584.68/1582.74	c cleaning 10001 clauses out of 20027 with flag 1831000/3841076
1588.47/1586.58	c cleaning 9998 clauses out of 20026 with flag 1841000/3851076
1592.38/1590.44	c cleaning 9998 clauses out of 20028 with flag 1851000/3861076
1596.29/1594.36	c cleaning 10000 clauses out of 20031 with flag 1861001/3871077
1600.29/1598.35	c cleaning 9991 clauses out of 20030 with flag 1871000/3881076
1604.19/1602.26	c cleaning 10007 clauses out of 20039 with flag 1881000/3891076
1608.00/1606.09	c cleaning 10002 clauses out of 20033 with flag 1891001/3901077
1612.09/1610.12	c cleaning 9998 clauses out of 20030 with flag 1901000/3911076
1616.00/1614.01	c cleaning 10008 clauses out of 20032 with flag 1911000/3921076
1619.90/1617.94	c cleaning 9998 clauses out of 20025 with flag 1921001/3931077
1623.80/1621.86	c cleaning 9999 clauses out of 20029 with flag 1931003/3941079
1627.70/1625.73	c cleaning 9998 clauses out of 20027 with flag 1941000/3951076
1631.60/1629.68	c cleaning 10006 clauses out of 20029 with flag 1951000/3961076
1635.60/1633.67	c cleaning 9994 clauses out of 20024 with flag 1961001/3971077
1639.60/1637.65	c cleaning 9998 clauses out of 20030 with flag 1971001/3981077
1643.50/1641.59	c cleaning 10008 clauses out of 20031 with flag 1981000/3991076
1647.51/1645.53	c cleaning 10005 clauses out of 20025 with flag 1991002/4001078
1651.21/1649.25	c cleaning 9995 clauses out of 20019 with flag 2001001/4011077
1655.01/1653.06	c cleaning 10001 clauses out of 20024 with flag 2011001/4021077
1659.01/1657.08	c cleaning 9998 clauses out of 20022 with flag 2021000/4031076
1663.11/1661.15	c cleaning 10003 clauses out of 20025 with flag 2031001/4041077
1667.11/1665.14	c cleaning 10000 clauses out of 20023 with flag 2041002/4051078
1671.11/1669.14	c cleaning 10002 clauses out of 20022 with flag 2051001/4061077
1675.12/1673.19	c cleaning 9991 clauses out of 20019 with flag 2061000/4071076
1679.21/1677.21	c cleaning 10002 clauses out of 20028 with flag 2071000/4081076
1683.22/1681.22	c cleaning 9998 clauses out of 20026 with flag 2081000/4091076
1687.41/1685.42	c cleaning 10003 clauses out of 20028 with flag 2091000/4101076
1691.62/1689.65	c cleaning 10004 clauses out of 20025 with flag 2101000/4111076
1695.92/1693.94	c cleaning 9996 clauses out of 20021 with flag 2111000/4121076
1700.12/1698.11	c cleaning 9999 clauses out of 20025 with flag 2121000/4131076
1704.32/1702.37	c cleaning 10005 clauses out of 20027 with flag 2131001/4141077
1708.52/1706.55	c cleaning 9991 clauses out of 20022 with flag 2141001/4151077
1712.82/1710.80	c cleaning 10002 clauses out of 20032 with flag 2151002/4161078
1717.03/1715.00	c cleaning 9998 clauses out of 20030 with flag 2161002/4171078
1720.93/1718.97	c cleaning 9995 clauses out of 20030 with flag 2171000/4181076
1725.03/1723.01	c cleaning 10005 clauses out of 20036 with flag 2181001/4191077
1728.83/1726.84	c cleaning 9997 clauses out of 20031 with flag 2191001/4201077
1732.53/1730.59	c cleaning 9991 clauses out of 20033 with flag 2201000/4211076
1736.33/1734.39	c cleaning 10004 clauses out of 20042 with flag 2211000/4221076
1740.23/1738.23	c cleaning 9997 clauses out of 20041 with flag 2221003/4231079
1744.03/1742.05	c cleaning 10002 clauses out of 20041 with flag 2231000/4241076
1747.83/1745.81	c cleaning 9992 clauses out of 20039 with flag 2241000/4251076
1752.04/1750.03	c cleaning 10002 clauses out of 20050 with flag 2251003/4261079
1756.14/1754.12	c cleaning 10002 clauses out of 20045 with flag 2261000/4271076
1760.34/1758.30	c cleaning 10005 clauses out of 20043 with flag 2271000/4281076
1764.44/1762.46	c cleaning 9997 clauses out of 20038 with flag 2281000/4291076
1768.65/1766.67	c cleaning 9995 clauses out of 20041 with flag 2291000/4301076
1773.05/1771.05	c cleaning 9998 clauses out of 20046 with flag 2301000/4311076
1777.25/1775.23	c cleaning 9999 clauses out of 20049 with flag 2311001/4321077
1781.45/1779.45	c cleaning 10002 clauses out of 20050 with flag 2321001/4331077
1785.35/1783.39	c cleaning 10015 clauses out of 20047 with flag 2331000/4341076
1789.25/1787.26	c cleaning 10008 clauses out of 20033 with flag 2341001/4351077
1793.05/1791.08	c cleaning 10000 clauses out of 20026 with flag 2351002/4361078
1796.85/1794.83	c cleaning 9995 clauses out of 20024 with flag 2361000/4371076
1800.06/1798.01	c starts		: 257
1800.06/1798.01	c conflicts		: 4379719
1800.06/1798.01	c decisions		: 5722905
1800.06/1798.01	c propagations		: 165835948
1800.06/1798.01	c inspects		: 2133830210
1800.06/1798.01	c shortcuts		: 0
1800.06/1798.01	c learnt literals	: 0
1800.06/1798.01	c learnt binary clauses	: 0
1800.06/1798.01	c learnt ternary clauses	: 309
1800.06/1798.01	c learnt constraints	: 4379719
1800.06/1798.01	c ignored constraints	: 0
1800.06/1798.01	c root simplifications	: 0
1800.06/1798.01	c removed literals (reason simplification)	: 16352307
1800.06/1798.01	c reason swapping (by a shorter reason)	: 0
1800.06/1798.01	c Calls to reduceDB	: 442
1800.06/1798.01	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.01	c number of learned constraints concerned by reduction	: 0
1800.06/1798.01	c number of learning phase by resolution	: 0
1800.06/1798.01	c number of learning phase by cutting planes	: 0
1800.06/1798.01	c speed (assignments/second)	: 174946.64862019382
1800.06/1798.01	c non guided choices	9290
1800.06/1798.02	c learnt constraints type 
1800.06/1798.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18697
1800.06/1798.02	c constraints type 
1800.06/1798.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6312
1800.06/1798.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 324
1800.06/1798.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1167
1800.06/1798.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.06/1798.02	s SATISFIABLE
1800.06/1798.03	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 -x902 -x903 -x904 -x905 -x906 -x907 x908 -x909 -x910 -x911 x912 -x913 x914 -x915 -x916 -x917 -x918 x919 -x920 x921 -x922 -x923 -x924 -x925 -x926 -x927 x928 -x929 -x930 -x931 x932 -x933 -x934 x935 -x936 -x937 x938 x939 -x940 x941 -x942 -x943 x944 -x945 x946 x947 -x948 -x949 x950 -x951 x952 -x953 x954 -x955 x956 -x957 x958 x959 -x960 -x961 x962 -x963 x964 x965 -x966 -x967 x968 -x969 x970 x971 -x972 -x973 x974 x975 -x976 x977 -x978 x979 -x980 -x981 -x982 x983 -x984 -x985 x986 -x987 -x988 -x989 -x990 x991 -x992 -x993 x994 -x995 -x996 x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 x1004 -x1005 -x1006 -x1007 x1008 -x1009 -x1010 -x1011 x1012 x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 x1020 -x1021 -x1022 x1023 -x1024 -x1025 -x1026 -x1027 x1028 x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 x1036 -x1037 -x1038 x1039 -x1040 -x1041 -x1042 -x1043 x1044 -x1045 x1046 -x1047 -x1048 -x1049 x1050 x1051 -x1052 -x1053 x1054 -x1055 x1056 x1057 -x1058 -x1059 -x1060 -x1061 x1062 -x1063 x1064 -x1065 x1066 -x1067 x1068 -x1069 x1070 -x1071 x1072 -x1073 x1074 -x1075 x1076 x1077 -x1078 -x1079 -x1080 -x1081 -x1082 x1083 -x1084 x1085 -x1086 -x1087 -x1088 x1089 -x1090 x1091 -x1092 -x1093 x1094 x1095 -x1096 -x1097 x1098 -x1099 x1100 x1101 -x1102 -x1103 x1104 -x1105 x1106 x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 x1114 -x1115 -x1116 x1117 -x1118 -x1119 -x1120 -x1121 x1122 -x1123 x1124 -x1125 -x1126 -x1127 -x1128 -x1129 x1130 x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 x1138 -x1139 x1140 -x1141 x1142 x1143 -x1144 -x1145 x1146 x1147 -x1148 -x1149 x1150 -x1151 x1152 -x1153 x1154 -x1155 x1156 -x1157 x1158 -x1159 -x1160 -x1161 x1162 -x1163 x1164 x1165 -x1166 -x1167 x1168 -x1169 -x1170 x1171 -x1172 -x1173 -x1174 -x1175 x1176 -x1177 -x1178 -x1179 x1180 -x1181 x1182 x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 x1190 x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 x1198 x1199 -x1200 -x1201 -x1202 -x1203 -x1204 x1205 -x1206 -x1207 x1208 -x1209 -x1210 -x1211 -x1212 -x1213 x1214 -x1215 x1216 -x1217 -x1218 -x1219 x1220 -x1221 x1222 -x1223 x1224 -x1225 -x1226 -x1227 -x1228 -x1229 x1230 -x1231 x1232 x1233 -x1234 -x1235 x1236 x1237 -x1238 -x1239 -x1240 -x1241 x1242 -x1243 -x1244 -x1245 x1246 -x1247 x1248 -x1249 -x1250 x1251 -x1252 -x1253 -x1254 -x1255 -x1256 x1257 -x1258 x1259 -x1260 -x1261 x1262 -x1263 -x1264 x1265 -x1266 -x1267 -x1268 -x1269 x1270 -x1271 -x1272 -x1273 x1274 x1275 -x1276 -x1277 -x1278 x1279 -x1280 -x1281 -x1282 -x1283 x1284 x1285 -x1286 -x1287 -x1288 -x1289 x1290 -x1291 -x1292 -x1293 x1294 -x1295 -x1296 -x1297 x1298 -x1299 -x1300 -x1301 x1302 -x1303 x1304 -x1305 -x1306 -x1307 -x1308 x1309 -x1310 x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 x1318 -x1319 x1320 -x1321 -x1322 -x1323 -x1324 x1325 -x1326 -x1327 -x1328 -x1329 x1330 -x1331 -x1332 -x1333 x1334 -x1335 -x1336 -x1337 x1338 -x1339 -x1340 -x1341 x1342 -x1343 -x1344 -x1345 x1346 -x1347 -x1348 -x1349 x1350 -x1351 -x1352 -x1353 x1354 -x1355 -x1356 -x1357 x1358 x1359 -x1360 -x1361 -x1362 -x1363 x1364 -x1365 -x1366 -x1367 -x1368 -x1369 x1370 -x1371 -x1372 x1373 -x1374 -x1375 -x1376 -x1377 x1378 -x1379 -x1380 -x1381 x1382 -x1383 -x1384 -x1385 x1386 -x1387 x1388 -x1389 -x1390 -x1391 -x1392 -x1393 x1394 -x1395 -x1396 -x1397 x1398 x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 x1406 -x1407 -x1408 -x1409 x1410 -x1411 x1412 -x1413 -x1414 -x1415 -x1416 -x1417 x1418 -x1419 -x1420 -x1421 x1422 -x1423 -x1424 -x1425 x1426 -x1427 -x1428 -x1429 x1430 -x1431 -x1432 -x1433 x1434 x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 x1442 -x1443 -x1444 x1445 -x1446 -x1447 -x1448 -x1449 x1450 -x1451 -x1452 -x1453 x1454 -x1455 -x1456 -x1457 x1458 -x1459 -x1460 -x1461 x1462 -x1463 -x1464 -x1465 x1466 x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 x1474 -x1475 -x1476 -x1477 x1478 -x1479 -x1480 x1481 -x1482 -x1483 x1484 -x1485 -x1486 -x1487 -x1488 -x1489 x1490 -x1491 -x1492 -x1493 x1494 -x1495 -x1496 -x1497 x1498 -x1499 x1500 -x1501 -x1502 x1503 -x1504 -x1505 -x1506 -x1507 -x1508 x1509 -x1510 x1511 -x1512 -x1513 -x1514 -x1515 -x1516 x1517 -x1518 -x1519 -x1520 -x1521 x1522 -x1523 x1524 -x1525 -x1526 x1527 -x1528 -x1529 -x1530 -x1531 -x1532 x1533 -x1534 -x1535 -x1536 -x1537 x1538 -x1539 -x1540 -x1541 x1542 -x1543 -x1544 -x1545 x1546 -x1547 -x1548 -x1549 x1550 -x1551 -x1552 -x1553 x1554 -x1555 x1556 -x1557 -x1558 -x1559 -x1560 x1561 -x1562 -x1563 -x1564 -x1565 x1566 x1567 -x1568 -x1569 -x1570 -x1571 -x1572 x1573 -x1574 -x1575 x1576 -x1577 -x1578 -x1579 -x1580 -x1581 x1582 -x1583 -x1584 -x1585 x1586 x1587 -x1588 -x1589 -x1590 -x1591 x1592 -x1593 -x1594 -x1595 -x1596 -x1597 x1598 -x1599 -x1600 -x1601 x1602 -x1603 -x1604 -x1605 x1606 -x1607 -x1608 x1609 -x1610 -x1611 -x1612 -x1613 x1614 x1615 -x1616 -x1617 -x1618 -x1619 x1620 -x1621 -x1622 -x1623 -x1624 -x1625 x1626 -x1627 -x1628 -x1629 x1630 -x1631 -x1632 x1633 -x1634 -x1635 -x1636 -x1637 x1638 -x1639 x1640 -x1641 -x1642 -x1643 -x1644 -x1645 x1646 -x1647 -x1648 -x1649 x1650 -x1651 -x1652 -x1653 x1654 x1655 -x1656 -x1657 -x1658 -x1659 x1660 -x1661 -x1662 x1663 -x1664 -x1665 -x1666 -x1667 x1668 -x1669 -x1670 -x1671 x1672 -x1673 -x1674 x1675 -x1676 x1677 -x1678 x1679 -x1680 -x1681 -x1682 -x1683 x1684 -x1685 -x1686 -x1687 -x1688 x1689 -x1690 -x1691 -x1692 x1693 -x1694 x1695 -x1696 -x1697 -x1698 -x1699 -x1700 x1701 -x1702 x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 x1710 -x1711 x1712 -x1713 -x1714 -x1715 -x1716 -x1717 x1718 -x1719 -x1720 -x1721 x1722 x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 x1730 -x1731 x1732 -x1733 -x1734 -x1735 -x1736 -x1737 x1738 -x1739 x1740 x1741 -x1742 -x1743 x1744 -x1745 x1746 -x1747 -x1748 -x1749 x1750 -x1751 x1752 -x1753 -x1754 -x1755 x1756 -x1757 x1758 -x1759 x1760 -x1761 x1762 -x1763 -x1764 -x1765 x1766 x1767 -x1768 -x1769 x1770 -x1771 x1772 -x1773 x1774 -x1775 x1776 -x1777 x1778 -x1779 x1780 -x1781 -x1782 x1783 -x1784 -x1785 -x1786 -x1787 x1788 -x1789 x1790 -x1791 -x1792 -x1793 x1794 -x1795 -x1796 x1797 -x1798 -x1799 -x1800 x1801 -x1802 -x1803 -x1804 -x1805 x1806 -x1807 -x1808 -x1809 x1810 -x1811 x1812 -x1813 -x1814 x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 x1822 -x1823 -x1824 -x1825 x1826 -x1827 -x1828 -x1829 x1830 -x1831 -x1832 -x1833 x1834 -x1835 -x1836 -x1837 x1838 -x1839 x1840 -x1841 -x1842 -x1843 -x1844 -x1845 x1846 -x1847 -x1848 x1849 -x1850 -x1851 x1852 -x1853 -x1854 x1855 -x1856 -x1857 -x1858 
1800.06/1798.03	c objective function=182320
1800.06/1798.03	c Total wall clock time (in seconds): 1797.921

Verifier Data

OK	182320

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 /var/tmp/evaluation-result-3492991-1307913641/watcher-3492991-1307913641 -o /var/tmp/evaluation-result-3492991-1307913641/solver-3492991-1307913641 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492991-1307913641.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.00 2.00 1.98 2/195 11892
/proc/meminfo: memFree=1674200/32950928 swapFree=67055156/67111528
[pid=11892] ppid=11890 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/11892/stat : 11892 (java) R 11890 11892 9537 0 -1 4202496 959 0 0 0 0 0 0 0 25 0 1 0 902963880 23580672 702 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248084735889 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11892/statm: 5757 703 520 9 0 124 0

[startup+0.0685119 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 11892
/proc/meminfo: memFree=1674200/32950928 swapFree=67055156/67111528
[pid=11892] ppid=11890 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 9537 0 -1 4202496 11757 0 1 0 4 1 0 0 25 0 18 0 902963880 10724302848 11453 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11892/statm: 2618238 11453 1742 9 0 2608972 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.100506 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 11892
/proc/meminfo: memFree=1674200/32950928 swapFree=67055156/67111528
[pid=11892] ppid=11890 vsize=10540008 CPUtime=0.1 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 9537 0 -1 4202496 13053 0 1 0 8 2 0 0 25 0 18 0 902963880 10792968192 12716 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11892/statm: 2635002 12716 2093 9 0 2625736 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540008

[startup+0.300473 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 11892
/proc/meminfo: memFree=1674200/32950928 swapFree=67055156/67111528
[pid=11892] ppid=11890 vsize=10541144 CPUtime=0.5 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 9537 0 -1 4202496 17430 0 1 0 47 3 0 0 25 0 18 0 902963880 10794131456 16750 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11892/statm: 2635286 16751 2201 9 0 2626020 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10541144

[startup+0.700459 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 11892
/proc/meminfo: memFree=1674200/32950928 swapFree=67055156/67111528
[pid=11892] ppid=11890 vsize=10549688 CPUtime=1.37 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 9537 0 -1 4202496 24874 0 1 0 134 3 0 0 25 0 19 0 902963880 10802880512 22701 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11892/statm: 2637422 22701 2236 9 0 2628156 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 10549688

[startup+1.50126 s]
/proc/loadavg: 2.16 2.03 2.00 3/214 11911
/proc/meminfo: memFree=1590312/32950928 swapFree=67055156/67111528
[pid=11892] ppid=11890 vsize=10549688 CPUtime=2.29 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 9537 0 -1 4202496 25628 0 1 0 226 3 0 0 25 0 19 0 902963880 10802880512 23454 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11892/statm: 2637422 23454 2238 9 0 2628156 0
[pid=11892/tid=11894] ppid=11890 vsize=10549688 CPUtime=1.48 cores=1,3,5,7
/proc/11892/task/11894/stat : 11894 (java) R 11890 11892 9537 0 -1 4202560 18345 0 1 0 145 3 0 0 25 0 19 0 902963881 10802880512 23454 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 46912505753182 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11892/tid=11895] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11895/stat : 11895 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 23454 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11896] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11896/stat : 11896 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 23454 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11897] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11897/stat : 11897 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 23454 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11898] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11898/stat : 11898 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 23454 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11899] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11899/stat : 11899 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 23454 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11900] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 23454 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 23455 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 23455 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 9537 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 902963884 10802880512 23455 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 0 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 9537 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902963884 10802880512 23455 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902963884 10802880512 23455 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10802880512 23455 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101521841 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=10549688 CPUtime=0.44 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 9537 0 -1 4202560 3657 0 0 0 44 0 0 0 18 0 19 0 902963886 10802880512 23455 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=10549688 CPUtime=0.35 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 9537 0 -1 4202560 2464 0 0 0 35 0 0 0 18 0 19 0 902963886 10802880512 23455 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10802880512 23455 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902963886 10802880512 23455 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902963927 10802880512 23455 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10549688

[startup+3.10097 s]
/proc/loadavg: 2.16 2.03 2.00 3/214 11911
/proc/meminfo: memFree=1588320/32950928 swapFree=67055156/67111528
[pid=11892] ppid=11890 vsize=10549688 CPUtime=3.93 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 9537 0 -1 4202496 26185 0 1 0 389 4 0 0 25 0 19 0 902963880 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11892/statm: 2637422 24010 2240 9 0 2628156 0
[pid=11892/tid=11894] ppid=11890 vsize=10549688 CPUtime=3.08 cores=1,3,5,7
/proc/11892/task/11894/stat : 11894 (java) R 11890 11892 9537 0 -1 4202560 18892 0 1 0 305 3 0 0 25 0 19 0 902963881 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 46912505898255 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11892/tid=11895] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11895/stat : 11895 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11896] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11896/stat : 11896 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11897] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11897/stat : 11897 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11898] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11898/stat : 11898 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11899] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11899/stat : 11899 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11900] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963883 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 9537 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 902963884 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 0 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 9537 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902963884 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902963884 10802880512 24010 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10802880512 24011 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101521841 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=10549688 CPUtime=0.48 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 9537 0 -1 4202560 3667 0 0 0 48 0 0 0 15 0 19 0 902963886 10802880512 24011 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=10549688 CPUtime=0.35 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 9537 0 -1 4202560 2464 0 0 0 35 0 0 0 18 0 19 0 902963886 10802880512 24011 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10802880512 24011 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902963886 10802880512 24011 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=10549688 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902963927 10802880512 24011 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 10549688

[startup+6.30141 s]
/proc/loadavg: 2.15 2.03 2.00 3/214 11911
/proc/meminfo: memFree=1579392/32950928 swapFree=67055156/67111528
[pid=11892] ppid=11890 vsize=10545544 CPUtime=7.19 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 9537 0 -1 4202496 30026 0 1 0 715 4 0 0 25 0 19 0 902963880 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11892/statm: 2636386 26859 2265 9 0 2627120 0
[pid=11892/tid=11894] ppid=11890 vsize=10545544 CPUtime=6.24 cores=1,3,5,7
/proc/11892/task/11894/stat : 11894 (java) R 11890 11892 9537 0 -1 4202560 18901 0 1 0 621 3 0 0 25 0 19 0 902963881 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 46912505753238 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11892/tid=11895] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11895/stat : 11895 (java) S 11890 11892 9537 0 -1 4202560 240 0 0 0 0 0 0 0 16 0 19 0 902963883 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11896] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11896/stat : 11896 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902963883 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11897] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11897/stat : 11897 (java) S 11890 11892 9537 0 -1 4202560 294 0 0 0 0 0 0 0 16 0 19 0 902963883 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11898] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11898/stat : 11898 (java) S 11890 11892 9537 0 -1 4202560 237 0 0 0 0 0 0 0 16 0 19 0 902963883 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11899] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11899/stat : 11899 (java) S 11890 11892 9537 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 902963883 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11900] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 9537 0 -1 4202560 301 0 0 0 0 0 0 0 18 0 19 0 902963883 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 9537 0 -1 4202560 359 0 0 0 0 0 0 0 18 0 19 0 902963883 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 9537 0 -1 4202560 593 0 0 0 0 0 0 0 18 0 19 0 902963883 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=10545544 CPUtime=0.04 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 9537 0 -1 4202560 1711 0 0 0 4 0 0 0 15 0 19 0 902963884 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 0 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 9537 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902963884 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 9537 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902963884 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101521841 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=10545544 CPUtime=0.5 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 9537 0 -1 4202560 3674 0 0 0 50 0 0 0 15 0 19 0 902963886 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=10545544 CPUtime=0.37 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 9537 0 -1 4202560 2470 0 0 0 37 0 0 0 15 0 19 0 902963886 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902963886 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902963927 10798637056 26859 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 10545544

[startup+12.7013 s]

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

[pid=11892/tid=11900] ppid=11890 vsize=10545544 CPUtime=0.2 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 9537 0 -1 4202560 861 0 0 0 20 0 0 0 15 0 19 0 902963883 10798637056 33422 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=10545544 CPUtime=0.22 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 9537 0 -1 4202560 802 0 0 0 22 0 0 0 15 0 19 0 902963883 10798637056 33422 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=10545544 CPUtime=0.19 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 9537 0 -1 4202560 840 0 0 0 19 0 0 0 15 0 19 0 902963883 10798637056 33422 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=10545544 CPUtime=10.48 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 9537 0 -1 4202560 5315 0 0 0 1045 3 0 0 15 0 19 0 902963884 10798637056 33422 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 0 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 9537 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902963884 10798637056 33422 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 9537 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902963884 10798637056 33422 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10798637056 33422 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101521841 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=10545544 CPUtime=0.56 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 9537 0 -1 4202560 3678 0 0 0 56 0 0 0 15 0 19 0 902963886 10798637056 33422 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=10545544 CPUtime=0.49 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 9537 0 -1 4202560 2535 0 0 0 49 0 0 0 15 0 19 0 902963886 10798637056 33422 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10798637056 33422 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 9537 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 902963886 10798637056 33422 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902963927 10798637056 33422 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1664.31
Current children cumulated vsize (KiB) 10545544

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 12016
/proc/meminfo: memFree=98464/32950928 swapFree=67055156/67111528
[pid=11892] ppid=11890 vsize=10545544 CPUtime=1724.33 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 9537 0 -1 4202496 37239 0 1 0 172420 13 0 0 25 0 19 0 902963880 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11892/statm: 2636386 33430 2266 9 0 2627120 0
[pid=11892/tid=11894] ppid=11890 vsize=10545544 CPUtime=1710.73 cores=1,3,5,7
/proc/11892/task/11894/stat : 11894 (java) R 11890 11892 9537 0 -1 4202560 19321 0 1 0 171069 4 0 0 25 0 19 0 902963881 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 46912505753164 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11892/tid=11895] ppid=11890 vsize=10545544 CPUtime=0.19 cores=1,3,5,7
/proc/11892/task/11895/stat : 11895 (java) S 11890 11892 9537 0 -1 4202560 422 0 0 0 19 0 0 0 15 0 19 0 902963883 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11896] ppid=11890 vsize=10545544 CPUtime=0.21 cores=1,3,5,7
/proc/11892/task/11896/stat : 11896 (java) S 11890 11892 9537 0 -1 4202560 290 0 0 0 21 0 0 0 15 0 19 0 902963883 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11897] ppid=11890 vsize=10545544 CPUtime=0.19 cores=1,3,5,7
/proc/11892/task/11897/stat : 11897 (java) S 11890 11892 9537 0 -1 4202560 588 0 0 0 19 0 0 0 16 0 19 0 902963883 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11898] ppid=11890 vsize=10545544 CPUtime=0.19 cores=1,3,5,7
/proc/11892/task/11898/stat : 11898 (java) S 11890 11892 9537 0 -1 4202560 667 0 0 0 19 0 0 0 15 0 19 0 902963883 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11899] ppid=11890 vsize=10545544 CPUtime=0.2 cores=1,3,5,7
/proc/11892/task/11899/stat : 11899 (java) S 11890 11892 9537 0 -1 4202560 669 0 0 0 20 0 0 0 15 0 19 0 902963883 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11900] ppid=11890 vsize=10545544 CPUtime=0.2 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 9537 0 -1 4202560 861 0 0 0 20 0 0 0 15 0 19 0 902963883 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=10545544 CPUtime=0.23 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 9537 0 -1 4202560 802 0 0 0 23 0 0 0 16 0 19 0 902963883 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=10545544 CPUtime=0.19 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 9537 0 -1 4202560 840 0 0 0 19 0 0 0 16 0 19 0 902963883 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=10545544 CPUtime=10.85 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 9537 0 -1 4202560 5317 0 0 0 1081 4 0 0 15 0 19 0 902963884 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 0 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 9537 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902963884 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 9537 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902963884 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101521841 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=10545544 CPUtime=0.56 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 9537 0 -1 4202560 3678 0 0 0 56 0 0 0 15 0 19 0 902963886 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=10545544 CPUtime=0.49 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 9537 0 -1 4202560 2535 0 0 0 49 0 0 0 15 0 19 0 902963886 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 9537 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 902963886 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902963927 10798637056 33430 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1724.33
Current children cumulated vsize (KiB) 10545544

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/214 12017
/proc/meminfo: memFree=97908/32950928 swapFree=67055156/67111528
[pid=11892] ppid=11890 vsize=10545544 CPUtime=1784.35 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 9537 0 -1 4202496 37269 0 1 0 178422 13 0 0 25 0 19 0 902963880 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11892/statm: 2636386 33437 2266 9 0 2627120 0
[pid=11892/tid=11894] ppid=11890 vsize=10545544 CPUtime=1770.31 cores=1,3,5,7
/proc/11892/task/11894/stat : 11894 (java) R 11890 11892 9537 0 -1 4202560 19336 0 1 0 177027 4 0 0 25 0 19 0 902963881 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 46912505898295 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11892/tid=11895] ppid=11890 vsize=10545544 CPUtime=0.19 cores=1,3,5,7
/proc/11892/task/11895/stat : 11895 (java) S 11890 11892 9537 0 -1 4202560 422 0 0 0 19 0 0 0 15 0 19 0 902963883 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11896] ppid=11890 vsize=10545544 CPUtime=0.21 cores=1,3,5,7
/proc/11892/task/11896/stat : 11896 (java) S 11890 11892 9537 0 -1 4202560 290 0 0 0 21 0 0 0 15 0 19 0 902963883 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11897] ppid=11890 vsize=10545544 CPUtime=0.2 cores=1,3,5,7
/proc/11892/task/11897/stat : 11897 (java) S 11890 11892 9537 0 -1 4202560 588 0 0 0 20 0 0 0 15 0 19 0 902963883 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11898] ppid=11890 vsize=10545544 CPUtime=0.2 cores=1,3,5,7
/proc/11892/task/11898/stat : 11898 (java) S 11890 11892 9537 0 -1 4202560 674 0 0 0 20 0 0 0 15 0 19 0 902963883 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11899] ppid=11890 vsize=10545544 CPUtime=0.2 cores=1,3,5,7
/proc/11892/task/11899/stat : 11899 (java) S 11890 11892 9537 0 -1 4202560 669 0 0 0 20 0 0 0 15 0 19 0 902963883 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11900] ppid=11890 vsize=10545544 CPUtime=0.21 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 9537 0 -1 4202560 861 0 0 0 21 0 0 0 15 0 19 0 902963883 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=10545544 CPUtime=0.23 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 9537 0 -1 4202560 802 0 0 0 23 0 0 0 15 0 19 0 902963883 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=10545544 CPUtime=0.2 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 9537 0 -1 4202560 840 0 0 0 20 0 0 0 15 0 19 0 902963883 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=10545544 CPUtime=11.24 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 9537 0 -1 4202560 5321 0 0 0 1120 4 0 0 15 0 19 0 902963884 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 0 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 9537 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902963884 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 9537 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902963884 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101521841 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=10545544 CPUtime=0.56 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 9537 0 -1 4202560 3678 0 0 0 56 0 0 0 15 0 19 0 902963886 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=10545544 CPUtime=0.49 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 9537 0 -1 4202560 2535 0 0 0 49 0 0 0 15 0 19 0 902963886 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 9537 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 902963886 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902963927 10798637056 33437 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1784.35
Current children cumulated vsize (KiB) 10545544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.04 2.03 2.00 3/214 12018
/proc/meminfo: memFree=98016/32950928 swapFree=67055156/67111528
[pid=11892] ppid=11890 vsize=10545544 CPUtime=1800.06 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 9537 0 -1 4202496 37283 0 1 0 179993 13 0 0 25 0 19 0 902963880 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11892/statm: 2636386 33447 2266 9 0 2627120 0
[pid=11892/tid=11894] ppid=11890 vsize=10545544 CPUtime=1785.91 cores=1,3,5,7
/proc/11892/task/11894/stat : 11894 (java) R 11890 11892 9537 0 -1 4202560 19340 0 1 0 178587 4 0 0 25 0 19 0 902963881 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 46912505753190 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11892/tid=11895] ppid=11890 vsize=10545544 CPUtime=0.19 cores=1,3,5,7
/proc/11892/task/11895/stat : 11895 (java) S 11890 11892 9537 0 -1 4202560 422 0 0 0 19 0 0 0 15 0 19 0 902963883 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11896] ppid=11890 vsize=10545544 CPUtime=0.21 cores=1,3,5,7
/proc/11892/task/11896/stat : 11896 (java) S 11890 11892 9537 0 -1 4202560 300 0 0 0 21 0 0 0 15 0 19 0 902963883 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11897] ppid=11890 vsize=10545544 CPUtime=0.2 cores=1,3,5,7
/proc/11892/task/11897/stat : 11897 (java) S 11890 11892 9537 0 -1 4202560 588 0 0 0 20 0 0 0 15 0 19 0 902963883 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11898] ppid=11890 vsize=10545544 CPUtime=0.2 cores=1,3,5,7
/proc/11892/task/11898/stat : 11898 (java) S 11890 11892 9537 0 -1 4202560 674 0 0 0 20 0 0 0 15 0 19 0 902963883 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
[pid=11892/tid=11899] ppid=11890 vsize=10545544 CPUtime=0.2 cores=1,3,5,7
/proc/11892/task/11899/stat : 11899 (java) S 11890 11892 9537 0 -1 4202560 669 0 0 0 20 0 0 0 15 0 19 0 902963883 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11900] ppid=11890 vsize=10545544 CPUtime=0.21 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 9537 0 -1 4202560 861 0 0 0 21 0 0 0 15 0 19 0 902963883 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=10545544 CPUtime=0.23 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 9537 0 -1 4202560 802 0 0 0 23 0 0 0 15 0 19 0 902963883 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=10545544 CPUtime=0.2 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 9537 0 -1 4202560 840 0 0 0 20 0 0 0 16 0 19 0 902963883 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=10545544 CPUtime=11.34 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 9537 0 -1 4202560 5321 0 0 0 1130 4 0 0 15 0 19 0 902963884 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 0 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 9537 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902963884 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 9537 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902963884 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101521841 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=10545544 CPUtime=0.56 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 9537 0 -1 4202560 3678 0 0 0 56 0 0 0 15 0 19 0 902963886 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 7 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=10545544 CPUtime=0.49 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 9537 0 -1 4202560 2535 0 0 0 49 0 0 0 15 0 19 0 902963886 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902963886 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514137 0 4 0 16800975 18446604458701801280 0 0 -1 1 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 9537 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 902963886 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 5 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=10545544 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902963927 10798637056 33447 33554432000 1073741824 1073778376 140736735411104 18446744073709551615 248101514752 0 4 0 16800975 18446604458701801280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10545544

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.05
CPU time (s): 1800.15
CPU user time (s): 1800
CPU system time (s): 0.141978
CPU usage (%): 100.116
Max. virtual memory (cumulated for all children) (KiB): 10549688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37349
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= 48522
involuntary context switches= 21970

runsolver used 2.93055 second user time and 6.602 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-12 23:20:41
IDJOB=3492991
IDBENCH=79602
IDSOLVER=1982
FILE ID=node123/3492991-1307913641
RUNJOBID= node123-1307907982-10982
PBS_JOBID= 13559583
Free space on /var/tmp= 2892 MiB

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

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

MD5SUM BENCH= ac5f702c0244d39cd9a7af5ec1155cb5
RANDOM SEED=726519954

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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:     32950928 kB
MemFree:       1675000 kB
Buffers:         69076 kB
Cached:       30148892 kB
SwapCached:      10036 kB
Active:       14651496 kB
Inactive:     15677340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1675000 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:             436 kB
Writeback:          40 kB
AnonPages:      108976 kB
Mapped:          21072 kB
Slab:           882312 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10573672 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2860 MiB
End job on node123 at 2011-06-12 23:50:41