Trace number 3493001

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.1 1798.33

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-412_wcsp.wbo
MD5SUM20e917da45fd344d820e2b12e2c32ca6
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 benchmark36397
Best CPU time to get the best result obtained on this benchmark1800.1
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables844
Total number of constraints7574
Number of soft constraints7274
Number of constraints which are clauses7274
Number of constraints which are cardinality constraints (but not clauses)300
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 48484
Min constraint cost 1
Max constraint cost 48484
Sum of constraints costs 338175899
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.08	c version 2.3.1.v20110525
0.08/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.08	c java.vm.version	19.1-b02
0.08/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.08	c sun.arch.data.model	64
0.08/0.08	c java.version		1.6.0_24
0.08/0.08	c os.name		Linux
0.08/0.08	c os.version		2.6.18-164.el5
0.08/0.08	c os.arch		amd64
0.08/0.08	c Free memory 		9996466904
0.08/0.08	c Max memory 		10048897024
0.08/0.08	c Total memory 		10048897024
0.08/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-3493001-1307913702.wbo
0.10/0.11	c reading problem ... 
0.73/0.42	c ... done. Wall clock time 0.313s.
0.73/0.42	c #vars     8118
0.73/0.42	c #constraints  14849
0.73/0.42	c constraints type 
0.73/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7096
0.73/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 122
0.73/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656
0.73/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.92/0.55	c SATISFIABLE
0.92/0.55	c OPTIMIZING...
0.92/0.55	c Got one! Elapsed wall clock time (in seconds):0.442
0.92/0.55	o 37412
1.34/0.74	c Got one! Elapsed wall clock time (in seconds):0.629
1.34/0.74	o 37411
1.50/0.89	c Got one! Elapsed wall clock time (in seconds):0.779
1.50/0.89	o 37410
1.75/1.08	c Got one! Elapsed wall clock time (in seconds):0.975
1.75/1.08	o 36415
1.87/1.15	c Got one! Elapsed wall clock time (in seconds):1.042
1.87/1.15	o 36412
1.99/1.27	c Got one! Elapsed wall clock time (in seconds):1.165
1.99/1.27	o 36411
2.40/1.69	c Got one! Elapsed wall clock time (in seconds):1.585
2.40/1.69	o 36407
6.54/5.73	c cleaning 2774 clauses out of 5551 with flag 5000/5551
10.40/9.57	c cleaning 4373 clauses out of 8778 with flag 11001/11552
15.21/14.36	c cleaning 5701 clauses out of 11404 with flag 18000/18551
20.82/19.93	c Got one! Elapsed wall clock time (in seconds):19.819
20.82/19.93	o 36406
23.82/22.94	c cleaning 9299 clauses out of 18599 with flag 5000/31447
27.10/26.17	c cleaning 7646 clauses out of 15300 with flag 11000/37447
31.10/30.17	c cleaning 7323 clauses out of 14654 with flag 18000/44447
35.60/34.61	c cleaning 7652 clauses out of 15332 with flag 26001/52448
40.91/40.00	c cleaning 8338 clauses out of 16682 with flag 35003/61450
46.91/45.99	c cleaning 9159 clauses out of 18341 with flag 45000/71447
52.22/51.28	c Got one! Elapsed wall clock time (in seconds):51.175
52.22/51.28	o 36401
56.02/55.04	c cleaning 11242 clauses out of 22503 with flag 5001/84768
59.33/58.37	c cleaning 8624 clauses out of 17261 with flag 11001/90768
63.32/62.37	c cleaning 7800 clauses out of 15637 with flag 18001/97768
68.23/67.25	c cleaning 7909 clauses out of 15836 with flag 26000/105767
72.83/71.83	c cleaning 8458 clauses out of 16928 with flag 35001/114768
79.84/78.81	c cleaning 9229 clauses out of 18469 with flag 45000/124767
87.44/86.41	c cleaning 9618 clauses out of 19242 with flag 55002/134769
96.54/95.58	c cleaning 9808 clauses out of 19625 with flag 65003/144770
106.95/105.92	c cleaning 9891 clauses out of 19814 with flag 75000/154767
114.85/113.87	c cleaning 9944 clauses out of 19924 with flag 85001/164768
116.46/115.44	c Got one! Elapsed wall clock time (in seconds):115.336
116.46/115.44	o 36400
119.66/118.60	c cleaning 7601 clauses out of 15236 with flag 3001/170024
126.06/125.07	c cleaning 6792 clauses out of 13634 with flag 9000/176023
132.77/131.77	c cleaning 6913 clauses out of 13842 with flag 16000/183023
139.47/138.44	c cleaning 7462 clauses out of 14930 with flag 24001/191024
143.77/142.76	c Got one! Elapsed wall clock time (in seconds):142.654
143.77/142.76	o 36399
147.38/146.37	c cleaning 9403 clauses out of 18805 with flag 5000/202361
151.97/150.91	c cleaning 7684 clauses out of 15402 with flag 11000/208361
156.37/155.33	c cleaning 7339 clauses out of 14719 with flag 18001/215362
160.68/159.69	c cleaning 7677 clauses out of 15379 with flag 26000/223361
165.48/164.46	c cleaning 8348 clauses out of 16702 with flag 35000/232361
171.69/170.62	c cleaning 9169 clauses out of 18355 with flag 45001/242362
176.99/175.92	c cleaning 9569 clauses out of 19185 with flag 55000/252361
181.89/180.83	c cleaning 9795 clauses out of 19616 with flag 65000/262361
186.49/185.47	c cleaning 9903 clauses out of 19823 with flag 75002/272363
192.30/191.22	c cleaning 9950 clauses out of 19918 with flag 85000/282361
198.60/197.58	c cleaning 9973 clauses out of 19970 with flag 95002/292363
205.20/204.12	c cleaning 9978 clauses out of 19996 with flag 105001/302362
219.30/218.26	c cleaning 9995 clauses out of 20017 with flag 115000/312361
230.51/229.46	c cleaning 9998 clauses out of 20026 with flag 125004/322365
239.11/238.01	c cleaning 9996 clauses out of 20025 with flag 135001/332362
249.21/248.13	c cleaning 9998 clauses out of 20028 with flag 145000/342361
260.51/259.49	c cleaning 9997 clauses out of 20032 with flag 155002/352363
273.62/272.55	c cleaning 9986 clauses out of 20033 with flag 165000/362361
278.12/277.05	c Got one! Elapsed wall clock time (in seconds):276.94
278.12/277.05	o 36398
278.82/277.71	c cleaning 7889 clauses out of 15798 with flag 1000/368112
282.42/281.32	c cleaning 6940 clauses out of 13909 with flag 7000/374112
286.83/285.77	c cleaning 6976 clauses out of 13969 with flag 14000/381112
291.73/290.69	c cleaning 7489 clauses out of 14994 with flag 22001/389113
297.53/296.44	c cleaning 8244 clauses out of 16506 with flag 31002/398114
303.54/302.44	c cleaning 9128 clauses out of 18260 with flag 41000/408112
309.64/308.54	c cleaning 9558 clauses out of 19134 with flag 51002/418114
317.64/316.51	c cleaning 9784 clauses out of 19574 with flag 61000/428112
323.34/322.23	c cleaning 9884 clauses out of 19790 with flag 71000/438112
328.96/327.81	c cleaning 9938 clauses out of 19906 with flag 81000/448112
334.56/333.47	c cleaning 9969 clauses out of 19968 with flag 91000/458112
340.46/339.37	c cleaning 9980 clauses out of 20000 with flag 101001/468113
350.76/349.68	c cleaning 9984 clauses out of 20019 with flag 111000/478112
360.67/359.52	c cleaning 10003 clauses out of 20035 with flag 121000/488112
370.68/369.60	c cleaning 10013 clauses out of 20032 with flag 131000/498112
377.30/376.13	c cleaning 10001 clauses out of 20019 with flag 141000/508112
383.80/382.65	c cleaning 9992 clauses out of 20018 with flag 151000/518112
390.61/389.43	c cleaning 10005 clauses out of 20026 with flag 161000/528112
397.21/396.08	c cleaning 10002 clauses out of 20021 with flag 171000/538112
402.61/401.46	c cleaning 9998 clauses out of 20020 with flag 181001/548113
407.21/406.08	c cleaning 9989 clauses out of 20021 with flag 191000/558112
411.92/410.71	c cleaning 10006 clauses out of 20032 with flag 201000/568112
416.52/415.38	c cleaning 10000 clauses out of 20027 with flag 211001/578113
421.13/419.97	c cleaning 10006 clauses out of 20027 with flag 221001/588113
425.83/424.61	c cleaning 9993 clauses out of 20020 with flag 231000/598112
430.53/429.39	c cleaning 10010 clauses out of 20027 with flag 241000/608112
436.43/435.20	c cleaning 9986 clauses out of 20018 with flag 251001/618113
443.04/441.81	c cleaning 10007 clauses out of 20033 with flag 261002/628114
449.44/448.24	c cleaning 10005 clauses out of 20025 with flag 271001/638113
454.74/453.52	c cleaning 9999 clauses out of 20019 with flag 281000/648112
459.95/458.75	c cleaning 10002 clauses out of 20021 with flag 291001/658113
465.25/464.05	c cleaning 9989 clauses out of 20018 with flag 301000/668112
470.75/469.51	c cleaning 9995 clauses out of 20031 with flag 311002/678114
476.15/474.91	c cleaning 9996 clauses out of 20034 with flag 321000/688112
481.46/480.29	c cleaning 9992 clauses out of 20038 with flag 331000/698112
486.86/485.64	c cleaning 9990 clauses out of 20047 with flag 341001/708113
492.47/491.21	c cleaning 9998 clauses out of 20056 with flag 351000/718112
497.67/496.46	c cleaning 10002 clauses out of 20058 with flag 361000/728112
502.78/501.57	c cleaning 10002 clauses out of 20057 with flag 371001/738113
509.77/508.52	c cleaning 10003 clauses out of 20054 with flag 381000/748112
515.57/514.32	c cleaning 9997 clauses out of 20051 with flag 391000/758112
520.78/519.59	c cleaning 9999 clauses out of 20054 with flag 401000/768112
525.99/524.77	c cleaning 10004 clauses out of 20055 with flag 411000/778112
531.09/529.86	c cleaning 9991 clauses out of 20053 with flag 421002/788114
537.00/535.79	c cleaning 9978 clauses out of 20060 with flag 431000/798112
542.50/541.25	c cleaning 10034 clauses out of 20085 with flag 441003/808115
547.60/546.33	c cleaning 10012 clauses out of 20049 with flag 451001/818113
552.50/551.29	c cleaning 10009 clauses out of 20037 with flag 461001/828113
557.40/556.14	c cleaning 10001 clauses out of 20027 with flag 471000/838112
562.31/561.03	c cleaning 9991 clauses out of 20026 with flag 481000/848112
567.21/565.92	c cleaning 9996 clauses out of 20036 with flag 491001/858113
572.31/571.05	c cleaning 9995 clauses out of 20040 with flag 501001/868113
577.31/576.03	c cleaning 10006 clauses out of 20044 with flag 511000/878112
582.21/580.99	c cleaning 10006 clauses out of 20038 with flag 521000/888112
587.32/586.00	c cleaning 9996 clauses out of 20033 with flag 531001/898113
593.32/592.05	c cleaning 10009 clauses out of 20036 with flag 541000/908112
601.22/599.97	c cleaning 9989 clauses out of 20027 with flag 551000/918112
606.33/605.05	c cleaning 10004 clauses out of 20040 with flag 561002/928114
613.03/611.79	c cleaning 9986 clauses out of 20035 with flag 571001/938113
621.14/619.84	c cleaning 9994 clauses out of 20048 with flag 581000/948112
630.14/628.84	c cleaning 9999 clauses out of 20055 with flag 591001/958113
638.64/637.38	c cleaning 10020 clauses out of 20057 with flag 601002/968114
647.54/646.24	c cleaning 10008 clauses out of 20036 with flag 611001/978113
656.74/655.42	c cleaning 9999 clauses out of 20028 with flag 621001/988113
664.74/663.48	c cleaning 9987 clauses out of 20029 with flag 631001/998113
671.64/670.33	c cleaning 9988 clauses out of 20043 with flag 641002/1008114
678.75/677.47	c cleaning 10014 clauses out of 20055 with flag 651002/1018114
685.85/684.56	c cleaning 9994 clauses out of 20040 with flag 661001/1028113
691.45/690.15	c cleaning 10008 clauses out of 20045 with flag 671000/1038112
697.75/696.46	c cleaning 10002 clauses out of 20037 with flag 681000/1048112
703.75/702.46	c Got one! Elapsed wall clock time (in seconds):702.358
703.75/702.46	o 36397
706.46/705.14	c cleaning 12205 clauses out of 24432 with flag 5002/1062509
709.46/708.11	c cleaning 9094 clauses out of 18225 with flag 11000/1068507
712.96/711.66	c cleaning 8054 clauses out of 16131 with flag 18000/1075507
716.96/715.67	c cleaning 8025 clauses out of 16078 with flag 26001/1083508
721.56/720.29	c cleaning 8522 clauses out of 17053 with flag 35001/1092508
726.77/725.47	c cleaning 9265 clauses out of 18531 with flag 45001/1102508
732.17/730.81	c cleaning 9631 clauses out of 19265 with flag 55000/1112507
737.67/736.39	c cleaning 9809 clauses out of 19634 with flag 65000/1122507
743.98/742.64	c cleaning 9909 clauses out of 19825 with flag 75000/1132507
750.08/748.75	c cleaning 9954 clauses out of 19916 with flag 85000/1142507
756.29/754.97	c cleaning 9980 clauses out of 19963 with flag 95001/1152508
762.49/761.12	c cleaning 9981 clauses out of 19982 with flag 105000/1162507
769.79/768.40	c cleaning 10003 clauses out of 20006 with flag 115005/1172512
777.90/776.55	c cleaning 9999 clauses out of 19998 with flag 125000/1182507
785.90/784.53	c cleaning 9998 clauses out of 20000 with flag 135001/1192508
791.50/790.20	c cleaning 10001 clauses out of 20002 with flag 145001/1202508
799.10/797.74	c cleaning 9999 clauses out of 20004 with flag 155004/1212511
807.20/805.83	c cleaning 10001 clauses out of 20001 with flag 165000/1222507
813.50/812.11	c cleaning 9992 clauses out of 20001 with flag 175001/1232508
819.91/818.55	c cleaning 9984 clauses out of 20008 with flag 185000/1242507
826.81/825.44	c cleaning 9991 clauses out of 20024 with flag 195000/1252507
833.01/831.62	c cleaning 10000 clauses out of 20034 with flag 205001/1262508
839.41/838.04	c cleaning 9998 clauses out of 20033 with flag 215000/1272507
845.41/844.05	c cleaning 9996 clauses out of 20035 with flag 225000/1282507
851.81/850.40	c cleaning 9992 clauses out of 20039 with flag 235000/1292507
858.11/856.79	c cleaning 10005 clauses out of 20047 with flag 245000/1302507
864.32/862.97	c cleaning 9997 clauses out of 20042 with flag 255000/1312507
870.91/869.59	c cleaning 9999 clauses out of 20045 with flag 265000/1322507
877.31/875.94	c cleaning 9989 clauses out of 20046 with flag 275000/1332507
883.71/882.32	c cleaning 10003 clauses out of 20057 with flag 285000/1342507
890.12/888.73	c cleaning 9993 clauses out of 20054 with flag 295000/1352507
896.51/895.11	c cleaning 9990 clauses out of 20061 with flag 305000/1362507
903.12/901.75	c cleaning 10027 clauses out of 20071 with flag 315000/1372507
908.32/906.93	c cleaning 10011 clauses out of 20046 with flag 325002/1382509
913.62/912.23	c cleaning 9995 clauses out of 20033 with flag 335000/1392507
918.62/917.27	c cleaning 10006 clauses out of 20038 with flag 345000/1402507
924.23/922.84	c cleaning 9986 clauses out of 20032 with flag 355000/1412507
931.83/930.42	c cleaning 10002 clauses out of 20046 with flag 365000/1422507
938.33/937.00	c cleaning 10011 clauses out of 20046 with flag 375002/1432509
945.24/943.86	c cleaning 10006 clauses out of 20034 with flag 385001/1442508
956.04/954.63	c cleaning 9992 clauses out of 20027 with flag 395000/1452507
963.85/962.42	c cleaning 9988 clauses out of 20035 with flag 405000/1462507
969.45/968.01	c cleaning 9999 clauses out of 20047 with flag 415000/1472507
976.65/975.23	c cleaning 9993 clauses out of 20048 with flag 425000/1482507
983.95/982.51	c cleaning 10006 clauses out of 20058 with flag 435003/1492510
990.05/988.67	c cleaning 10009 clauses out of 20050 with flag 445001/1502508
996.55/995.14	c cleaning 10008 clauses out of 20040 with flag 455000/1512507
1003.06/1001.61	c cleaning 9997 clauses out of 20032 with flag 465000/1522507
1009.56/1008.13	c cleaning 10006 clauses out of 20035 with flag 475000/1532507
1016.06/1014.61	c cleaning 9999 clauses out of 20029 with flag 485000/1542507
1022.57/1021.11	c cleaning 9998 clauses out of 20031 with flag 495001/1552508
1029.07/1027.61	c cleaning 9997 clauses out of 20033 with flag 505001/1562508
1034.97/1033.58	c cleaning 9998 clauses out of 20035 with flag 515000/1572507
1040.68/1039.20	c cleaning 10003 clauses out of 20038 with flag 525001/1582508
1046.18/1044.74	c cleaning 9993 clauses out of 20034 with flag 535000/1592507
1051.79/1050.31	c cleaning 10001 clauses out of 20043 with flag 545002/1602509
1057.39/1055.91	c cleaning 9993 clauses out of 20040 with flag 555000/1612507
1063.09/1061.63	c cleaning 10005 clauses out of 20048 with flag 565001/1622508
1068.79/1067.38	c cleaning 9991 clauses out of 20042 with flag 575000/1632507
1074.59/1073.18	c cleaning 10011 clauses out of 20053 with flag 585002/1642509
1080.51/1079.01	c cleaning 9989 clauses out of 20041 with flag 595001/1652508
1086.30/1084.89	c cleaning 10002 clauses out of 20053 with flag 605002/1662509
1093.01/1091.58	c cleaning 10007 clauses out of 20049 with flag 615000/1672507
1099.81/1098.32	c cleaning 10003 clauses out of 20042 with flag 625000/1682507
1106.61/1105.15	c cleaning 9992 clauses out of 20041 with flag 635002/1692509
1114.41/1112.96	c cleaning 10001 clauses out of 20047 with flag 645000/1702507
1120.91/1119.49	c cleaning 10005 clauses out of 20048 with flag 655002/1712509
1127.01/1125.54	c cleaning 9998 clauses out of 20044 with flag 665003/1722510
1133.11/1131.63	c cleaning 10004 clauses out of 20043 with flag 675000/1732507
1139.22/1137.73	c cleaning 9994 clauses out of 20039 with flag 685000/1742507
1145.32/1143.86	c cleaning 9995 clauses out of 20045 with flag 695000/1752507
1151.53/1150.08	c cleaning 10004 clauses out of 20050 with flag 705000/1762507
1157.73/1156.24	c cleaning 10003 clauses out of 20047 with flag 715001/1772508
1163.94/1162.41	c cleaning 9991 clauses out of 20043 with flag 725000/1782507
1170.14/1168.63	c cleaning 9997 clauses out of 20052 with flag 735000/1792507
1176.24/1174.70	c cleaning 10012 clauses out of 20057 with flag 745002/1802509
1182.34/1180.84	c cleaning 10001 clauses out of 20044 with flag 755001/1812508
1192.14/1190.64	c cleaning 9994 clauses out of 20042 with flag 765000/1822507
1199.44/1197.95	c cleaning 9994 clauses out of 20048 with flag 775000/1832507
1206.54/1205.08	c cleaning 10018 clauses out of 20056 with flag 785002/1842509
1214.44/1212.91	c cleaning 9990 clauses out of 20036 with flag 795000/1852507
1222.35/1220.88	c cleaning 9985 clauses out of 20046 with flag 805000/1862507
1228.55/1227.00	c cleaning 9987 clauses out of 20061 with flag 815000/1872507
1235.76/1234.23	c cleaning 10013 clauses out of 20077 with flag 825003/1882510
1243.46/1241.99	c cleaning 9991 clauses out of 20061 with flag 835000/1892507
1250.25/1248.78	c cleaning 9992 clauses out of 20070 with flag 845000/1902507
1255.75/1254.23	c cleaning 9999 clauses out of 20079 with flag 855001/1912508
1261.25/1259.74	c cleaning 9993 clauses out of 20081 with flag 865002/1922509
1267.06/1265.59	c cleaning 10011 clauses out of 20086 with flag 875000/1932507
1273.07/1271.58	c cleaning 10000 clauses out of 20075 with flag 885000/1942507
1279.56/1278.07	c cleaning 10009 clauses out of 20075 with flag 895000/1952507
1284.86/1283.38	c cleaning 9989 clauses out of 20066 with flag 905000/1962507
1290.47/1288.96	c cleaning 10008 clauses out of 20077 with flag 915000/1972507
1296.17/1294.63	c cleaning 10000 clauses out of 20069 with flag 925000/1982507
1301.67/1300.16	c cleaning 9989 clauses out of 20070 with flag 935001/1992508
1307.27/1305.78	c cleaning 10001 clauses out of 20081 with flag 945001/2002508
1312.87/1311.38	c cleaning 10003 clauses out of 20080 with flag 955001/2012508
1318.67/1317.10	c cleaning 9999 clauses out of 20076 with flag 965000/2022507
1324.27/1322.70	c cleaning 9992 clauses out of 20078 with flag 975001/2032508
1330.67/1329.17	c cleaning 10031 clauses out of 20085 with flag 985000/2042507
1335.97/1334.49	c cleaning 10010 clauses out of 20056 with flag 995002/2052509
1341.48/1339.93	c cleaning 10007 clauses out of 20046 with flag 1005002/2062509
1346.98/1345.43	c cleaning 9998 clauses out of 20038 with flag 1015001/2072508
1352.48/1350.90	c cleaning 10005 clauses out of 20039 with flag 1025000/2082507
1357.89/1356.37	c cleaning 10006 clauses out of 20035 with flag 1035001/2092508
1364.00/1362.49	c cleaning 9986 clauses out of 20028 with flag 1045000/2102507
1370.40/1368.83	c cleaning 9994 clauses out of 20042 with flag 1055000/2112507
1376.90/1375.33	c cleaning 10013 clauses out of 20048 with flag 1065000/2122507
1385.21/1383.63	c cleaning 9991 clauses out of 20035 with flag 1075000/2132507
1393.41/1391.85	c cleaning 9991 clauses out of 20044 with flag 1085000/2142507
1401.71/1400.10	c cleaning 10000 clauses out of 20053 with flag 1095000/2152507
1410.01/1408.47	c cleaning 9999 clauses out of 20053 with flag 1105000/2162507
1418.32/1416.79	c cleaning 10010 clauses out of 20054 with flag 1115000/2172507
1425.41/1423.89	c cleaning 10012 clauses out of 20045 with flag 1125001/2182508
1432.62/1431.01	c cleaning 9996 clauses out of 20035 with flag 1135003/2192510
1439.82/1438.28	c cleaning 10004 clauses out of 20036 with flag 1145000/2202507
1446.93/1445.35	c cleaning 10002 clauses out of 20032 with flag 1155000/2212507
1453.93/1452.38	c cleaning 10000 clauses out of 20034 with flag 1165004/2222511
1460.93/1459.31	c cleaning 10005 clauses out of 20030 with flag 1175000/2232507
1466.54/1464.91	c cleaning 9988 clauses out of 20025 with flag 1185000/2242507
1472.04/1470.42	c cleaning 10011 clauses out of 20038 with flag 1195001/2252508
1477.64/1476.02	c cleaning 9996 clauses out of 20027 with flag 1205001/2262508
1483.15/1481.54	c cleaning 10000 clauses out of 20031 with flag 1215001/2272508
1488.65/1487.07	c cleaning 9995 clauses out of 20031 with flag 1225001/2282508
1493.65/1492.05	c cleaning 10004 clauses out of 20035 with flag 1235000/2292507
1498.66/1497.07	c cleaning 9998 clauses out of 20032 with flag 1245001/2302508
1503.66/1502.09	c cleaning 10001 clauses out of 20033 with flag 1255000/2312507
1508.76/1507.12	c cleaning 9997 clauses out of 20032 with flag 1265000/2322507
1514.86/1513.23	c cleaning 10002 clauses out of 20035 with flag 1275000/2332507
1524.07/1522.47	c cleaning 9993 clauses out of 20033 with flag 1285000/2342507
1533.07/1531.45	c cleaning 10003 clauses out of 20041 with flag 1295001/2352508
1542.17/1540.52	c cleaning 10001 clauses out of 20038 with flag 1305001/2362508
1551.48/1549.90	c cleaning 9994 clauses out of 20036 with flag 1315000/2372507
1560.68/1559.05	c cleaning 10007 clauses out of 20043 with flag 1325001/2382508
1569.78/1568.16	c cleaning 9993 clauses out of 20035 with flag 1335000/2392507
1579.09/1577.44	c cleaning 10001 clauses out of 20042 with flag 1345000/2402507
1588.68/1587.02	c cleaning 10005 clauses out of 20041 with flag 1355000/2412507
1598.38/1596.73	c cleaning 9986 clauses out of 20036 with flag 1365000/2422507
1608.09/1606.48	c cleaning 9999 clauses out of 20050 with flag 1375000/2432507
1617.79/1616.16	c cleaning 9999 clauses out of 20051 with flag 1385000/2442507
1627.60/1625.93	c cleaning 10007 clauses out of 20052 with flag 1395000/2452507
1637.40/1635.74	c cleaning 9988 clauses out of 20045 with flag 1405000/2462507
1647.10/1645.44	c cleaning 10004 clauses out of 20057 with flag 1415000/2472507
1657.21/1655.56	c cleaning 9989 clauses out of 20053 with flag 1425000/2482507
1668.60/1666.92	c cleaning 9997 clauses out of 20064 with flag 1435000/2492507
1679.51/1677.83	c cleaning 10003 clauses out of 20067 with flag 1445000/2502507
1689.21/1687.56	c cleaning 9999 clauses out of 20064 with flag 1455000/2512507
1699.61/1697.92	c cleaning 10008 clauses out of 20065 with flag 1465000/2522507
1710.02/1708.32	c cleaning 9998 clauses out of 20057 with flag 1475000/2532507
1720.82/1719.13	c cleaning 9995 clauses out of 20060 with flag 1485001/2542508
1732.32/1730.68	c cleaning 10003 clauses out of 20064 with flag 1495000/2552507
1740.52/1738.80	c cleaning 10007 clauses out of 20062 with flag 1505001/2562508
1747.53/1745.88	c cleaning 10011 clauses out of 20054 with flag 1515000/2572507
1755.23/1753.54	c cleaning 10008 clauses out of 20043 with flag 1525000/2582507
1763.43/1761.70	c cleaning 9998 clauses out of 20035 with flag 1535000/2592507
1770.04/1768.31	c cleaning 9990 clauses out of 20037 with flag 1545000/2602507
1778.94/1777.24	c cleaning 9993 clauses out of 20047 with flag 1555000/2612507
1788.05/1786.33	c cleaning 10009 clauses out of 20054 with flag 1565000/2622507
1797.75/1796.00	c cleaning 9976 clauses out of 20045 with flag 1575000/2632507
1800.05/1798.31	c starts		: 243
1800.05/1798.31	c conflicts		: 2634995
1800.05/1798.31	c decisions		: 3226715
1800.05/1798.31	c propagations		: 93410028
1800.05/1798.31	c inspects		: 1538603186
1800.05/1798.31	c shortcuts		: 0
1800.05/1798.31	c learnt literals	: 0
1800.05/1798.31	c learnt binary clauses	: 0
1800.05/1798.31	c learnt ternary clauses	: 4602
1800.05/1798.31	c learnt constraints	: 2634994
1800.05/1798.31	c ignored constraints	: 0
1800.05/1798.31	c root simplifications	: 0
1800.05/1798.31	c removed literals (reason simplification)	: 21771314
1800.05/1798.31	c reason swapping (by a shorter reason)	: 0
1800.05/1798.31	c Calls to reduceDB	: 270
1800.05/1798.31	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.31	c number of learned constraints concerned by reduction	: 0
1800.05/1798.31	c number of learning phase by resolution	: 0
1800.05/1798.31	c number of learning phase by cutting planes	: 0
1800.05/1798.31	c speed (assignments/second)	: 85240.33826013397
1800.05/1798.31	c non guided choices	892
1800.05/1798.32	c learnt constraints type 
1800.05/1798.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12564
1800.05/1798.32	c constraints type 
1800.05/1798.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7096
1800.05/1798.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 122
1800.05/1798.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656
1800.05/1798.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.05/1798.32	s SATISFIABLE
1800.05/1798.32	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 
1800.05/1798.32	c objective function=36397
1800.05/1798.32	c Total wall clock time (in seconds): 1798.213

