Trace number 4085796

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)-20 1800.04 1794.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_1.opb
MD5SUM8c398fbb12ba7dbf676dd8375a76e0de
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2496
Sum of products size (including duplicates)4992
Number of different products1248
Sum of products size2496

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085796-1465261117.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.28	c ... done. Wall clock time 0.166s.
0.23/0.28	c declared #vars     200
0.23/0.28	c internal #vars     1448
0.23/0.28	c #constraints  2798
0.23/0.28	c constraints type 
0.23/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1248
0.23/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.23/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.23/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1248
0.23/0.28	c 2798 constraints processed.
0.23/0.28	c objective function length is 100 literals
0.72/0.43	c SATISFIABLE
0.72/0.43	c OPTIMIZING...
0.72/0.43	c Got one! Elapsed wall clock time (in seconds):0.313
0.72/0.43	o -15
0.72/0.44	c Got one! Elapsed wall clock time (in seconds):0.332
0.72/0.44	o -17
0.72/0.46	c Got one! Elapsed wall clock time (in seconds):0.347
0.72/0.46	o -18
0.72/0.47	c Got one! Elapsed wall clock time (in seconds):0.357
0.72/0.47	o -19
1.37/0.91	c cleaning 2704 clauses out of 5407 with flag 13463/5407
1.92/1.49	c cleaning 4349 clauses out of 8698 with flag 25562/11402
2.62/2.14	c cleaning 5663 clauses out of 11342 with flag 40009/18395
3.33/2.89	c cleaning 6842 clauses out of 13692 with flag 56293/26408
4.15/3.67	c cleaning 7922 clauses out of 15844 with flag 74596/35402
5.06/4.57	c cleaning 8960 clauses out of 17919 with flag 96516/45399
6.16/5.62	c cleaning 9981 clauses out of 19961 with flag 126136/56401
7.06/6.57	c cleaning 10988 clauses out of 21980 with flag 153722/68401
8.36/7.82	c cleaning 11989 clauses out of 23987 with flag 185841/81396
9.55/9.03	c cleaning 12999 clauses out of 25997 with flag 223369/95395
10.71/10.11	c cleaning 13999 clauses out of 27998 with flag 268591/110395
12.09/11.15	c cleaning 14991 clauses out of 30000 with flag 314822/126396
13.30/12.30	c cleaning 15998 clauses out of 32011 with flag 373058/143398
14.60/13.61	c cleaning 16980 clauses out of 34010 with flag 440562/161395
16.06/15.00	c cleaning 18004 clauses out of 36030 with flag 508086/180395
17.46/16.44	c cleaning 19008 clauses out of 38032 with flag 576161/200401
19.16/18.15	c cleaning 19999 clauses out of 40021 with flag 642312/221398
20.86/19.83	c cleaning 20996 clauses out of 42019 with flag 719326/243395
22.66/21.64	c cleaning 22011 clauses out of 44023 with flag 804169/266395
24.46/23.48	c cleaning 22999 clauses out of 46017 with flag 899743/290400
26.56/25.56	c cleaning 24002 clauses out of 48013 with flag 993708/315395
29.16/28.16	c cleaning 24991 clauses out of 50011 with flag 1086766/341395
31.76/30.72	c cleaning 26010 clauses out of 52020 with flag 1172106/368395
34.63/33.51	c cleaning 27006 clauses out of 54013 with flag 1258005/396398
37.63/36.51	c cleaning 27996 clauses out of 56009 with flag 1352469/425400
40.74/39.60	c cleaning 28998 clauses out of 58008 with flag 1465250/455395
43.93/42.89	c cleaning 29995 clauses out of 60010 with flag 1572963/486395
47.44/46.33	c cleaning 31006 clauses out of 62015 with flag 1695728/518395
50.94/49.87	c cleaning 32004 clauses out of 64009 with flag 1819191/551395
54.73/53.56	c cleaning 32995 clauses out of 66008 with flag 1937900/585398
58.53/57.40	c cleaning 33994 clauses out of 68011 with flag 2057340/620396
63.13/61.95	c cleaning 35002 clauses out of 70017 with flag 2175451/656396
67.34/66.17	c cleaning 35998 clauses out of 72022 with flag 2301696/693403
72.64/71.43	c cleaning 36999 clauses out of 74016 with flag 2440958/731395
78.25/77.04	c cleaning 37985 clauses out of 76020 with flag 2613087/770398
84.65/83.38	c cleaning 38991 clauses out of 78032 with flag 2765973/810395
91.15/89.81	c cleaning 40001 clauses out of 80041 with flag 2934670/851395
98.26/96.95	c cleaning 41016 clauses out of 82042 with flag 3078303/893397
104.45/103.11	c Got one! Elapsed wall clock time (in seconds):102.998
104.45/103.11	o -20
105.55/104.23	c cleaning 41771 clauses out of 83541 with flag 23862/935912
106.15/104.89	c cleaning 23885 clauses out of 47770 with flag 47818/941912
106.75/105.41	c cleaning 15442 clauses out of 30885 with flag 72696/948912
107.25/105.90	c cleaning 11718 clauses out of 23445 with flag 105642/956914
107.65/106.39	c cleaning 10362 clauses out of 20727 with flag 137702/965914
108.25/106.91	c cleaning 10164 clauses out of 20363 with flag 174701/975912
108.85/107.58	c cleaning 10592 clauses out of 21200 with flag 221286/986913
109.75/108.36	c cleaning 11297 clauses out of 22607 with flag 268062/998912
110.46/109.09	c cleaning 12151 clauses out of 24310 with flag 319456/1011912
111.46/110.00	c cleaning 13073 clauses out of 26161 with flag 368758/1025914
112.35/110.99	c cleaning 14043 clauses out of 28086 with flag 433057/1040912
113.35/111.99	c cleaning 15016 clauses out of 30046 with flag 489621/1056915
114.45/113.04	c cleaning 16014 clauses out of 32028 with flag 547030/1073913
115.65/114.28	c cleaning 17005 clauses out of 34013 with flag 620000/1091912
116.96/115.58	c cleaning 18001 clauses out of 36008 with flag 690736/1110912
118.45/117.01	c cleaning 19002 clauses out of 38007 with flag 767133/1130912
119.95/118.51	c cleaning 20001 clauses out of 40007 with flag 851260/1151914
121.55/120.12	c cleaning 21003 clauses out of 42006 with flag 929784/1173914
123.38/121.92	c cleaning 21996 clauses out of 44001 with flag 1017659/1196912
125.48/123.94	c cleaning 23001 clauses out of 46008 with flag 1112298/1220915
127.48/125.97	c cleaning 24002 clauses out of 48005 with flag 1204742/1245913
129.48/127.98	c cleaning 24991 clauses out of 50002 with flag 1305264/1271912
131.48/129.98	c cleaning 26000 clauses out of 52011 with flag 1402614/1298912
133.98/132.42	c cleaning 27001 clauses out of 54013 with flag 1517849/1326914
136.58/135.07	c cleaning 28005 clauses out of 56010 with flag 1631975/1355912
139.18/137.69	c cleaning 29000 clauses out of 58005 with flag 1743101/1385912
141.89/140.29	c cleaning 30002 clauses out of 60008 with flag 1843857/1416915
144.79/143.11	c cleaning 30996 clauses out of 62005 with flag 1951625/1448914
147.79/146.10	c cleaning 31991 clauses out of 64010 with flag 2073403/1481915
150.69/149.08	c cleaning 33000 clauses out of 66016 with flag 2191660/1515912
154.19/152.56	c cleaning 33994 clauses out of 68016 with flag 2319679/1550912
158.09/156.44	c cleaning 35008 clauses out of 70022 with flag 2447228/1586912
162.07/160.36	c cleaning 36000 clauses out of 72014 with flag 2575832/1623912
165.97/164.22	c cleaning 36990 clauses out of 74015 with flag 2704515/1661913
171.87/170.11	c cleaning 38010 clauses out of 76026 with flag 2882893/1700914
177.88/176.11	c cleaning 39003 clauses out of 78014 with flag 3067018/1740912
183.97/182.27	c cleaning 39970 clauses out of 80011 with flag 3247899/1781912
190.78/188.90	c cleaning 41010 clauses out of 82041 with flag 3464858/1823912
197.08/195.29	c cleaning 42004 clauses out of 84031 with flag 3669474/1866912
201.99/200.20	c cleaning 42996 clauses out of 86027 with flag 3875511/1910912
205.99/204.12	c cleaning 44010 clauses out of 88031 with flag 4067556/1955912
213.89/212.00	c cleaning 45002 clauses out of 90023 with flag 4269398/2001914
221.72/219.71	c cleaning 45978 clauses out of 92019 with flag 4473671/2048912
229.92/227.94	c cleaning 46998 clauses out of 94041 with flag 4693848/2096912
237.52/235.53	c cleaning 48017 clauses out of 96043 with flag 4894974/2145912
246.72/244.79	c cleaning 48992 clauses out of 98027 with flag 5122592/2195913
256.52/254.48	c cleaning 50013 clauses out of 100034 with flag 5347799/2246912
265.92/263.81	c cleaning 51012 clauses out of 102024 with flag 5568210/2298915
273.23/271.11	c cleaning 51999 clauses out of 104009 with flag 5783716/2351912
284.05/281.85	c cleaning 52991 clauses out of 106011 with flag 5992751/2405913
294.55/292.39	c cleaning 54000 clauses out of 108019 with flag 6240318/2460912
304.66/302.43	c cleaning 55007 clauses out of 110019 with flag 6467998/2516912
314.92/312.53	c cleaning 56005 clauses out of 112012 with flag 6674945/2573912
325.61/323.22	c cleaning 57001 clauses out of 114007 with flag 6883439/2631912
336.32/333.92	c cleaning 57995 clauses out of 116006 with flag 7102428/2690912
346.72/344.37	c cleaning 59006 clauses out of 118013 with flag 7324962/2750914
359.05/356.57	c cleaning 59979 clauses out of 120005 with flag 7578209/2811912
372.44/369.95	c cleaning 61002 clauses out of 122026 with flag 7844580/2873912
385.13/382.51	c cleaning 62004 clauses out of 124028 with flag 8119971/2936916
398.23/395.62	c cleaning 63005 clauses out of 126020 with flag 8387537/3000912
412.54/409.99	c cleaning 63992 clauses out of 128015 with flag 8659308/3065912
428.25/425.55	c cleaning 64988 clauses out of 130023 with flag 8922063/3131912
443.15/440.47	c cleaning 66013 clauses out of 132035 with flag 9196571/3198912
457.44/454.60	c cleaning 66997 clauses out of 134022 with flag 9466716/3266912
471.64/468.86	c cleaning 68012 clauses out of 136026 with flag 9752323/3335913
485.96/483.16	c cleaning 69003 clauses out of 138013 with flag 10019862/3405912
502.25/499.36	c cleaning 69990 clauses out of 140010 with flag 10301725/3476912
517.47/514.58	c cleaning 71008 clauses out of 142020 with flag 10581357/3548912
534.47/531.42	c cleaning 71996 clauses out of 144012 with flag 10855900/3621912
552.07/549.10	c cleaning 72998 clauses out of 146016 with flag 11117667/3695912
571.02/567.92	c cleaning 73998 clauses out of 148018 with flag 11376356/3770912
588.63/585.59	c cleaning 75005 clauses out of 150020 with flag 11637460/3846912
606.41/603.26	c cleaning 76005 clauses out of 152016 with flag 11903383/3923913
625.02/621.87	c cleaning 76991 clauses out of 154010 with flag 12184727/4001912
644.27/641.05	c cleaning 78004 clauses out of 156019 with flag 12464083/4080912
663.57/660.39	c cleaning 79000 clauses out of 158016 with flag 12767405/4160913
684.55/681.22	c cleaning 80012 clauses out of 160024 with flag 13078978/4241921
705.54/702.23	c cleaning 80993 clauses out of 162004 with flag 13373241/4323913
724.54/721.13	c cleaning 82006 clauses out of 164011 with flag 13696736/4406913
740.65/737.17	c cleaning 82996 clauses out of 166004 with flag 13996195/4490912
754.54/751.00	c cleaning 83995 clauses out of 168008 with flag 14297021/4575912
771.29/767.70	c cleaning 84962 clauses out of 170013 with flag 14619876/4661912
797.59/794.07	c cleaning 86014 clauses out of 172051 with flag 14978493/4748912
823.05/819.44	c cleaning 86999 clauses out of 174037 with flag 15365867/4836912
848.14/844.43	c cleaning 88013 clauses out of 176038 with flag 15720329/4925912
876.16/872.44	c cleaning 88980 clauses out of 178025 with flag 16120302/5015912
904.74/900.90	c cleaning 90009 clauses out of 180045 with flag 16522507/5106912
932.21/928.34	c cleaning 91012 clauses out of 182036 with flag 16943127/5198912
960.90/956.98	c cleaning 91972 clauses out of 184024 with flag 17312438/5291912
989.01/985.06	c cleaning 92994 clauses out of 186052 with flag 17679581/5385912
1012.10/1008.09	c cleaning 94015 clauses out of 188058 with flag 18043419/5480912
1029.86/1025.71	c cleaning 95007 clauses out of 190043 with flag 18361727/5576912
1052.16/1047.94	c cleaning 96001 clauses out of 192036 with flag 18691971/5673912
1080.68/1076.32	c cleaning 97016 clauses out of 194043 with flag 19113918/5771920
1111.27/1106.98	c cleaning 98010 clauses out of 196023 with flag 19510183/5870916
1141.24/1136.86	c cleaning 98992 clauses out of 198009 with flag 19901864/5970912
1171.04/1166.56	c cleaning 100006 clauses out of 200019 with flag 20286697/6071914
1199.85/1195.23	c cleaning 101001 clauses out of 202012 with flag 20660173/6173913
1229.02/1224.38	c cleaning 101985 clauses out of 204010 with flag 21004306/6276912
1260.49/1255.77	c cleaning 102995 clauses out of 206025 with flag 21380276/6380912
1295.99/1291.10	c cleaning 104016 clauses out of 208032 with flag 21748027/6485914
1331.76/1326.85	c cleaning 105002 clauses out of 210018 with flag 22123728/6591916
1366.62/1361.62	c cleaning 105994 clauses out of 212013 with flag 22518744/6698913
1405.19/1400.18	c cleaning 106981 clauses out of 214018 with flag 22924713/6806912
1441.27/1436.13	c cleaning 108000 clauses out of 216037 with flag 23324155/6915912
1481.83/1476.68	c cleaning 109019 clauses out of 218038 with flag 23716040/7025913
1526.38/1521.00	c cleaning 110004 clauses out of 220018 with flag 24114586/7136912
1569.85/1564.49	c cleaning 111006 clauses out of 222014 with flag 24513768/7248912
1612.60/1607.17	c cleaning 111998 clauses out of 224010 with flag 24894389/7361914
1656.65/1651.04	c cleaning 112978 clauses out of 226010 with flag 25313000/7475912
1699.93/1694.20	c cleaning 114006 clauses out of 228032 with flag 25714624/7590912
1738.14/1732.34	c cleaning 114993 clauses out of 230026 with flag 26118335/7706912
1775.99/1770.04	c cleaning 116018 clauses out of 232035 with flag 26516637/7823914
1800.04/1794.00	c starts		: 18829
1800.04/1794.00	c conflicts		: 7902889
1800.04/1794.00	c decisions		: 43985580
1800.04/1794.00	c propagations		: 223008588
1800.04/1794.00	c inspects		: 26404039592
1800.04/1794.00	c shortcuts		: 0
1800.04/1794.00	c learnt literals	: 0
1800.04/1794.00	c learnt binary clauses	: 4
1800.04/1794.00	c learnt ternary clauses	: 2659
1800.04/1794.00	c learnt constraints	: 7902889
1800.04/1794.00	c ignored constraints	: 0
1800.04/1794.00	c root simplifications	: 0
1800.04/1794.00	c removed literals (reason simplification)	: 0
1800.04/1794.00	c reason swapping (by a shorter reason)	: 0
1800.04/1794.00	c Calls to reduceDB	: 151
1800.04/1794.00	c Number of update (reduction) of LBD	: 3835239
1800.04/1794.00	c Imported unit clauses	: 0
1800.04/1794.00	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.00	c number of learned constraints concerned by reduction	: 0
1800.04/1794.00	c number of learning phase by resolution	: 0
1800.04/1794.00	c number of learning phase by cutting planes	: 0
1800.04/1794.00	c speed (assignments/second)	: 124327.42457016703
1800.04/1794.00	c non guided choices	0
1800.04/1794.03	c learnt constraints type 
1800.04/1794.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.04/1794.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 194988
1800.04/1794.03	s SATISFIABLE
1800.04/1794.03	c Found 5 solution(s)
1800.04/1794.03	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 x33 x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 x67 x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 x140 -x141 x142 -x143 x144 x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 x189 -x190 -x191 x192 x193 -x194 -x195 x196 -x197 x198 -x199 -x200 
1800.04/1794.03	c objective function=-20
1800.04/1794.03	c Total wall clock time (in seconds): 1793.921

