Trace number 4090724

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 PB 2.3.6 Resolution PB16MSAT (TO) 1800.64 1797.55

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-geom30a-3_wcsp.wbo
MD5SUM531d8636127ef9c1ca088d2ef0ec4c38
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1.59676
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables90
Total number of constraints273
Number of soft constraints243
Number of constraints which are clauses243
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 82
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 243
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4090724-1466073689.wbo
0.08/0.12	c reading problem ... 
0.08/0.16	c ... done. Wall clock time 0.039s.
0.08/0.16	c declared #vars     90
0.08/0.16	c internal #vars     333
0.08/0.16	c #constraints  303
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 273
0.08/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.08/0.16	c 303 constraints processed.
0.08/0.16	c objective function length is 243 literals
0.08/0.18	c SATISFIABLE
0.08/0.18	c OPTIMIZING...
0.08/0.18	c Got one! Elapsed wall clock time (in seconds):0.061
0.08/0.18	o 25
0.84/0.52	c cleaning 2524 clauses out of 5052 with flag 18344/5052
1.11/0.75	c cleaning 4257 clauses out of 8528 with flag 40392/11052
1.34/0.99	c cleaning 5629 clauses out of 11271 with flag 69651/18052
1.65/1.29	c cleaning 6817 clauses out of 13642 with flag 101253/26052
2.06/1.68	c cleaning 7912 clauses out of 15827 with flag 133561/35054
2.46/2.07	c cleaning 8955 clauses out of 17913 with flag 172061/45052
2.96/2.58	c cleaning 9976 clauses out of 19958 with flag 212111/56052
3.56/3.13	c cleaning 10981 clauses out of 21982 with flag 253140/68052
4.25/3.84	c cleaning 11992 clauses out of 24001 with flag 301832/81052
4.86/4.49	c cleaning 12998 clauses out of 26010 with flag 353200/95053
5.75/5.31	c cleaning 13997 clauses out of 28011 with flag 410046/110052
6.55/6.14	c cleaning 15001 clauses out of 30015 with flag 471874/126053
7.46/7.08	c cleaning 16004 clauses out of 32015 with flag 538466/143054
8.45/8.06	c cleaning 17004 clauses out of 34012 with flag 610083/161055
9.55/9.14	c cleaning 18001 clauses out of 36005 with flag 689128/180052
10.75/10.32	c cleaning 18997 clauses out of 38006 with flag 773502/200054
12.05/11.64	c cleaning 19996 clauses out of 40007 with flag 866349/221052
13.55/13.13	c cleaning 21005 clauses out of 42013 with flag 957392/243054
15.05/14.65	c cleaning 22005 clauses out of 44009 with flag 1044851/266055
16.97/16.51	c cleaning 22989 clauses out of 46004 with flag 1130221/290055
18.66/18.29	c cleaning 24002 clauses out of 48016 with flag 1224404/315056
20.66/20.23	c cleaning 24998 clauses out of 50010 with flag 1327968/341052
22.86/22.48	c cleaning 25994 clauses out of 52013 with flag 1427108/368053
24.86/24.48	c cleaning 27001 clauses out of 54019 with flag 1527354/396053
27.25/26.84	c cleaning 28005 clauses out of 56017 with flag 1630620/425052
29.55/29.17	c cleaning 28994 clauses out of 58012 with flag 1739293/455052
31.95/31.56	c cleaning 30007 clauses out of 60020 with flag 1857939/486054
34.25/33.87	c cleaning 30992 clauses out of 62011 with flag 1976796/518052
36.76/36.31	c cleaning 31999 clauses out of 64024 with flag 2103101/551057
39.66/39.28	c cleaning 33004 clauses out of 66020 with flag 2231055/585052
42.66/42.23	c cleaning 33998 clauses out of 68016 with flag 2360661/620052
45.86/45.40	c cleaning 35003 clauses out of 70018 with flag 2496743/656052
48.89/48.43	c cleaning 35998 clauses out of 72015 with flag 2631775/693052
52.29/51.87	c cleaning 37000 clauses out of 74017 with flag 2778612/731052
56.38/55.97	c cleaning 37997 clauses out of 76019 with flag 2923473/770054
60.48/60.01	c cleaning 38998 clauses out of 78020 with flag 3072429/810052
64.39/63.96	c cleaning 40004 clauses out of 80022 with flag 3230621/851052
68.29/67.89	c cleaning 41004 clauses out of 82022 with flag 3407977/893056
72.29/71.84	c cleaning 41993 clauses out of 84017 with flag 3590365/936055
76.50/76.08	c cleaning 43005 clauses out of 86021 with flag 3785592/980052
81.09/80.69	c cleaning 43998 clauses out of 88016 with flag 3970358/1025052
85.99/85.54	c cleaning 44999 clauses out of 90025 with flag 4163977/1071059
91.19/90.80	c cleaning 46003 clauses out of 92019 with flag 4361849/1118052
97.09/96.66	c cleaning 47003 clauses out of 94017 with flag 4553811/1166053
103.19/102.78	c cleaning 47978 clauses out of 96014 with flag 4744403/1215053
109.19/108.79	c cleaning 49012 clauses out of 98035 with flag 4935048/1265052
114.49/114.06	c cleaning 49999 clauses out of 100024 with flag 5118565/1316053
120.33/119.87	c cleaning 51009 clauses out of 102026 with flag 5311860/1368054
126.62/126.18	c cleaning 52004 clauses out of 104020 with flag 5498192/1421057
133.64/133.18	c cleaning 52993 clauses out of 106011 with flag 5694001/1475052
140.94/140.42	c cleaning 54008 clauses out of 108019 with flag 5892722/1530053
148.14/147.63	c cleaning 55008 clauses out of 110016 with flag 6107968/1586058
155.74/155.23	c cleaning 55998 clauses out of 112002 with flag 6321597/1643052
163.45/162.92	c cleaning 56990 clauses out of 114005 with flag 6547268/1701053
171.74/171.26	c cleaning 58000 clauses out of 116015 with flag 6779583/1760053
179.24/178.70	c cleaning 59001 clauses out of 118014 with flag 6981721/1820052
187.34/186.84	c cleaning 59997 clauses out of 120018 with flag 7196890/1881057
195.04/194.57	c cleaning 61001 clauses out of 122016 with flag 7424801/1943052
203.05/202.60	c cleaning 62002 clauses out of 124017 with flag 7649829/2006054
211.29/210.70	c cleaning 63001 clauses out of 126014 with flag 7886180/2070053
220.40/219.85	c cleaning 63997 clauses out of 128012 with flag 8124770/2135052
229.82/229.28	c cleaning 64995 clauses out of 130017 with flag 8364055/2201054
238.82/238.28	c cleaning 65998 clauses out of 132021 with flag 8610822/2268053
248.02/247.45	c cleaning 67001 clauses out of 134023 with flag 8856559/2336053
257.12/256.55	c cleaning 67994 clauses out of 136021 with flag 9111679/2405052
268.72/268.17	c cleaning 69010 clauses out of 138027 with flag 9357389/2475052
281.14/280.54	c cleaning 70007 clauses out of 140018 with flag 9601235/2546053
293.43/292.82	c cleaning 70993 clauses out of 142010 with flag 9848447/2618052
303.64/303.06	c cleaning 71993 clauses out of 144017 with flag 10100023/2691052
315.10/314.48	c cleaning 73005 clauses out of 146024 with flag 10356288/2765052
325.70/325.05	c cleaning 74009 clauses out of 148019 with flag 10619317/2840052
336.99/336.34	c cleaning 74999 clauses out of 150011 with flag 10881683/2916053
348.89/348.27	c cleaning 76006 clauses out of 152011 with flag 11138527/2993052
360.80/360.17	c cleaning 77001 clauses out of 154007 with flag 11406517/3071054
372.00/371.34	c cleaning 77992 clauses out of 156004 with flag 11677715/3150052
384.30/383.64	c cleaning 79007 clauses out of 158013 with flag 11945886/3230053
396.91/396.28	c cleaning 79993 clauses out of 160005 with flag 12215363/3311052
409.92/409.28	c cleaning 80983 clauses out of 162012 with flag 12497372/3393052
423.79/423.00	c cleaning 82008 clauses out of 164029 with flag 12780320/3476052
437.20/436.48	c cleaning 83007 clauses out of 166024 with flag 13065100/3560055
449.70/448.95	c cleaning 83997 clauses out of 168016 with flag 13349424/3645054
463.10/462.35	c cleaning 84990 clauses out of 170018 with flag 13643392/3731053
477.21/476.46	c cleaning 86008 clauses out of 172029 with flag 13936204/3818054
490.41/489.67	c cleaning 86998 clauses out of 174020 with flag 14237093/3906053
506.00/505.24	c cleaning 87996 clauses out of 176021 with flag 14544126/3995052
521.31/520.51	c cleaning 89011 clauses out of 178026 with flag 14837724/4085053
536.52/535.60	c cleaning 90003 clauses out of 180015 with flag 15135903/4176053
552.04/551.17	c cleaning 90995 clauses out of 182011 with flag 15460468/4268052
568.43/567.56	c cleaning 91997 clauses out of 184020 with flag 15773802/4361056
584.93/584.04	c cleaning 92997 clauses out of 186019 with flag 16094989/4455052
602.33/601.46	c cleaning 94003 clauses out of 188025 with flag 16416621/4550055
619.34/618.43	c cleaning 95007 clauses out of 190020 with flag 16749386/4646053
635.79/634.73	c cleaning 95992 clauses out of 192012 with flag 17085444/4743052
652.97/651.99	c cleaning 97007 clauses out of 194025 with flag 17400959/4841057
669.98/668.94	c cleaning 97995 clauses out of 196013 with flag 17728415/4940052
685.97/685.00	c cleaning 98997 clauses out of 198018 with flag 18064319/5040052
704.09/703.00	c cleaning 100009 clauses out of 200021 with flag 18380821/5141052
721.28/720.26	c cleaning 101001 clauses out of 202012 with flag 18691035/5243052
738.19/737.16	c cleaning 102003 clauses out of 204012 with flag 18998825/5346053
757.27/756.00	c cleaning 102993 clauses out of 206009 with flag 19345788/5450053
777.57/776.32	c cleaning 103998 clauses out of 208016 with flag 19704947/5555053
795.38/794.20	c cleaning 105004 clauses out of 210018 with flag 20080201/5661053
814.90/813.64	c cleaning 105994 clauses out of 212014 with flag 20434039/5768053
832.30/831.05	c cleaning 107003 clauses out of 214020 with flag 20791784/5876053
851.65/850.25	c cleaning 108007 clauses out of 216018 with flag 21147833/5985054
869.85/868.43	c cleaning 109000 clauses out of 218010 with flag 21522498/6095053
888.76/887.37	c cleaning 110002 clauses out of 220009 with flag 21894500/6206052
907.66/906.22	c cleaning 110995 clauses out of 222007 with flag 22260830/6318052
926.67/925.30	c cleaning 111996 clauses out of 224014 with flag 22637544/6431054
944.27/942.60	c Got one! Elapsed wall clock time (in seconds):942.475
944.27/942.60	o 24
944.27/942.61	c Got one! Elapsed wall clock time (in seconds):942.486
944.27/942.61	o 17
944.27/942.62	c Got one! Elapsed wall clock time (in seconds):942.493
944.27/942.62	o 16
944.27/942.62	c Got one! Elapsed wall clock time (in seconds):942.5
944.27/942.62	o 15
945.77/944.15	c cleaning 114097 clauses out of 228193 with flag 15501/6547229
946.57/944.93	c cleaning 60048 clauses out of 120095 with flag 35618/6553228
947.07/945.42	c cleaning 33524 clauses out of 67047 with flag 60005/6560228
947.47/945.85	c cleaning 20762 clauses out of 41523 with flag 85397/6568228
947.96/946.33	c cleaning 14881 clauses out of 29763 with flag 112618/6577230
948.46/946.80	c cleaning 12437 clauses out of 24880 with flag 145548/6587228
948.87/947.25	c cleaning 11721 clauses out of 23445 with flag 180134/6598230
949.36/947.78	c cleaning 11857 clauses out of 23722 with flag 216064/6610228
950.06/948.41	c cleaning 12428 clauses out of 24865 with flag 258010/6623228
950.56/948.99	c cleaning 13212 clauses out of 26438 with flag 305125/6637229
951.36/949.77	c cleaning 14111 clauses out of 28225 with flag 355169/6652228
952.17/950.52	c cleaning 15046 clauses out of 30114 with flag 407174/6668228
952.96/951.33	c cleaning 16024 clauses out of 32068 with flag 461618/6685228
953.86/952.21	c cleaning 17017 clauses out of 34045 with flag 518805/6703229
954.76/953.14	c cleaning 18006 clauses out of 36027 with flag 578985/6722228
955.66/954.06	c cleaning 19004 clauses out of 38022 with flag 641097/6742229
956.76/955.17	c cleaning 20002 clauses out of 40018 with flag 708789/6763229
957.86/956.27	c cleaning 21006 clauses out of 42015 with flag 774897/6785228
959.06/957.49	c cleaning 21999 clauses out of 44011 with flag 844280/6808230
960.66/959.05	c cleaning 23003 clauses out of 46010 with flag 916982/6832228
962.26/960.61	c cleaning 23994 clauses out of 48007 with flag 993586/6857228
964.06/962.46	c cleaning 24997 clauses out of 50014 with flag 1074519/6883229
965.96/964.35	c cleaning 25999 clauses out of 52016 with flag 1155676/6910228
967.76/966.12	c cleaning 27007 clauses out of 54017 with flag 1245971/6938228
969.96/968.31	c cleaning 27990 clauses out of 56010 with flag 1332486/6967228
972.36/970.79	c cleaning 28998 clauses out of 58020 with flag 1421695/6997228
974.86/973.23	c cleaning 30010 clauses out of 60022 with flag 1515910/7028228
977.16/975.58	c cleaning 30995 clauses out of 62012 with flag 1614269/7060228
979.76/978.19	c cleaning 32005 clauses out of 64018 with flag 1718077/7093229
982.74/981.04	c cleaning 33002 clauses out of 66013 with flag 1831243/7127229
985.54/983.84	c cleaning 34003 clauses out of 68014 with flag 1943964/7162232
988.84/987.13	c cleaning 35000 clauses out of 70008 with flag 2057187/7198229
992.04/990.39	c cleaning 35997 clauses out of 72012 with flag 2172461/7235233
995.54/993.82	c cleaning 36995 clauses out of 74010 with flag 2299344/7273228
998.64/996.93	c cleaning 38001 clauses out of 76018 with flag 2424290/7312231
1002.14/1000.47	c cleaning 39001 clauses out of 78014 with flag 2556741/7352228
1005.84/1004.14	c cleaning 39995 clauses out of 80013 with flag 2694012/7393228
1009.45/1007.71	c cleaning 41010 clauses out of 82019 with flag 2834027/7435229
1013.05/1011.38	c cleaning 41989 clauses out of 84008 with flag 2977958/7478228
1016.84/1015.11	c cleaning 43002 clauses out of 86020 with flag 3119960/7522229
1021.24/1019.58	c cleaning 43999 clauses out of 88017 with flag 3265961/7567228
1025.54/1023.81	c cleaning 45002 clauses out of 90019 with flag 3418144/7613229
1030.35/1028.62	c cleaning 45998 clauses out of 92016 with flag 3582308/7660228
1035.14/1033.42	c cleaning 47003 clauses out of 94018 with flag 3748997/7708228
1039.85/1038.13	c cleaning 47995 clauses out of 96016 with flag 3910328/7757229
1044.53/1042.78	c cleaning 49002 clauses out of 98020 with flag 4077306/7807228
1050.03/1048.24	c cleaning 50004 clauses out of 100020 with flag 4256624/7858230
1056.23/1054.41	c cleaning 51000 clauses out of 102020 with flag 4454788/7910234
1061.43/1059.64	c cleaning 51987 clauses out of 104014 with flag 4634032/7963228
1066.94/1065.15	c cleaning 52995 clauses out of 106028 with flag 4823011/8017229
1072.83/1071.05	c cleaning 54002 clauses out of 108035 with flag 5021549/8072231
1079.84/1078.07	c cleaning 55010 clauses out of 110030 with flag 5212503/8128228
1086.23/1084.41	c cleaning 56001 clauses out of 112020 with flag 5416766/8185228
1092.73/1090.95	c cleaning 56995 clauses out of 114021 with flag 5642656/8243230
1100.23/1098.49	c cleaning 57995 clauses out of 116026 with flag 5855177/8302230
1107.43/1105.69	c cleaning 58995 clauses out of 118029 with flag 6078407/8362228
1114.79/1112.92	c cleaning 60005 clauses out of 120035 with flag 6309151/8423229
1122.79/1120.99	c cleaning 61001 clauses out of 122031 with flag 6555378/8485230
1130.08/1128.21	c cleaning 62002 clauses out of 124030 with flag 6775989/8548230
1138.38/1136.58	c cleaning 62992 clauses out of 126027 with flag 7017966/8612229
1145.89/1144.01	c cleaning 64005 clauses out of 128035 with flag 7259827/8677229
1154.28/1152.43	c cleaning 65005 clauses out of 130029 with flag 7490114/8743228
1162.67/1160.86	c cleaning 66002 clauses out of 132025 with flag 7731000/8810229
1171.37/1169.58	c cleaning 67000 clauses out of 134022 with flag 7969751/8878228
1180.27/1178.43	c cleaning 68004 clauses out of 136023 with flag 8219747/8947229
1188.57/1186.79	c cleaning 69000 clauses out of 138018 with flag 8460030/9017228
1197.55/1195.61	c cleaning 70002 clauses out of 140018 with flag 8701076/9088228
1206.34/1204.45	c cleaning 71002 clauses out of 142016 with flag 8940994/9160228
1216.24/1214.40	c cleaning 71994 clauses out of 144014 with flag 9201312/9233228
1226.25/1224.33	c cleaning 72995 clauses out of 146020 with flag 9466541/9307228
1236.74/1234.86	c cleaning 74008 clauses out of 148025 with flag 9734747/9382228
1247.14/1245.22	c cleaning 75003 clauses out of 150017 with flag 9991656/9458228
1257.64/1255.71	c cleaning 76002 clauses out of 152018 with flag 10253640/9535232
1268.74/1266.85	c cleaning 76992 clauses out of 154013 with flag 10537987/9613229
1280.93/1278.94	c cleaning 77997 clauses out of 156020 with flag 10833338/9692228
1291.63/1289.60	c cleaning 79001 clauses out of 158023 with flag 11130874/9772228
1302.93/1300.92	c cleaning 80002 clauses out of 160022 with flag 11444782/9853228
1314.13/1312.11	c cleaning 81000 clauses out of 162020 with flag 11734427/9935228
1324.24/1322.26	c cleaning 81994 clauses out of 164024 with flag 12000070/10018232
1336.13/1334.11	c cleaning 82992 clauses out of 166029 with flag 12288990/10102231
1348.94/1346.94	c cleaning 84007 clauses out of 168036 with flag 12581454/10187230
1363.03/1360.96	c cleaning 85002 clauses out of 170027 with flag 12891517/10273228
1377.74/1375.65	c cleaning 85997 clauses out of 172029 with flag 13217650/10360232
1391.94/1389.89	c cleaning 86992 clauses out of 174031 with flag 13532336/10448231
1406.85/1404.80	c cleaning 88003 clauses out of 176036 with flag 13860746/10537228
1422.45/1420.30	c cleaning 89006 clauses out of 178035 with flag 14194027/10627230
1440.15/1438.05	c cleaning 89995 clauses out of 180027 with flag 14533101/10718228
1454.74/1452.63	c cleaning 91001 clauses out of 182032 with flag 14841351/10810228
1471.92/1469.75	c cleaning 92004 clauses out of 184031 with flag 15218584/10903228
1488.81/1486.64	c cleaning 92998 clauses out of 186029 with flag 15578367/10997230
1505.52/1503.37	c cleaning 94001 clauses out of 188030 with flag 15965955/11092229
1522.53/1520.31	c cleaning 94997 clauses out of 190028 with flag 16307339/11188228
1539.04/1536.81	c cleaning 96005 clauses out of 192031 with flag 16668441/11285228
1557.54/1555.32	c cleaning 97000 clauses out of 194026 with flag 17019072/11383228
1576.70/1574.48	c cleaning 98007 clauses out of 196026 with flag 17386225/11482228
1596.00/1593.75	c cleaning 98996 clauses out of 198020 with flag 17768941/11582229
1611.71/1609.42	c cleaning 100001 clauses out of 200024 with flag 18114975/11683229
1630.32/1628.02	c cleaning 101004 clauses out of 202025 with flag 18471751/11785231
1649.12/1646.88	c cleaning 102003 clauses out of 204018 with flag 18831276/11888228
1669.61/1667.22	c cleaning 102997 clauses out of 206015 with flag 19213876/11992228
1690.62/1688.29	c cleaning 104005 clauses out of 208020 with flag 19584375/12097230
1709.83/1707.45	c cleaning 104999 clauses out of 210013 with flag 19950105/12203228
1728.34/1725.93	c cleaning 106000 clauses out of 212016 with flag 20340588/12310230
1745.23/1742.88	c cleaning 107004 clauses out of 214014 with flag 20708304/12418228
1764.53/1762.07	c cleaning 107999 clauses out of 216012 with flag 21102409/12527230
1784.84/1782.30	c cleaning 108996 clauses out of 218011 with flag 21474028/12637228
1800.05/1797.51	c starts		: 1121
1800.05/1797.51	c conflicts		: 12733872
1800.05/1797.51	c decisions		: 32882144
1800.05/1797.51	c propagations		: 498365444
1800.05/1797.51	c inspects		: 38898086882
1800.05/1797.51	c shortcuts		: 0
1800.05/1797.51	c learnt literals	: 0
1800.05/1797.51	c learnt binary clauses	: 0
1800.05/1797.51	c learnt ternary clauses	: 0
1800.05/1797.51	c learnt constraints	: 12733872
1800.05/1797.51	c ignored constraints	: 0
1800.05/1797.51	c root simplifications	: 0
1800.05/1797.51	c removed literals (reason simplification)	: 0
1800.05/1797.51	c reason swapping (by a shorter reason)	: 0
1800.05/1797.51	c Calls to reduceDB	: 215
1800.05/1797.51	c Number of update (reduction) of LBD	: 4626205
1800.05/1797.51	c Imported unit clauses	: 0
1800.05/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.51	c number of learned constraints concerned by reduction	: 0
1800.05/1797.51	c number of learning phase by resolution	: 0
1800.05/1797.51	c number of learning phase by cutting planes	: 0
1800.05/1797.51	c speed (assignments/second)	: 277278.85312995175
1800.05/1797.51	c non guided choices	34
1800.05/1797.54	c learnt constraints type 
1800.05/1797.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 205660
1800.05/1797.54	s SATISFIABLE
1800.05/1797.54	c Found 5 solution(s)
1800.05/1797.54	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 
1800.05/1797.54	c objective function=15
1800.05/1797.54	c Total wall clock time (in seconds): 1797.416