Verifier Data

OK	36397

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3493001-1307913702/watcher-3493001-1307913702 -o /tmp/evaluation-result-3493001-1307913702/solver-3493001-1307913702 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3493001-1307913702.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.99 2/195 16580
/proc/meminfo: memFree=2553384/32950928 swapFree=67111364/67111528
[pid=16580] ppid=16578 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/16580/stat : 16580 (java) R 16578 16580 13995 0 -1 4202496 954 0 0 0 0 0 0 0 25 0 1 0 22115053 23580672 696 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232119117713 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16580/statm: 5757 696 513 9 0 124 0

[startup+0.088477 s]
/proc/loadavg: 2.00 2.00 1.99 2/195 16580
/proc/meminfo: memFree=2553384/32950928 swapFree=67111364/67111528
[pid=16580] ppid=16578 vsize=10539240 CPUtime=0.08 cores=1,3,5,7
/proc/16580/stat : 16580 (java) S 16578 16580 13995 0 -1 4202496 12551 0 1 0 6 2 0 0 25 0 18 0 22115053 10792181760 12246 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135882725 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16580/statm: 2634810 12246 2018 9 0 2625544 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10539240

[startup+0.100614 s]
/proc/loadavg: 2.00 2.00 1.99 2/195 16580
/proc/meminfo: memFree=2553384/32950928 swapFree=67111364/67111528
[pid=16580] ppid=16578 vsize=10540180 CPUtime=0.1 cores=1,3,5,7
/proc/16580/stat : 16580 (java) S 16578 16580 13995 0 -1 4202496 13062 0 1 0 8 2 0 0 25 0 18 0 22115053 10793144320 12757 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135882725 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16580/statm: 2635045 12757 2092 9 0 2625779 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540180