Verifier Data

OK	-20

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-4085796-1465261117/watcher-4085796-1465261117 -o /tmp/evaluation-result-4085796-1465261117/solver-4085796-1465261117 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8452 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085796-1465261117.opb 

pid=10763
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.01 2.02 2.00 3/192 10766
/proc/meminfo: memFree=30630756/32872528 swapFree=13256/481332
[pid=10766] ppid=10763 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10766/stat : 10766 (java) R 10763 10766 8435 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 108046515 9515008 185 33554432000 1073741824 1073778376 140737178008880 140737178000104 235374538167 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10766/statm: 2325 185 142 9 0 73 0

[startup+0.100059 s]
/proc/loadavg: 2.01 2.02 2.00 3/192 10766
/proc/meminfo: memFree=30630756/32872528 swapFree=13256/481332
[pid=10766] ppid=10763 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10766/stat : 10766 (java) S 10763 10766 8435 0 -1 4202496 4390 0 1 0 8 1 0 0 20 0 18 0 108046515 9787879424 6016 33554432000 1073741824 1073778376 140736432288576 140736432279712 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10766/statm: 2389619 6016 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.01 2.02 2.00 3/192 10766
/proc/meminfo: memFree=30630756/32872528 swapFree=13256/481332
[pid=10766] ppid=10763 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/10766/stat : 10766 (java) S 10763 10766 8435 0 -1 4202496 4702 0 1 0 22 1 0 0 20 0 18 0 108046515 9787879424 6783 33554432000 1073741824 1073778376 140736432288576 140736432279712 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10766/statm: 2389619 6783 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 2.01 2.02 2.00 3/192 10766
/proc/meminfo: memFree=30630756/32872528 swapFree=13256/481332
[pid=10766] ppid=10763 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/10766/stat : 10766 (java) S 10763 10766 8435 0 -1 4202496 6176 0 1 0 43 2 0 0 20 0 19 0 108046515 9856040960 9320 33554432000 1073741824 1073778376 140736432288576 140736432279712 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10766/statm: 2406260 9320 2250 9 0 2396937 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9625040