Verifier Data

OK	15

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4090724-1466073689/watcher-4090724-1466073689 -o /tmp/evaluation-result-4090724-1466073689/solver-4090724-1466073689 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466062110-13887 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090724-1466073689.wbo 

pid=16828
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.09 2.20 2.20 4/194 16831
/proc/meminfo: memFree=27622284/32872528 swapFree=1402008/1579836
[pid=16831] ppid=16828 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/16831/stat : 16831 (java) R 16828 16831 13870 0 -1 4202496 221 0 0 0 0 0 0 0 20 0 1 0 9414591 9445376 94 33554432000 1073741824 1073778376 140736315372928 140736315370056 248780984763 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16831/statm: 2306 97 76 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 2.09 2.20 2.20 4/194 16831
/proc/meminfo: memFree=27622284/32872528 swapFree=1402008/1579836
[pid=16831] ppid=16828 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/16831/stat : 16831 (java) S 16828 16831 13870 0 -1 4202496 4277 0 1 0 7 1 0 0 20 0 18 0 9414591 9787879424 5403 33554432000 1073741824 1073778376 140734307609152 140734307600288 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16831/statm: 2389619 5403 2088 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200194 s]
/proc/loadavg: 2.09 2.20 2.20 4/194 16831
/proc/meminfo: memFree=27622284/32872528 swapFree=1402008/1579836
[pid=16831] ppid=16828 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/16831/stat : 16831 (java) S 16828 16831 13870 0 -1 4202496 5639 0 1 0 22 1 0 0 20 0 19 0 9414591 9856040960 6808 33554432000 1073741824 1073778376 140734307609152 140734307600288 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16831/statm: 2406260 6808 2211 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.300196 s]
/proc/loadavg: 2.09 2.20 2.20 4/194 16831
/proc/meminfo: memFree=27622284/32872528 swapFree=1402008/1579836
[pid=16831] ppid=16828 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/16831/stat : 16831 (java) S 16828 16831 13870 0 -1 4202496 8979 0 1 0 52 1 0 0 20 0 19 0 9414591 9856040960 8453 33554432000 1073741824 1073778376 140734307609152 140734307600288 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16831/statm: 2406260 8453 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700184 s]
/proc/loadavg: 2.09 2.20 2.20 4/194 16831
/proc/meminfo: memFree=27622284/32872528 swapFree=1402008/1579836
[pid=16831] ppid=16828 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/16831/stat : 16831 (java) S 16828 16831 13870 0 -1 4202496 9956 0 1 0 109 2 0 0 20 0 19 0 9414591 9856040960 9758 33554432000 1073741824 1073778376 140734307609152 140734307600288 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16831/statm: 2406260 9758 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.09 2.20 2.20 4/213 16850
/proc/meminfo: memFree=27587704/32872528 swapFree=1402008/1579836
[pid=16831] ppid=16828 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/16831/stat : 16831 (java) S 16828 16831 13870 0 -1 4202496 9962 0 1 0 194 2 0 0 20 0 19 0 9414591 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140734307600288 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16831/statm: 2406260 10785 2257 9 0 2396937 0
[pid=16831/tid=16833] ppid=16828 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/16831/task/16833/stat : 16833 (java) R 16828 16831 13870 0 -1 4202560 2407 0 1 0 143 2 0 0 20 0 19 0 9414593 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286739796096 140286601148882 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16834] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16834/stat : 16834 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286728857768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16835] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16835/stat : 16835 (java) S 16828 16831 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286727805224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16836] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16836/stat : 16836 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286726752680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16837] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16837/stat : 16837 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286725700136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16838] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16838/stat : 16838 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286724647592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16839] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16839/stat : 16839 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286723595048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16840] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16840/stat : 16840 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286722542504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16841] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16841/stat : 16841 (java) S 16828 16831 13870 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286721489960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16842] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16842/stat : 16842 (java) S 16828 16831 13870 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286563625064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16843] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16843/stat : 16843 (java) S 16828 16831 13870 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286562571384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16844] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16844/stat : 16844 (java) S 16828 16831 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286561518728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16845] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16845/stat : 16845 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414598 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286560467472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16846] ppid=16828 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16831/task/16846/stat : 16846 (java) S 16828 16831 13870 0 -1 4202560 2977 0 0 0 22 0 0 0 20 0 19 0 9414599 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286559414840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16847] ppid=16828 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/16831/task/16847/stat : 16847 (java) S 16828 16831 13870 0 -1 4202560 3304 0 0 0 25 0 0 0 20 0 19 0 9414599 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286558362296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16848] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16848/stat : 16848 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414599 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286557309944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16849] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16849/stat : 16849 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414599 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286556257608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16850] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16850/stat : 16850 (java) S 16828 16831 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9414609 9856040960 10785 33554432000 1073741824 1073778376 140734307609152 140286555202344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.09 2.20 2.20 4/213 16850
/proc/meminfo: memFree=27583112/32872528 swapFree=1402008/1579836
[pid=16831] ppid=16828 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/16831/stat : 16831 (java) S 16828 16831 13870 0 -1 4202496 9966 0 1 0 354 2 0 0 20 0 19 0 9414591 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140734307600288 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16831/statm: 2406260 12833 2257 9 0 2396937 0
[pid=16831/tid=16833] ppid=16828 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/16831/task/16833/stat : 16833 (java) R 16828 16831 13870 0 -1 4202560 2411 0 1 0 303 2 0 0 20 0 19 0 9414593 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286739787472 140286601102504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16834] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16834/stat : 16834 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286728857768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16835] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16835/stat : 16835 (java) S 16828 16831 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286727805224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16836] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16836/stat : 16836 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286726752680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16837] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16837/stat : 16837 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286725700136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16838] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16838/stat : 16838 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286724647592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16839] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16839/stat : 16839 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286723595048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16840] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16840/stat : 16840 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286722542504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16841] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16841/stat : 16841 (java) S 16828 16831 13870 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286721489960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16842] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16842/stat : 16842 (java) S 16828 16831 13870 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286563625064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16843] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16843/stat : 16843 (java) S 16828 16831 13870 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286562571384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16844] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16844/stat : 16844 (java) S 16828 16831 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286561518728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16845] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16845/stat : 16845 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414598 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286560467472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16846] ppid=16828 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16831/task/16846/stat : 16846 (java) S 16828 16831 13870 0 -1 4202560 2977 0 0 0 22 0 0 0 20 0 19 0 9414599 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286559414840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16847] ppid=16828 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/16831/task/16847/stat : 16847 (java) S 16828 16831 13870 0 -1 4202560 3304 0 0 0 25 0 0 0 20 0 19 0 9414599 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286558362296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16848] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16848/stat : 16848 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414599 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286557309944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16849] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16849/stat : 16849 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414599 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286556257608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16850] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16850/stat : 16850 (java) S 16828 16831 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9414609 9856040960 12833 33554432000 1073741824 1073778376 140734307609152 140286555202344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.16 2.21 2.21 4/213 16850
/proc/meminfo: memFree=27570668/32872528 swapFree=1402008/1579836
[pid=16831] ppid=16828 vsize=9625040 CPUtime=6.75 cores=1,3,5,7
/proc/16831/stat : 16831 (java) S 16828 16831 13870 0 -1 4202496 9973 0 1 0 673 2 0 0 20 0 19 0 9414591 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140734307600288 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16831/statm: 2406260 15360 2258 9 0 2396937 0
[pid=16831/tid=16833] ppid=16828 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/16831/task/16833/stat : 16833 (java) R 16828 16831 13870 0 -1 4202560 2417 0 1 0 623 2 0 0 20 0 19 0 9414593 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286739787472 140286601160860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16834] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16834/stat : 16834 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286728857768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16835] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16835/stat : 16835 (java) S 16828 16831 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286727805224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16836] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16836/stat : 16836 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286726752680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16837] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16837/stat : 16837 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286725700136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16838] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16838/stat : 16838 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286724647592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16839] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16839/stat : 16839 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286723595048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16840] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16840/stat : 16840 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286722542504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16841] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16841/stat : 16841 (java) S 16828 16831 13870 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9414594 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286721489960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16842] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16842/stat : 16842 (java) S 16828 16831 13870 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286563625064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16843] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16843/stat : 16843 (java) S 16828 16831 13870 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286562571384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16844] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16844/stat : 16844 (java) S 16828 16831 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286561518728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16845] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16845/stat : 16845 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414598 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286560467472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16846] ppid=16828 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16831/task/16846/stat : 16846 (java) S 16828 16831 13870 0 -1 4202560 2977 0 0 0 22 0 0 0 20 0 19 0 9414599 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286559414840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16847] ppid=16828 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/16831/task/16847/stat : 16847 (java) S 16828 16831 13870 0 -1 4202560 3304 0 0 0 25 0 0 0 20 0 19 0 9414599 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286558362296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16848] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16848/stat : 16848 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414599 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286557309944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16849] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16849/stat : 16849 (java) S 16828 16831 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9414599 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286556257608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16850] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16850/stat : 16850 (java) S 16828 16831 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9414609 9856040960 15360 33554432000 1073741824 1073778376 140734307609152 140286555202344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625040


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