[startup+0.300582 s]
/proc/loadavg: 2.00 2.00 1.99 2/195 16580
/proc/meminfo: memFree=2553384/32950928 swapFree=67111364/67111528
[pid=16580] ppid=16578 vsize=10542188 CPUtime=0.49 cores=1,3,5,7
/proc/16580/stat : 16580 (java) S 16578 16580 13995 0 -1 4202496 16397 0 1 0 46 3 0 0 25 0 18 0 22115053 10795200512 15799 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135882725 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16580/statm: 2635547 15800 2200 9 0 2626281 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10542188

[startup+0.70051 s]
/proc/loadavg: 2.00 2.00 1.99 2/195 16580
/proc/meminfo: memFree=2553384/32950928 swapFree=67111364/67111528
[pid=16580] ppid=16578 vsize=10544396 CPUtime=1.34 cores=1,3,5,7
/proc/16580/stat : 16580 (java) S 16578 16580 13995 0 -1 4202496 22465 0 1 0 131 3 0 0 25 0 19 0 22115053 10797461504 21015 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135882725 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16580/statm: 2636099 21015 2233 9 0 2626833 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 10544396

[startup+1.50136 s]
/proc/loadavg: 2.08 2.02 2.00 3/214 16599
/proc/meminfo: memFree=2473696/32950928 swapFree=67111364/67111528
[pid=16580] ppid=16578 vsize=10544396 CPUtime=2.3 cores=1,3,5,7
/proc/16580/stat : 16580 (java) S 16578 16580 13995 0 -1 4202496 25280 0 1 0 226 4 0 0 25 0 19 0 22115053 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135882725 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16580/statm: 2636099 23829 2235 9 0 2626833 0
[pid=16580/tid=16582] ppid=16578 vsize=10544396 CPUtime=1.49 cores=1,3,5,7
/proc/16580/task/16582/stat : 16582 (java) R 16578 16580 13995 0 -1 4202560 20084 0 1 0 146 3 0 0 25 0 19 0 22115053 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 46912505735962 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16580/tid=16583] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16583/stat : 16583 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16584] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16584/stat : 16584 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16585] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16585/stat : 16585 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16586] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16586/stat : 16586 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16587] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16587/stat : 16587 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16588] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16588/stat : 16588 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16589] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16589/stat : 16589 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16590] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16590/stat : 16590 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16591] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16591/stat : 16591 (java) S 16578 16580 13995 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 22115056 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 0 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16592] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16592/stat : 16592 (java) S 16578 16580 13995 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 22115056 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16593] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16593/stat : 16593 (java) S 16578 16580 13995 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 22115056 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16594] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16594/stat : 16594 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135903665 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16595] ppid=16578 vsize=10544396 CPUtime=0.41 cores=1,3,5,7
/proc/16580/task/16595/stat : 16595 (java) S 16578 16580 13995 0 -1 4202560 2414 0 0 0 41 0 0 0 21 0 19 0 22115059 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16596] ppid=16578 vsize=10544396 CPUtime=0.38 cores=1,3,5,7
/proc/16580/task/16596/stat : 16596 (java) S 16578 16580 13995 0 -1 4202560 1620 0 0 0 38 0 0 0 22 0 19 0 22115059 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16597] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16597/stat : 16597 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16598] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16598/stat : 16598 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22115059 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16599] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16599/stat : 16599 (java) S 16578 16580 13995 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 22115099 10797461504 23829 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10544396