[startup+0.700178 s]
/proc/loadavg: 2.01 2.02 2.00 3/192 10766
/proc/meminfo: memFree=30630756/32872528 swapFree=13256/481332
[pid=10766] ppid=10763 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/10766/stat : 10766 (java) S 10763 10766 8435 0 -1 4202496 7734 0 1 0 112 2 0 0 20 0 19 0 108046515 9856040960 10218 33554432000 1073741824 1073778376 140736432288576 140736432279712 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10766/statm: 2406260 10218 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.17 2.05 2.01 3/211 10785
/proc/meminfo: memFree=30594024/32872528 swapFree=13256/481332
[pid=10766] ppid=10763 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/10766/stat : 10766 (java) S 10763 10766 8435 0 -1 4202496 7748 0 1 0 199 3 0 0 20 0 19 0 108046515 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140736432279712 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10766/statm: 2406260 12274 2269 9 0 2396937 0
[pid=10766/tid=10768] ppid=10763 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/10766/task/10768/stat : 10768 (java) R 10763 10766 8435 0 -1 4202560 2421 0 1 0 144 2 0 0 20 0 19 0 108046516 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329485922480 140329349475367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10766/tid=10769] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10769/stat : 10769 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329474984232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10770] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10770/stat : 10770 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329473931432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10771] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10771/stat : 10771 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329472879144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10766/tid=10772] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10772/stat : 10772 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329471826344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10773] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10773/stat : 10773 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329470774056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10774] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10774/stat : 10774 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046518 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329469721256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10775] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10775/stat : 10775 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046518 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329468668968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10776] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10776/stat : 10776 (java) S 10763 10766 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108046518 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329467616168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10777] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10777/stat : 10777 (java) S 10763 10766 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329310087400 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10778] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10778/stat : 10778 (java) S 10763 10766 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329309033464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10779] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10779/stat : 10779 (java) S 10763 10766 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329307981064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10780] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10780/stat : 10780 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329306929552 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10781] ppid=10763 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10766/task/10781/stat : 10781 (java) S 10763 10766 8435 0 -1 4202560 1517 0 0 0 22 0 0 0 20 0 19 0 108046521 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329305877176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10782] ppid=10763 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10766/task/10782/stat : 10782 (java) S 10763 10766 8435 0 -1 4202560 2538 0 0 0 30 0 0 0 20 0 19 0 108046521 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329304824376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10783] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10783/stat : 10783 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329303772280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10784] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10784/stat : 10784 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329302719688 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10785] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10785/stat : 10785 (java) S 10763 10766 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108046544 9856040960 12274 33554432000 1073741824 1073778376 140736432288576 140329301664680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.17 2.05 2.01 3/211 10785
/proc/meminfo: memFree=30583040/32872528 swapFree=13256/481332
[pid=10766] ppid=10763 vsize=9625040 CPUtime=3.66 cores=1,3,5,7
/proc/10766/stat : 10766 (java) S 10763 10766 8435 0 -1 4202496 7757 0 1 0 363 3 0 0 20 0 19 0 108046515 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140736432279712 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10766/statm: 2406260 15348 2270 9 0 2396937 0
[pid=10766/tid=10768] ppid=10763 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/10766/task/10768/stat : 10768 (java) R 10763 10766 8435 0 -1 4202560 2428 0 1 0 304 2 0 0 20 0 19 0 108046516 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329485913808 140329349631156 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10766/tid=10769] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10769/stat : 10769 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329474984232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10770] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10770/stat : 10770 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329473931432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10771] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10771/stat : 10771 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329472879144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10766/tid=10772] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10772/stat : 10772 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329471826344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10773] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10773/stat : 10773 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329470774056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10774] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10774/stat : 10774 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046518 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329469721256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10775] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10775/stat : 10775 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046518 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329468668968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10776] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10776/stat : 10776 (java) S 10763 10766 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108046518 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329467616168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10777] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10777/stat : 10777 (java) S 10763 10766 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329310087400 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10778] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10778/stat : 10778 (java) S 10763 10766 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329309033464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10779] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10779/stat : 10779 (java) S 10763 10766 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329307981064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10780] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10780/stat : 10780 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329306929552 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10781] ppid=10763 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10766/task/10781/stat : 10781 (java) S 10763 10766 8435 0 -1 4202560 1519 0 0 0 25 0 0 0 20 0 19 0 108046521 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329305877176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10782] ppid=10763 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10766/task/10782/stat : 10782 (java) S 10763 10766 8435 0 -1 4202560 2538 0 0 0 31 0 0 0 20 0 19 0 108046521 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329304824376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10783] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10783/stat : 10783 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329303772280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10784] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10784/stat : 10784 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329302719688 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10785] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10785/stat : 10785 (java) S 10763 10766 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108046544 9856040960 15348 33554432000 1073741824 1073778376 140736432288576 140329301664680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.17 2.05 2.01 3/211 10785
/proc/meminfo: memFree=30557964/32872528 swapFree=13256/481332
[pid=10766] ppid=10763 vsize=9625040 CPUtime=6.85 cores=1,3,5,7
/proc/10766/stat : 10766 (java) S 10763 10766 8435 0 -1 4202496 7772 0 1 0 682 3 0 0 20 0 19 0 108046515 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140736432279712 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10766/statm: 2406260 21546 2271 9 0 2396937 0
[pid=10766/tid=10768] ppid=10763 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/10766/task/10768/stat : 10768 (java) R 10763 10766 8435 0 -1 4202560 2442 0 1 0 622 2 0 0 20 0 19 0 108046516 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329485913792 140329349530159 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10766/tid=10769] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10769/stat : 10769 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329474984232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10770] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10770/stat : 10770 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329473931432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10771] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10771/stat : 10771 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329472879144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10766/tid=10772] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10772/stat : 10772 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329471826344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10773] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10773/stat : 10773 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046517 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329470774056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10774] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10774/stat : 10774 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046518 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329469721256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10775] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10775/stat : 10775 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046518 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329468668968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10776] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10776/stat : 10776 (java) S 10763 10766 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108046518 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329467616168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10777] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10777/stat : 10777 (java) S 10763 10766 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329310087400 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10778] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10778/stat : 10778 (java) S 10763 10766 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329309033464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10779] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10779/stat : 10779 (java) S 10763 10766 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329307981064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10780] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10780/stat : 10780 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329306929552 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10781] ppid=10763 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10766/task/10781/stat : 10781 (java) S 10763 10766 8435 0 -1 4202560 1519 0 0 0 25 0 0 0 20 0 19 0 108046521 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329305877176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10782] ppid=10763 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10766/task/10782/stat : 10782 (java) S 10763 10766 8435 0 -1 4202560 2538 0 0 0 31 0 0 0 20 0 19 0 108046521 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329304824376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10783] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10783/stat : 10783 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329303772280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10784] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10784/stat : 10784 (java) S 10763 10766 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329302719688 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10785] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10785/stat : 10785 (java) S 10763 10766 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108046544 9856040960 21546 33554432000 1073741824 1073778376 140736432288576 140329301664680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9625040


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