[pid=16831/tid=16843] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16843/stat : 16843 (java) S 16828 16831 13870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 110621 33554432000 1073741824 1073778376 140734307609152 140286562571384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16844] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16844/stat : 16844 (java) S 16828 16831 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 110621 33554432000 1073741824 1073778376 140734307609152 140286561518728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16845] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16845/stat : 16845 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414598 9856040960 110621 33554432000 1073741824 1073778376 140734307609152 140286560467472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16846] ppid=16828 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16831/task/16846/stat : 16846 (java) S 16828 16831 13870 0 -1 4202560 2977 0 0 0 22 0 0 0 20 0 19 0 9414599 9856040960 110621 33554432000 1073741824 1073778376 140734307609152 140286559414840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16847] ppid=16828 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/16831/task/16847/stat : 16847 (java) S 16828 16831 13870 0 -1 4202560 3309 0 0 0 27 0 0 0 20 0 19 0 9414599 9856040960 110621 33554432000 1073741824 1073778376 140734307609152 140286558362296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16848] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16848/stat : 16848 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414599 9856040960 110621 33554432000 1073741824 1073778376 140734307609152 140286557309944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16849] ppid=16828 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/16831/task/16849/stat : 16849 (java) S 16828 16831 13870 0 -1 4202560 100 0 0 0 28 40 0 0 20 0 19 0 9414599 9856040960 110621 33554432000 1073741824 1073778376 140734307609152 140286556257608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16850] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16850/stat : 16850 (java) S 16828 16831 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9414609 9856040960 110621 33554432000 1073741824 1073778376 140734307609152 140286555202344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.73
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.21 1.38 1.74 2/188 16949
/proc/meminfo: memFree=30081732/32872528 swapFree=1402008/1579836
[pid=16831] ppid=16828 vsize=9625040 CPUtime=1784.84 cores=1,3,5,7
/proc/16831/stat : 16831 (java) S 16828 16831 13870 0 -1 4202496 13090 0 1 0 178412 72 0 0 20 0 19 0 9414591 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140734307600288 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16831/statm: 2406260 111246 2272 9 0 2396937 0
[pid=16831/tid=16833] ppid=16828 vsize=9625040 CPUtime=1781.52 cores=1,3,5,7
/proc/16831/task/16833/stat : 16833 (java) R 16828 16831 13870 0 -1 4202560 2490 0 1 0 178120 32 0 0 20 0 19 0 9414593 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286739787472 140286601344528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16834] ppid=16828 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16831/task/16834/stat : 16834 (java) S 16828 16831 13870 0 -1 4202560 335 0 0 0 28 5 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286728857768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16835] ppid=16828 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/16831/task/16835/stat : 16835 (java) S 16828 16831 13870 0 -1 4202560 449 0 0 0 22 3 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286727805224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16836] ppid=16828 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/16831/task/16836/stat : 16836 (java) S 16828 16831 13870 0 -1 4202560 418 0 0 0 27 4 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286726752680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16837] ppid=16828 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16831/task/16837/stat : 16837 (java) S 16828 16831 13870 0 -1 4202560 294 0 0 0 28 5 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286725700136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16838] ppid=16828 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16831/task/16838/stat : 16838 (java) S 16828 16831 13870 0 -1 4202560 496 0 0 0 24 5 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286724647592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16839] ppid=16828 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/16831/task/16839/stat : 16839 (java) S 16828 16831 13870 0 -1 4202560 207 0 0 0 27 4 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286723595048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16840] ppid=16828 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/16831/task/16840/stat : 16840 (java) S 16828 16831 13870 0 -1 4202560 199 0 0 0 21 3 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286722542504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16841] ppid=16828 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/16831/task/16841/stat : 16841 (java) S 16828 16831 13870 0 -1 4202560 457 0 0 0 24 4 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286721489960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16842] ppid=16828 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16831/task/16842/stat : 16842 (java) S 16828 16831 13870 0 -1 4202560 96 0 0 0 0 2 0 0 20 0 19 0 9414596 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286563625064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16843] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16843/stat : 16843 (java) S 16828 16831 13870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286562571384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16844] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16844/stat : 16844 (java) S 16828 16831 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286561518728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16845] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16845/stat : 16845 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414598 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286560467472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16846] ppid=16828 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16831/task/16846/stat : 16846 (java) S 16828 16831 13870 0 -1 4202560 2977 0 0 0 22 0 0 0 20 0 19 0 9414599 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286559414840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16847] ppid=16828 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/16831/task/16847/stat : 16847 (java) S 16828 16831 13870 0 -1 4202560 3309 0 0 0 27 0 0 0 20 0 19 0 9414599 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286558362296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16848] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16848/stat : 16848 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414599 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286557309944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16849] ppid=16828 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/16831/task/16849/stat : 16849 (java) S 16828 16831 13870 0 -1 4202560 104 0 0 0 29 41 0 0 20 0 19 0 9414599 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286556257608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16850] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16850/stat : 16850 (java) S 16828 16831 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9414609 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286555202344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.84
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.51 s]
/proc/loadavg: 1.17 1.36 1.72 2/188 16949
/proc/meminfo: memFree=30081740/32872528 swapFree=1402008/1579836
[pid=16831] ppid=16828 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/16831/stat : 16831 (java) S 16828 16831 13870 0 -1 4202496 13090 0 1 0 179933 72 0 0 20 0 19 0 9414591 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140734307600288 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16831/statm: 2406260 111246 2272 9 0 2396937 0
[pid=16831/tid=16833] ppid=16828 vsize=9625040 CPUtime=1796.73 cores=1,3,5,7
/proc/16831/task/16833/stat : 16833 (java) R 16828 16831 13870 0 -1 4202560 2490 0 1 0 179641 32 0 0 20 0 19 0 9414593 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286739787472 140286601160865 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16834] ppid=16828 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16831/task/16834/stat : 16834 (java) S 16828 16831 13870 0 -1 4202560 335 0 0 0 28 5 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286728857768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16835] ppid=16828 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/16831/task/16835/stat : 16835 (java) S 16828 16831 13870 0 -1 4202560 449 0 0 0 22 3 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286727805224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16836] ppid=16828 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/16831/task/16836/stat : 16836 (java) S 16828 16831 13870 0 -1 4202560 418 0 0 0 27 4 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286726752680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16837] ppid=16828 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16831/task/16837/stat : 16837 (java) S 16828 16831 13870 0 -1 4202560 294 0 0 0 28 5 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286725700136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16838] ppid=16828 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16831/task/16838/stat : 16838 (java) S 16828 16831 13870 0 -1 4202560 496 0 0 0 24 5 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286724647592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16839] ppid=16828 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/16831/task/16839/stat : 16839 (java) S 16828 16831 13870 0 -1 4202560 207 0 0 0 27 4 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286723595048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16840] ppid=16828 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/16831/task/16840/stat : 16840 (java) S 16828 16831 13870 0 -1 4202560 199 0 0 0 21 3 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286722542504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16841] ppid=16828 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/16831/task/16841/stat : 16841 (java) S 16828 16831 13870 0 -1 4202560 457 0 0 0 24 4 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286721489960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16842] ppid=16828 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16831/task/16842/stat : 16842 (java) S 16828 16831 13870 0 -1 4202560 96 0 0 0 0 2 0 0 20 0 19 0 9414596 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286563625064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16843] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16843/stat : 16843 (java) S 16828 16831 13870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286562571384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16844] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16844/stat : 16844 (java) S 16828 16831 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286561518728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16845] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16845/stat : 16845 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414598 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286560467472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16846] ppid=16828 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16831/task/16846/stat : 16846 (java) S 16828 16831 13870 0 -1 4202560 2977 0 0 0 22 0 0 0 20 0 19 0 9414599 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286559414840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16847] ppid=16828 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/16831/task/16847/stat : 16847 (java) S 16828 16831 13870 0 -1 4202560 3309 0 0 0 27 0 0 0 20 0 19 0 9414599 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286558362296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16848] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16848/stat : 16848 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414599 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286557309944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16849] ppid=16828 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/16831/task/16849/stat : 16849 (java) S 16828 16831 13870 0 -1 4202560 104 0 0 0 29 42 0 0 20 0 19 0 9414599 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286556257608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16850] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16850/stat : 16850 (java) S 16828 16831 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9414609 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286555202344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16831 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.51 s]
/proc/loadavg: 1.17 1.36 1.72 2/188 16949
/proc/meminfo: memFree=30081740/32872528 swapFree=1402008/1579836
[pid=16831] ppid=16828 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/16831/stat : 16831 (java) S 16828 16831 13870 0 -1 4202496 13090 0 1 0 179933 72 0 0 20 0 19 0 9414591 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140734307600288 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16831/statm: 2406260 111246 2272 9 0 2396937 0
[pid=16831/tid=16833] ppid=16828 vsize=9625040 CPUtime=1796.73 cores=1,3,5,7
/proc/16831/task/16833/stat : 16833 (java) R 16828 16831 13870 0 -1 4202560 2490 0 1 0 179641 32 0 0 20 0 19 0 9414593 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286739787472 140286601160865 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16834] ppid=16828 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16831/task/16834/stat : 16834 (java) S 16828 16831 13870 0 -1 4202560 335 0 0 0 28 5 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286728857768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16835] ppid=16828 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/16831/task/16835/stat : 16835 (java) S 16828 16831 13870 0 -1 4202560 449 0 0 0 22 3 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286727805224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16836] ppid=16828 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/16831/task/16836/stat : 16836 (java) S 16828 16831 13870 0 -1 4202560 418 0 0 0 27 4 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286726752680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16837] ppid=16828 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16831/task/16837/stat : 16837 (java) S 16828 16831 13870 0 -1 4202560 294 0 0 0 28 5 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286725700136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16838] ppid=16828 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16831/task/16838/stat : 16838 (java) S 16828 16831 13870 0 -1 4202560 496 0 0 0 24 5 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286724647592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16831/tid=16839] ppid=16828 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/16831/task/16839/stat : 16839 (java) S 16828 16831 13870 0 -1 4202560 207 0 0 0 27 4 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286723595048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16831/tid=16840] ppid=16828 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/16831/task/16840/stat : 16840 (java) S 16828 16831 13870 0 -1 4202560 199 0 0 0 21 3 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286722542504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16841] ppid=16828 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/16831/task/16841/stat : 16841 (java) S 16828 16831 13870 0 -1 4202560 457 0 0 0 24 4 0 0 20 0 19 0 9414594 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286721489960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16842] ppid=16828 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16831/task/16842/stat : 16842 (java) S 16828 16831 13870 0 -1 4202560 96 0 0 0 0 2 0 0 20 0 19 0 9414596 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286563625064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16843] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16843/stat : 16843 (java) S 16828 16831 13870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286562571384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16844] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16844/stat : 16844 (java) S 16828 16831 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9414596 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286561518728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16845] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16845/stat : 16845 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414598 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286560467472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16846] ppid=16828 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16831/task/16846/stat : 16846 (java) S 16828 16831 13870 0 -1 4202560 2977 0 0 0 22 0 0 0 20 0 19 0 9414599 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286559414840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16847] ppid=16828 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/16831/task/16847/stat : 16847 (java) S 16828 16831 13870 0 -1 4202560 3309 0 0 0 27 0 0 0 20 0 19 0 9414599 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286558362296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16848] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16848/stat : 16848 (java) S 16828 16831 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9414599 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286557309944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16831/tid=16849] ppid=16828 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/16831/task/16849/stat : 16849 (java) S 16828 16831 13870 0 -1 4202560 104 0 0 0 29 42 0 0 20 0 19 0 9414599 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286556257608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16831/tid=16850] ppid=16828 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16831/task/16850/stat : 16850 (java) S 16828 16831 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9414609 9856040960 111246 33554432000 1073741824 1073778376 140734307609152 140286555202344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.55
CPU time (s): 1800.64
CPU user time (s): 1799.41
CPU system time (s): 1.23181
CPU usage (%): 100.172
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 1.23181
maximum resident set size= 452804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13140
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38490
involuntary context switches= 8514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2334 second user time and 14.2608 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-16 12:41:29
IDJOB=4090724
IDBENCH=79659
IDSOLVER=2551
FILE ID=node139/4090724-1466073689
RUNJOBID= node139-1466062110-13887
PBS_JOBID= 19904001
Free space on /tmp= 71572 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-geom30a-3_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090724-1466073689/watcher-4090724-1466073689 -o /tmp/evaluation-result-4090724-1466073689/solver-4090724-1466073689 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466062110-13887 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090724-1466073689.wbo

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

MD5SUM BENCH= 531d8636127ef9c1ca088d2ef0ec4c38
RANDOM SEED=881879558

node139.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27623308 kB
Buffers:           15504 kB
Cached:           111380 kB
SwapCached:          960 kB
Active:          2920052 kB
Inactive:          44156 kB
Active(anon):    2838184 kB
Inactive(anon):     1240 kB
Active(file):      81868 kB
Inactive(file):    42916 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100120 kB
Dirty:               864 kB
Writeback:             4 kB
AnonPages:       4434508 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             567516 kB
SReclaimable:      11520 kB
SUnreclaim:       555996 kB
KernelStack:        1584 kB
PageTables:        13192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5482508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2981888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71628 MiB
End job on node139 at 2016-06-16 13:11:26