[startup+3.10108 s]
/proc/loadavg: 2.08 2.02 2.00 3/214 16599
/proc/meminfo: memFree=2464148/32950928 swapFree=67111364/67111528
[pid=16580] ppid=16578 vsize=10544396 CPUtime=3.91 cores=1,3,5,7
/proc/16580/stat : 16580 (java) S 16578 16580 13995 0 -1 4202496 26028 0 1 0 387 4 0 0 25 0 19 0 22115053 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135882725 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16580/statm: 2636099 24576 2235 9 0 2626833 0
[pid=16580/tid=16582] ppid=16578 vsize=10544396 CPUtime=3.09 cores=1,3,5,7
/proc/16580/task/16582/stat : 16582 (java) R 16578 16580 13995 0 -1 4202560 20828 0 1 0 306 3 0 0 25 0 19 0 22115053 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 46912505736491 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16580/tid=16583] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16583/stat : 16583 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16584] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16584/stat : 16584 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16585] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16585/stat : 16585 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16586] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16586/stat : 16586 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16587] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16587/stat : 16587 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16588] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16588/stat : 16588 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16589] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16589/stat : 16589 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16590] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16590/stat : 16590 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115055 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16591] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16591/stat : 16591 (java) S 16578 16580 13995 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 22115056 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 0 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16592] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16592/stat : 16592 (java) S 16578 16580 13995 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 22115056 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16593] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16593/stat : 16593 (java) S 16578 16580 13995 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 22115056 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16594] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16594/stat : 16594 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135903665 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16595] ppid=16578 vsize=10544396 CPUtime=0.43 cores=1,3,5,7
/proc/16580/task/16595/stat : 16595 (java) S 16578 16580 13995 0 -1 4202560 2418 0 0 0 43 0 0 0 15 0 19 0 22115059 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16596] ppid=16578 vsize=10544396 CPUtime=0.38 cores=1,3,5,7
/proc/16580/task/16596/stat : 16596 (java) S 16578 16580 13995 0 -1 4202560 1620 0 0 0 38 0 0 0 22 0 19 0 22115059 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16597] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16597/stat : 16597 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16598] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16598/stat : 16598 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22115059 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16599] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16599/stat : 16599 (java) S 16578 16580 13995 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 22115099 10797461504 24576 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 10544396