[pid=10766/tid=10785] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10785/stat : 10785 (java) S 10763 10766 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108046544 9856040960 120972 33554432000 1073741824 1073778376 140736432288576 140329301664680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1667.95
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/212 10916
/proc/meminfo: memFree=29920992/32872528 swapFree=13256/481332
[pid=10766] ppid=10763 vsize=9625040 CPUtime=1728.13 cores=1,3,5,7
/proc/10766/stat : 10766 (java) S 10763 10766 8435 0 -1 4202496 19963 0 1 0 172721 92 0 0 20 0 19 0 108046515 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140736432279712 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10766/statm: 2406260 116922 2293 9 0 2396937 0
[pid=10766/tid=10768] ppid=10763 vsize=9625040 CPUtime=1715.38 cores=1,3,5,7
/proc/10766/task/10768/stat : 10768 (java) R 10763 10766 8435 0 -1 4202560 2534 0 1 0 171505 33 0 0 20 0 19 0 108046516 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329485921600 140329349580498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10769] ppid=10763 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/10766/task/10769/stat : 10769 (java) S 10763 10766 8435 0 -1 4202560 296 0 0 0 63 8 0 0 20 0 19 0 108046517 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329474984232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10770] ppid=10763 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/10766/task/10770/stat : 10770 (java) S 10763 10766 8435 0 -1 4202560 298 0 0 0 70 6 0 0 20 0 19 0 108046517 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329473931432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10771] ppid=10763 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/10766/task/10771/stat : 10771 (java) S 10763 10766 8435 0 -1 4202560 531 0 0 0 73 8 0 0 20 0 19 0 108046517 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329472879144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10772] ppid=10763 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/10766/task/10772/stat : 10772 (java) S 10763 10766 8435 0 -1 4202560 503 0 0 0 71 6 0 0 20 0 19 0 108046517 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329471826344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10766/tid=10773] ppid=10763 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/10766/task/10773/stat : 10773 (java) S 10763 10766 8435 0 -1 4202560 282 0 0 0 69 7 0 0 20 0 19 0 108046517 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329470774056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10774] ppid=10763 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/10766/task/10774/stat : 10774 (java) S 10763 10766 8435 0 -1 4202560 158 0 0 0 70 5 0 0 20 0 19 0 108046518 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329469721256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10775] ppid=10763 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/10766/task/10775/stat : 10775 (java) S 10763 10766 8435 0 -1 4202560 456 0 0 0 72 5 0 0 20 0 19 0 108046518 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329468668968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10776] ppid=10763 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/10766/task/10776/stat : 10776 (java) S 10763 10766 8435 0 -1 4202560 489 0 0 0 73 6 0 0 20 0 19 0 108046518 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329467616168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10777] ppid=10763 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/10766/task/10777/stat : 10777 (java) S 10763 10766 8435 0 -1 4202560 287 0 0 0 63 3 0 0 20 0 19 0 108046519 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329310087400 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10778] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10778/stat : 10778 (java) S 10763 10766 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329309033464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10779] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10779/stat : 10779 (java) S 10763 10766 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329307981064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10780] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10780/stat : 10780 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329306929552 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10781] ppid=10763 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/10766/task/10781/stat : 10781 (java) S 10763 10766 8435 0 -1 4202560 10233 0 0 0 71 2 0 0 20 0 19 0 108046521 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329305877176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10782] ppid=10763 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10766/task/10782/stat : 10782 (java) S 10763 10766 8435 0 -1 4202560 2538 0 0 0 31 0 0 0 20 0 19 0 108046521 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329304824376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10783] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10783/stat : 10783 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329303772280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10784] ppid=10763 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/10766/task/10784/stat : 10784 (java) S 10763 10766 8435 0 -1 4202560 100 0 0 0 31 33 0 0 20 0 19 0 108046521 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329302719688 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10785] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10785/stat : 10785 (java) S 10763 10766 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108046544 9856040960 116922 33554432000 1073741824 1073778376 140736432288576 140329301664680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1728.13
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/212 10918
/proc/meminfo: memFree=29846544/32872528 swapFree=13256/481332
[pid=10766] ppid=10763 vsize=9625040 CPUtime=1788.28 cores=1,3,5,7
/proc/10766/stat : 10766 (java) S 10763 10766 8435 0 -1 4202496 20018 0 1 0 178735 93 0 0 20 0 19 0 108046515 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140736432279712 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10766/statm: 2406260 116519 2293 9 0 2396937 0
[pid=10766/tid=10768] ppid=10763 vsize=9625040 CPUtime=1775.18 cores=1,3,5,7
/proc/10766/task/10768/stat : 10768 (java) R 10763 10766 8435 0 -1 4202560 2536 0 1 0 177485 33 0 0 20 0 19 0 108046516 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329485913888 140329349631100 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10769] ppid=10763 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/10766/task/10769/stat : 10769 (java) S 10763 10766 8435 0 -1 4202560 296 0 0 0 64 8 0 0 20 0 19 0 108046517 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329474984232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10770] ppid=10763 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/10766/task/10770/stat : 10770 (java) S 10763 10766 8435 0 -1 4202560 298 0 0 0 72 6 0 0 20 0 19 0 108046517 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329473931432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10766/tid=10771] ppid=10763 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10766/task/10771/stat : 10771 (java) S 10763 10766 8435 0 -1 4202560 531 0 0 0 75 8 0 0 20 0 19 0 108046517 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329472879144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10772] ppid=10763 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/10766/task/10772/stat : 10772 (java) S 10763 10766 8435 0 -1 4202560 503 0 0 0 75 6 0 0 20 0 19 0 108046517 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329471826344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10766/tid=10773] ppid=10763 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/10766/task/10773/stat : 10773 (java) S 10763 10766 8435 0 -1 4202560 282 0 0 0 70 7 0 0 20 0 19 0 108046517 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329470774056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10774] ppid=10763 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/10766/task/10774/stat : 10774 (java) S 10763 10766 8435 0 -1 4202560 158 0 0 0 71 5 0 0 20 0 19 0 108046518 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329469721256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10775] ppid=10763 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/10766/task/10775/stat : 10775 (java) S 10763 10766 8435 0 -1 4202560 480 0 0 0 75 5 0 0 20 0 19 0 108046518 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329468668968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10776] ppid=10763 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10766/task/10776/stat : 10776 (java) S 10763 10766 8435 0 -1 4202560 511 0 0 0 77 6 0 0 20 0 19 0 108046518 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329467616168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10777] ppid=10763 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/10766/task/10777/stat : 10777 (java) S 10763 10766 8435 0 -1 4202560 290 0 0 0 63 3 0 0 20 0 19 0 108046519 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329310087400 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10778] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10778/stat : 10778 (java) S 10763 10766 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329309033464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10779] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10779/stat : 10779 (java) S 10763 10766 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329307981064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10780] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10780/stat : 10780 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329306929552 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10781] ppid=10763 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/10766/task/10781/stat : 10781 (java) S 10763 10766 8435 0 -1 4202560 10233 0 0 0 71 2 0 0 20 0 19 0 108046521 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329305877176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10782] ppid=10763 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10766/task/10782/stat : 10782 (java) S 10763 10766 8435 0 -1 4202560 2538 0 0 0 31 0 0 0 20 0 19 0 108046521 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329304824376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10783] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10783/stat : 10783 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329303772280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10784] ppid=10763 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/10766/task/10784/stat : 10784 (java) S 10763 10766 8435 0 -1 4202560 104 0 0 0 31 35 0 0 20 0 19 0 108046521 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329302719688 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10785] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10785/stat : 10785 (java) S 10763 10766 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108046544 9856040960 116519 33554432000 1073741824 1073778376 140736432288576 140329301664680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.28
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794 s]
/proc/loadavg: 2.05 2.03 2.00 3/212 10918
/proc/meminfo: memFree=29835972/32872528 swapFree=13256/481332
[pid=10766] ppid=10763 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/10766/stat : 10766 (java) S 10763 10766 8435 0 -1 4202496 20021 0 1 0 179911 93 0 0 20 0 19 0 108046515 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140736432279712 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10766/statm: 2406260 115845 2293 9 0 2396937 0
[pid=10766/tid=10768] ppid=10763 vsize=9625040 CPUtime=1786.82 cores=1,3,5,7
/proc/10766/task/10768/stat : 10768 (java) R 10763 10766 8435 0 -1 4202560 2537 0 1 0 178648 34 0 0 20 0 19 0 108046516 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329485921600 140329349631068 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10769] ppid=10763 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/10766/task/10769/stat : 10769 (java) S 10763 10766 8435 0 -1 4202560 296 0 0 0 64 8 0 0 20 0 19 0 108046517 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329474984232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10770] ppid=10763 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/10766/task/10770/stat : 10770 (java) S 10763 10766 8435 0 -1 4202560 298 0 0 0 74 6 0 0 20 0 19 0 108046517 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329473931432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10771] ppid=10763 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/10766/task/10771/stat : 10771 (java) S 10763 10766 8435 0 -1 4202560 531 0 0 0 76 8 0 0 20 0 19 0 108046517 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329472879144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10772] ppid=10763 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10766/task/10772/stat : 10772 (java) S 10763 10766 8435 0 -1 4202560 503 0 0 0 77 6 0 0 20 0 19 0 108046517 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329471826344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10766/tid=10773] ppid=10763 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/10766/task/10773/stat : 10773 (java) S 10763 10766 8435 0 -1 4202560 282 0 0 0 72 7 0 0 20 0 19 0 108046517 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329470774056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10774] ppid=10763 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/10766/task/10774/stat : 10774 (java) S 10763 10766 8435 0 -1 4202560 158 0 0 0 71 5 0 0 20 0 19 0 108046518 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329469721256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10775] ppid=10763 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/10766/task/10775/stat : 10775 (java) S 10763 10766 8435 0 -1 4202560 480 0 0 0 75 5 0 0 20 0 19 0 108046518 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329468668968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10776] ppid=10763 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10766/task/10776/stat : 10776 (java) S 10763 10766 8435 0 -1 4202560 511 0 0 0 77 6 0 0 20 0 19 0 108046518 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329467616168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10766/tid=10777] ppid=10763 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/10766/task/10777/stat : 10777 (java) S 10763 10766 8435 0 -1 4202560 292 0 0 0 63 3 0 0 20 0 19 0 108046519 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329310087400 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10778] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10778/stat : 10778 (java) S 10763 10766 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329309033464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10779] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10779/stat : 10779 (java) S 10763 10766 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108046519 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329307981064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10780] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10780/stat : 10780 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329306929552 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10781] ppid=10763 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/10766/task/10781/stat : 10781 (java) S 10763 10766 8435 0 -1 4202560 10233 0 0 0 71 2 0 0 20 0 19 0 108046521 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329305877176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10782] ppid=10763 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10766/task/10782/stat : 10782 (java) S 10763 10766 8435 0 -1 4202560 2538 0 0 0 31 0 0 0 20 0 19 0 108046521 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329304824376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10783] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10783/stat : 10783 (java) S 10763 10766 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108046521 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329303772280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10766/tid=10784] ppid=10763 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/10766/task/10784/stat : 10784 (java) S 10763 10766 8435 0 -1 4202560 104 0 0 0 31 35 0 0 20 0 19 0 108046521 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329302719688 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10766/tid=10785] ppid=10763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10766/task/10785/stat : 10785 (java) S 10763 10766 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108046544 9856040960 115845 33554432000 1073741824 1073778376 140736432288576 140329301664680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 10766 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10766 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=518191
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=391788
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.04
CPU time (s): 1800.04
CPU user time (s): 1799.11
CPU system time (s): 0.93
CPU usage (%): 100.334
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.52
system time used= 1.39179
maximum resident set size= 617624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20057
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39581
involuntary context switches= 15937

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.60515 second user time and 7.56285 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-07 02:58:37
IDJOB=4085796
IDBENCH=48251
IDSOLVER=2546
FILE ID=node104/4085796-1465261117
RUNJOBID= node104-1465245095-8452
PBS_JOBID= 19843252
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085796-1465261117/watcher-4085796-1465261117 -o /tmp/evaluation-result-4085796-1465261117/solver-4085796-1465261117 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8452 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085796-1465261117.opb

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

MD5SUM BENCH= 8c398fbb12ba7dbf676dd8375a76e0de
RANDOM SEED=817290015

node104.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.775
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.55
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.775
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.775
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.775
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.55
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.775
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.775
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.55
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.775
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.775
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30631812 kB
Buffers:           51208 kB
Cached:           123200 kB
SwapCached:         1720 kB
Active:           954660 kB
Inactive:         104860 kB
Active(anon):     885232 kB
Inactive(anon):     2360 kB
Active(file):      69428 kB
Inactive(file):   102500 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097236 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       1441348 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             567480 kB
SReclaimable:      11716 kB
SUnreclaim:       555764 kB
KernelStack:        1752 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2287088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1411072 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= 71736 MiB
End job on node104 at 2016-06-07 03:28:31