[startup+6.30052 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 16599
/proc/meminfo: memFree=2462008/32950928 swapFree=67111364/67111528
[pid=16580] ppid=16578 vsize=10544396 CPUtime=7.17 cores=1,3,5,7
/proc/16580/stat : 16580 (java) S 16578 16580 13995 0 -1 4202496 29516 0 1 0 713 4 0 0 25 0 19 0 22115053 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135882725 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16580/statm: 2636099 27680 2263 9 0 2626833 0
[pid=16580/tid=16582] ppid=16578 vsize=10544396 CPUtime=6.26 cores=1,3,5,7
/proc/16580/task/16582/stat : 16582 (java) R 16578 16580 13995 0 -1 4202560 21435 0 1 0 623 3 0 0 25 0 19 0 22115053 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 46912505772840 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16580/tid=16583] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16583/stat : 16583 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22115055 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16584] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16584/stat : 16584 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22115055 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16585] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16585/stat : 16585 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22115055 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16586] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16586/stat : 16586 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22115055 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16587] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16587/stat : 16587 (java) S 16578 16580 13995 0 -1 4202560 244 0 0 0 0 0 0 0 18 0 19 0 22115055 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16588] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16588/stat : 16588 (java) S 16578 16580 13995 0 -1 4202560 281 0 0 0 0 0 0 0 18 0 19 0 22115055 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16589] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16589/stat : 16589 (java) S 16578 16580 13995 0 -1 4202560 241 0 0 0 0 0 0 0 18 0 19 0 22115055 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16590] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16590/stat : 16590 (java) S 16578 16580 13995 0 -1 4202560 575 0 0 0 0 0 0 0 18 0 19 0 22115055 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16591] ppid=16578 vsize=10544396 CPUtime=0.02 cores=1,3,5,7
/proc/16580/task/16591/stat : 16591 (java) S 16578 16580 13995 0 -1 4202560 1516 0 0 0 2 0 0 0 16 0 19 0 22115056 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 0 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16592] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16592/stat : 16592 (java) S 16578 16580 13995 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 22115056 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16593] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16593/stat : 16593 (java) S 16578 16580 13995 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22115056 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16594] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16594/stat : 16594 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135903665 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16595] ppid=16578 vsize=10544396 CPUtime=0.47 cores=1,3,5,7
/proc/16580/task/16595/stat : 16595 (java) S 16578 16580 13995 0 -1 4202560 2441 0 0 0 47 0 0 0 15 0 19 0 22115059 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16596] ppid=16578 vsize=10544396 CPUtime=0.38 cores=1,3,5,7
/proc/16580/task/16596/stat : 16596 (java) S 16578 16580 13995 0 -1 4202560 1626 0 0 0 38 0 0 0 18 0 19 0 22115059 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16597] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16597/stat : 16597 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16598] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16598/stat : 16598 (java) S 16578 16580 13995 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 22115059 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16599] ppid=16578 vsize=10544396 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16599/stat : 16599 (java) S 16578 16580 13995 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 22115099 10797461504 27680 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 10544396

[startup+12.7014 s]

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

[pid=16580/tid=16588] ppid=16578 vsize=10609932 CPUtime=0.15 cores=1,3,5,7
/proc/16580/task/16588/stat : 16588 (java) S 16578 16580 13995 0 -1 4202560 911 0 0 0 15 0 0 0 15 0 19 0 22115055 10864570368 34875 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16589] ppid=16578 vsize=10609932 CPUtime=0.16 cores=1,3,5,7
/proc/16580/task/16589/stat : 16589 (java) S 16578 16580 13995 0 -1 4202560 672 0 0 0 16 0 0 0 16 0 19 0 22115055 10864570368 34875 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16590] ppid=16578 vsize=10609932 CPUtime=0.14 cores=1,3,5,7
/proc/16580/task/16590/stat : 16590 (java) S 16578 16580 13995 0 -1 4202560 1092 0 0 0 14 0 0 0 15 0 19 0 22115055 10864570368 34875 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16591] ppid=16578 vsize=10609932 CPUtime=6.34 cores=1,3,5,7
/proc/16580/task/16591/stat : 16591 (java) S 16578 16580 13995 0 -1 4202560 5334 0 0 0 633 1 0 0 15 0 19 0 22115056 10864570368 34875 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 0 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16592] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16592/stat : 16592 (java) S 16578 16580 13995 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 22115056 10864570368 34875 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16593] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16593/stat : 16593 (java) S 16578 16580 13995 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22115056 10864570368 34875 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16594] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16594/stat : 16594 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10864570368 34875 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135903665 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16595] ppid=16578 vsize=10609932 CPUtime=0.56 cores=1,3,5,7
/proc/16580/task/16595/stat : 16595 (java) S 16578 16580 13995 0 -1 4202560 3020 0 0 0 56 0 0 0 15 0 19 0 22115059 10864570368 34875 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16596] ppid=16578 vsize=10609932 CPUtime=0.4 cores=1,3,5,7
/proc/16580/task/16596/stat : 16596 (java) S 16578 16580 13995 0 -1 4202560 1628 0 0 0 40 0 0 0 15 0 19 0 22115059 10864570368 34875 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16597] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16597/stat : 16597 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10864570368 34875 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16598] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16598/stat : 16598 (java) S 16578 16580 13995 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 22115059 10864570368 34875 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16599] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16599/stat : 16599 (java) S 16578 16580 13995 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 22115099 10864570368 34875 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1724.02
Current children cumulated vsize (KiB) 10609932

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/190 16674
/proc/meminfo: memFree=2682608/32950928 swapFree=67111364/67111528
[pid=16580] ppid=16578 vsize=10609932 CPUtime=1784.04 cores=1,3,5,7
/proc/16580/stat : 16580 (java) S 16578 16580 13995 0 -1 4202496 37628 0 1 0 178394 10 0 0 25 0 19 0 22115053 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135882725 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16580/statm: 2652483 34882 2264 9 0 2643217 0
[pid=16580/tid=16582] ppid=16578 vsize=10609932 CPUtime=1775.28 cores=1,3,5,7
/proc/16580/task/16582/stat : 16582 (java) R 16578 16580 13995 0 -1 4202560 21703 0 1 0 177525 3 0 0 25 0 19 0 22115053 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 46912505772826 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16580/tid=16583] ppid=16578 vsize=10609932 CPUtime=0.16 cores=1,3,5,7
/proc/16580/task/16583/stat : 16583 (java) S 16578 16580 13995 0 -1 4202560 1011 0 0 0 16 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16584] ppid=16578 vsize=10609932 CPUtime=0.12 cores=1,3,5,7
/proc/16580/task/16584/stat : 16584 (java) S 16578 16580 13995 0 -1 4202560 66 0 0 0 12 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16585] ppid=16578 vsize=10609932 CPUtime=0.13 cores=1,3,5,7
/proc/16580/task/16585/stat : 16585 (java) S 16578 16580 13995 0 -1 4202560 261 0 0 0 13 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16586] ppid=16578 vsize=10609932 CPUtime=0.14 cores=1,3,5,7
/proc/16580/task/16586/stat : 16586 (java) S 16578 16580 13995 0 -1 4202560 273 0 0 0 14 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16587] ppid=16578 vsize=10609932 CPUtime=0.13 cores=1,3,5,7
/proc/16580/task/16587/stat : 16587 (java) S 16578 16580 13995 0 -1 4202560 398 0 0 0 13 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16588] ppid=16578 vsize=10609932 CPUtime=0.16 cores=1,3,5,7
/proc/16580/task/16588/stat : 16588 (java) S 16578 16580 13995 0 -1 4202560 911 0 0 0 16 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16589] ppid=16578 vsize=10609932 CPUtime=0.17 cores=1,3,5,7
/proc/16580/task/16589/stat : 16589 (java) S 16578 16580 13995 0 -1 4202560 672 0 0 0 17 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16590] ppid=16578 vsize=10609932 CPUtime=0.14 cores=1,3,5,7
/proc/16580/task/16590/stat : 16590 (java) S 16578 16580 13995 0 -1 4202560 1092 0 0 0 14 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16591] ppid=16578 vsize=10609932 CPUtime=6.52 cores=1,3,5,7
/proc/16580/task/16591/stat : 16591 (java) S 16578 16580 13995 0 -1 4202560 5338 0 0 0 651 1 0 0 15 0 19 0 22115056 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 0 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16592] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16592/stat : 16592 (java) S 16578 16580 13995 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 22115056 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16593] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16593/stat : 16593 (java) S 16578 16580 13995 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22115056 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16594] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16594/stat : 16594 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135903665 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16595] ppid=16578 vsize=10609932 CPUtime=0.56 cores=1,3,5,7
/proc/16580/task/16595/stat : 16595 (java) S 16578 16580 13995 0 -1 4202560 3020 0 0 0 56 0 0 0 15 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16596] ppid=16578 vsize=10609932 CPUtime=0.4 cores=1,3,5,7
/proc/16580/task/16596/stat : 16596 (java) S 16578 16580 13995 0 -1 4202560 1628 0 0 0 40 0 0 0 15 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16597] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16597/stat : 16597 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16598] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16598/stat : 16598 (java) S 16578 16580 13995 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16599] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16599/stat : 16599 (java) S 16578 16580 13995 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 22115099 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1784.04
Current children cumulated vsize (KiB) 10609932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/190 16674
/proc/meminfo: memFree=2682468/32950928 swapFree=67111364/67111528
[pid=16580] ppid=16578 vsize=10609932 CPUtime=1800.05 cores=1,3,5,7
/proc/16580/stat : 16580 (java) S 16578 16580 13995 0 -1 4202496 37634 0 1 0 179995 10 0 0 25 0 19 0 22115053 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135882725 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16580/statm: 2652483 34882 2264 9 0 2643217 0
[pid=16580/tid=16582] ppid=16578 vsize=10609932 CPUtime=1791.23 cores=1,3,5,7
/proc/16580/task/16582/stat : 16582 (java) R 16578 16580 13995 0 -1 4202560 21705 0 1 0 179120 3 0 0 25 0 19 0 22115053 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 46912505737041 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16580/tid=16583] ppid=16578 vsize=10609932 CPUtime=0.16 cores=1,3,5,7
/proc/16580/task/16583/stat : 16583 (java) S 16578 16580 13995 0 -1 4202560 1011 0 0 0 16 0 0 0 16 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16584] ppid=16578 vsize=10609932 CPUtime=0.12 cores=1,3,5,7
/proc/16580/task/16584/stat : 16584 (java) S 16578 16580 13995 0 -1 4202560 66 0 0 0 12 0 0 0 16 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16585] ppid=16578 vsize=10609932 CPUtime=0.13 cores=1,3,5,7
/proc/16580/task/16585/stat : 16585 (java) S 16578 16580 13995 0 -1 4202560 261 0 0 0 13 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16586] ppid=16578 vsize=10609932 CPUtime=0.14 cores=1,3,5,7
/proc/16580/task/16586/stat : 16586 (java) S 16578 16580 13995 0 -1 4202560 273 0 0 0 14 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16587] ppid=16578 vsize=10609932 CPUtime=0.13 cores=1,3,5,7
/proc/16580/task/16587/stat : 16587 (java) S 16578 16580 13995 0 -1 4202560 398 0 0 0 13 0 0 0 16 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16588] ppid=16578 vsize=10609932 CPUtime=0.16 cores=1,3,5,7
/proc/16580/task/16588/stat : 16588 (java) S 16578 16580 13995 0 -1 4202560 911 0 0 0 16 0 0 0 16 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16589] ppid=16578 vsize=10609932 CPUtime=0.17 cores=1,3,5,7
/proc/16580/task/16589/stat : 16589 (java) S 16578 16580 13995 0 -1 4202560 672 0 0 0 17 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16590] ppid=16578 vsize=10609932 CPUtime=0.14 cores=1,3,5,7
/proc/16580/task/16590/stat : 16590 (java) S 16578 16580 13995 0 -1 4202560 1092 0 0 0 14 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16591] ppid=16578 vsize=10609932 CPUtime=6.59 cores=1,3,5,7
/proc/16580/task/16591/stat : 16591 (java) S 16578 16580 13995 0 -1 4202560 5340 0 0 0 657 2 0 0 15 0 19 0 22115056 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 0 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16592] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16592/stat : 16592 (java) S 16578 16580 13995 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 22115056 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16593] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16593/stat : 16593 (java) S 16578 16580 13995 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22115056 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16594] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16594/stat : 16594 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135903665 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16595] ppid=16578 vsize=10609932 CPUtime=0.56 cores=1,3,5,7
/proc/16580/task/16595/stat : 16595 (java) S 16578 16580 13995 0 -1 4202560 3020 0 0 0 56 0 0 0 15 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16596] ppid=16578 vsize=10609932 CPUtime=0.4 cores=1,3,5,7
/proc/16580/task/16596/stat : 16596 (java) S 16578 16580 13995 0 -1 4202560 1628 0 0 0 40 0 0 0 15 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16597] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16597/stat : 16597 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16598] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16598/stat : 16598 (java) S 16578 16580 13995 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16599] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16599/stat : 16599 (java) S 16578 16580 13995 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 22115099 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10609932

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

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

[startup+1798.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/190 16674
/proc/meminfo: memFree=2682468/32950928 swapFree=67111364/67111528
[pid=16580] ppid=16578 vsize=10609932 CPUtime=1800.05 cores=1,3,5,7
/proc/16580/stat : 16580 (java) S 16578 16580 13995 0 -1 4202496 37634 0 1 0 179995 10 0 0 25 0 19 0 22115053 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135882725 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16580/statm: 2652483 34882 2264 9 0 2643217 0
[pid=16580/tid=16582] ppid=16578 vsize=10609932 CPUtime=1791.23 cores=1,3,5,7
/proc/16580/task/16582/stat : 16582 (java) R 16578 16580 13995 0 -1 4202560 21705 0 1 0 179120 3 0 0 25 0 19 0 22115053 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 46912505737041 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16580/tid=16583] ppid=16578 vsize=10609932 CPUtime=0.16 cores=1,3,5,7
/proc/16580/task/16583/stat : 16583 (java) S 16578 16580 13995 0 -1 4202560 1011 0 0 0 16 0 0 0 16 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16584] ppid=16578 vsize=10609932 CPUtime=0.12 cores=1,3,5,7
/proc/16580/task/16584/stat : 16584 (java) S 16578 16580 13995 0 -1 4202560 66 0 0 0 12 0 0 0 16 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16585] ppid=16578 vsize=10609932 CPUtime=0.13 cores=1,3,5,7
/proc/16580/task/16585/stat : 16585 (java) S 16578 16580 13995 0 -1 4202560 261 0 0 0 13 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16586] ppid=16578 vsize=10609932 CPUtime=0.14 cores=1,3,5,7
/proc/16580/task/16586/stat : 16586 (java) S 16578 16580 13995 0 -1 4202560 273 0 0 0 14 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16587] ppid=16578 vsize=10609932 CPUtime=0.13 cores=1,3,5,7
/proc/16580/task/16587/stat : 16587 (java) S 16578 16580 13995 0 -1 4202560 398 0 0 0 13 0 0 0 16 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16588] ppid=16578 vsize=10609932 CPUtime=0.16 cores=1,3,5,7
/proc/16580/task/16588/stat : 16588 (java) S 16578 16580 13995 0 -1 4202560 911 0 0 0 16 0 0 0 16 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16589] ppid=16578 vsize=10609932 CPUtime=0.17 cores=1,3,5,7
/proc/16580/task/16589/stat : 16589 (java) S 16578 16580 13995 0 -1 4202560 672 0 0 0 17 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16590] ppid=16578 vsize=10609932 CPUtime=0.14 cores=1,3,5,7
/proc/16580/task/16590/stat : 16590 (java) S 16578 16580 13995 0 -1 4202560 1092 0 0 0 14 0 0 0 15 0 19 0 22115055 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16591] ppid=16578 vsize=10609932 CPUtime=6.59 cores=1,3,5,7
/proc/16580/task/16591/stat : 16591 (java) S 16578 16580 13995 0 -1 4202560 5340 0 0 0 657 2 0 0 15 0 19 0 22115056 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 0 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16592] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16592/stat : 16592 (java) S 16578 16580 13995 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 22115056 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16593] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16593/stat : 16593 (java) S 16578 16580 13995 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22115056 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
[pid=16580/tid=16594] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16594/stat : 16594 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135903665 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16595] ppid=16578 vsize=10609932 CPUtime=0.56 cores=1,3,5,7
/proc/16580/task/16595/stat : 16595 (java) S 16578 16580 13995 0 -1 4202560 3020 0 0 0 56 0 0 0 15 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 7 0 0 0
[pid=16580/tid=16596] ppid=16578 vsize=10609932 CPUtime=0.4 cores=1,3,5,7
/proc/16580/task/16596/stat : 16596 (java) S 16578 16580 13995 0 -1 4202560 1628 0 0 0 40 0 0 0 15 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16597] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16597/stat : 16597 (java) S 16578 16580 13995 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135895961 0 4 0 16800975 18446604462640548032 0 0 -1 1 0 0 0
[pid=16580/tid=16598] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16598/stat : 16598 (java) S 16578 16580 13995 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 22115059 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 5 0 0 0
[pid=16580/tid=16599] ppid=16578 vsize=10609932 CPUtime=0 cores=1,3,5,7
/proc/16580/task/16599/stat : 16599 (java) S 16578 16580 13995 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 22115099 10864570368 34882 33554432000 1073741824 1073778376 140734425001360 18446744073709551615 232135896576 0 4 0 16800975 18446604462640548032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10609932

Child status: 143
Real time (s): 1798.33
CPU time (s): 1800.1
CPU user time (s): 1799.99
CPU system time (s): 0.109983
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 10609932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37686
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= 44297
involuntary context switches= 15329

runsolver used 2.6266 second user time and 6.24805 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-12 23:21:42
IDJOB=3493001
IDBENCH=79612
IDSOLVER=1982
FILE ID=node124/3493001-1307913702
RUNJOBID= node124-1307908958-15933
PBS_JOBID= 13559582
Free space on /tmp= 2088 MiB

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

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

MD5SUM BENCH= 20e917da45fd344d820e2b12e2c32ca6
RANDOM SEED=1131251615

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2553432 kB
Buffers:         76640 kB
Cached:       29077984 kB
SwapCached:          0 kB
Active:       14765524 kB
Inactive:     14711868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2553432 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:      322952 kB
Mapped:          24592 kB
Slab:           855484 kB
PageTables:       4364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10544728 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 2088 MiB
End job on node124 at 2011-06-12 23:51:43