Trace number 4118116

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)-23731 1800.02 1776.63

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-45.opb
MD5SUMc6cb36aa8483499e6e43a8fb071f0009
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-26484
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 21993
Biggest coefficient in the objective function 5732
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 2064416
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 5732
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 2064416
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)21948
Sum of products size (including duplicates)71707
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.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-4118116-1467222667.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
12.21/11.65	c ... done. Wall clock time 11.539s.
12.21/11.65	c declared #vars     45
12.21/11.65	c internal #vars     21993
12.21/11.65	c #constraints  43896
12.21/11.65	c constraints type 
12.21/11.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21948
12.21/11.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21948
12.21/11.65	c 43896 constraints processed.
12.21/11.65	c objective function length is 21993 literals
12.67/11.83	c SATISFIABLE
12.67/11.83	c OPTIMIZING...
12.67/11.83	c Got one! Elapsed wall clock time (in seconds):11.72
12.67/11.83	o 0
12.93/11.98	c Got one! Elapsed wall clock time (in seconds):11.87
12.93/11.98	o -946
13.22/12.07	c Got one! Elapsed wall clock time (in seconds):11.961
13.22/12.07	o -1806
13.50/12.14	c Got one! Elapsed wall clock time (in seconds):12.025
13.50/12.14	o -3273
13.50/12.19	c Got one! Elapsed wall clock time (in seconds):12.077
13.50/12.19	o -3962
13.69/12.25	c Got one! Elapsed wall clock time (in seconds):12.139
13.69/12.25	o -4582
13.69/12.30	c Got one! Elapsed wall clock time (in seconds):12.183
13.69/12.30	o -6344
13.81/12.39	c Got one! Elapsed wall clock time (in seconds):12.279
13.81/12.39	o -6419
14.12/12.51	c Got one! Elapsed wall clock time (in seconds):12.396
14.12/12.51	o -7484
14.12/12.56	c Got one! Elapsed wall clock time (in seconds):12.443
14.12/12.56	o -7888
14.12/12.59	c Got one! Elapsed wall clock time (in seconds):12.48
14.12/12.59	o -9057
14.32/12.71	c Got one! Elapsed wall clock time (in seconds):12.599
14.32/12.71	o -9415
14.32/12.77	c Got one! Elapsed wall clock time (in seconds):12.658
14.32/12.77	o -9471
14.42/12.81	c Got one! Elapsed wall clock time (in seconds):12.702
14.42/12.81	o -9751
14.42/12.86	c Got one! Elapsed wall clock time (in seconds):12.749
14.42/12.86	o -11348
14.72/13.19	c Got one! Elapsed wall clock time (in seconds):13.08
14.72/13.19	o -12541
15.12/13.57	c Got one! Elapsed wall clock time (in seconds):13.462
15.12/13.57	o -12795
15.32/13.76	c Got one! Elapsed wall clock time (in seconds):13.647
15.32/13.76	o -12998
15.42/13.85	c Got one! Elapsed wall clock time (in seconds):13.735
15.42/13.85	o -13148
15.52/13.94	c Got one! Elapsed wall clock time (in seconds):13.823
15.52/13.94	o -13408
16.32/14.69	c Got one! Elapsed wall clock time (in seconds):14.581
16.32/14.69	o -13693
16.72/15.02	c Got one! Elapsed wall clock time (in seconds):14.907
16.72/15.02	o -13932
16.82/15.18	c Got one! Elapsed wall clock time (in seconds):15.07
16.82/15.18	o -14019
16.92/15.25	c Got one! Elapsed wall clock time (in seconds):15.142
16.92/15.25	o -14110
17.02/15.32	c Got one! Elapsed wall clock time (in seconds):15.204
17.02/15.32	o -14602
17.02/15.39	c Got one! Elapsed wall clock time (in seconds):15.277
17.02/15.39	o -14646
17.13/15.46	c Got one! Elapsed wall clock time (in seconds):15.343
17.13/15.46	o -16295
19.94/18.11	c Got one! Elapsed wall clock time (in seconds):17.994
19.94/18.11	o -17475
23.09/21.21	c Got one! Elapsed wall clock time (in seconds):21.099
23.09/21.21	o -17533
25.06/23.06	c Got one! Elapsed wall clock time (in seconds):22.943
25.06/23.06	o -17585
25.67/23.67	c Got one! Elapsed wall clock time (in seconds):23.555
25.67/23.67	o -17605
25.77/23.79	c Got one! Elapsed wall clock time (in seconds):23.674
25.77/23.79	o -17630
25.87/23.88	c Got one! Elapsed wall clock time (in seconds):23.772
25.87/23.88	o -17644
25.97/23.93	c Got one! Elapsed wall clock time (in seconds):23.814
25.97/23.93	o -19080
32.96/30.84	c Got one! Elapsed wall clock time (in seconds):30.722
32.96/30.84	o -19103
36.10/33.61	c cleaning 3876 clauses out of 7752 with flag 2080/7752
37.50/35.00	c Got one! Elapsed wall clock time (in seconds):34.886
37.50/35.00	o -19596
49.75/47.08	c Got one! Elapsed wall clock time (in seconds):46.967
49.75/47.08	o -19659
52.26/49.54	c cleaning 5055 clauses out of 10110 with flag 2044/13986
54.15/51.40	c Got one! Elapsed wall clock time (in seconds):51.292
54.15/51.40	o -19752
56.55/53.80	c Got one! Elapsed wall clock time (in seconds):53.69
56.55/53.80	o -19805
57.05/54.32	c Got one! Elapsed wall clock time (in seconds):54.206
57.05/54.32	o -19891
57.76/55.04	c Got one! Elapsed wall clock time (in seconds):54.93
57.76/55.04	o -20209
58.25/55.60	c Got one! Elapsed wall clock time (in seconds):55.483
58.25/55.60	o -20251
59.05/56.30	c Got one! Elapsed wall clock time (in seconds):56.186
59.05/56.30	o -21435
72.92/69.67	c cleaning 6258 clauses out of 12516 with flag 10003/21447
86.63/82.91	c Got one! Elapsed wall clock time (in seconds):82.8
86.63/82.91	o -21445
97.93/94.20	c Got one! Elapsed wall clock time (in seconds):94.092
97.93/94.20	o -21472
100.75/97.01	c cleaning 8286 clauses out of 16572 with flag 2125/31761
101.35/97.66	c Got one! Elapsed wall clock time (in seconds):97.549
101.35/97.66	o -21480
102.45/98.75	c Got one! Elapsed wall clock time (in seconds):98.635
102.45/98.75	o -21496
103.35/99.60	c Got one! Elapsed wall clock time (in seconds):99.486
103.35/99.60	o -21500
103.65/99.92	c Got one! Elapsed wall clock time (in seconds):99.803
103.65/99.92	o -22322
117.88/113.59	c cleaning 7161 clauses out of 14321 with flag 10003/37796
133.58/129.21	c cleaning 6578 clauses out of 13160 with flag 22003/43796
152.73/147.99	c cleaning 6791 clauses out of 13581 with flag 36001/50795
158.73/153.93	c Got one! Elapsed wall clock time (in seconds):153.814
158.73/153.93	o -22407
166.64/161.82	c cleaning 6080 clauses out of 12163 with flag 6011/56168
177.05/172.27	c Got one! Elapsed wall clock time (in seconds):172.153
177.05/172.27	o -22412
182.35/177.59	c cleaning 5970 clauses out of 11942 with flag 4047/62027
185.37/180.55	c Got one! Elapsed wall clock time (in seconds):180.439
185.37/180.55	o -22434
188.46/183.65	c Got one! Elapsed wall clock time (in seconds):183.533
188.46/183.65	o -22471
190.48/185.65	c Got one! Elapsed wall clock time (in seconds):185.539
190.48/185.65	o -22490
191.59/186.79	c Got one! Elapsed wall clock time (in seconds):186.674
191.59/186.79	o -22932
200.02/194.89	c cleaning 6155 clauses out of 12316 with flag 6001/68371
215.42/210.29	c cleaning 6079 clauses out of 12162 with flag 18003/74372
233.92/228.78	c cleaning 6536 clauses out of 13082 with flag 32001/81371
255.67/250.06	c cleaning 7272 clauses out of 14546 with flag 48001/89371
279.77/274.17	c cleaning 8134 clauses out of 16275 with flag 66003/98372
282.98/277.39	c Got one! Elapsed wall clock time (in seconds):277.282
282.98/277.39	o -23123
294.01/288.06	c cleaning 6688 clauses out of 13379 with flag 8057/103610
310.21/304.26	c cleaning 6343 clauses out of 12692 with flag 20107/109611
324.61/318.68	c Got one! Elapsed wall clock time (in seconds):318.564
324.61/318.68	o -23124
339.14/332.77	c cleaning 8347 clauses out of 16696 with flag 10126/119958
353.34/346.94	c Got one! Elapsed wall clock time (in seconds):346.827
353.34/346.94	o -23139
361.44/355.00	c Got one! Elapsed wall clock time (in seconds):354.886
361.44/355.00	o -23160
365.05/358.61	c Got one! Elapsed wall clock time (in seconds):358.495
365.05/358.61	o -23164
366.94/360.58	c Got one! Elapsed wall clock time (in seconds):360.471
366.94/360.58	o -23184
368.45/362.02	c Got one! Elapsed wall clock time (in seconds):361.911
368.45/362.02	o -23203
374.04/367.61	c cleaning 10356 clauses out of 20716 with flag 4003/132325
390.20/383.45	c cleaning 8175 clauses out of 16359 with flag 16001/138324
408.40/401.66	c cleaning 7591 clauses out of 15184 with flag 30001/145324
429.52/422.66	c cleaning 7794 clauses out of 15593 with flag 46001/153324
452.83/445.93	c cleaning 8397 clauses out of 16799 with flag 64001/162324
480.12/473.15	c cleaning 9201 clauses out of 18403 with flag 84003/172325
509.68/502.43	c cleaning 10099 clauses out of 20202 with flag 106003/183325
542.63/535.04	c cleaning 11046 clauses out of 22102 with flag 130001/195324
577.67/569.89	c cleaning 12024 clauses out of 24056 with flag 156001/208324
586.76/578.92	c Got one! Elapsed wall clock time (in seconds):578.803
586.76/578.92	o -23255
591.97/584.20	c cleaning 8665 clauses out of 17329 with flag 4011/213621
608.04/599.90	c cleaning 7332 clauses out of 14663 with flag 16061/219620
626.54/618.44	c cleaning 7165 clauses out of 14331 with flag 30061/226620
647.95/639.85	c cleaning 7582 clauses out of 15166 with flag 46061/234620
651.95/643.85	c Got one! Elapsed wall clock time (in seconds):643.739
651.95/643.85	o -23266
662.99/654.75	c cleaning 6558 clauses out of 13117 with flag 8004/240153
674.39/666.19	c Got one! Elapsed wall clock time (in seconds):666.079
674.39/666.19	o -23314
677.09/668.90	c cleaning 5874 clauses out of 11749 with flag 2004/245343
693.69/685.32	c cleaning 5936 clauses out of 11875 with flag 14004/251343
696.89/688.52	c Got one! Elapsed wall clock time (in seconds):688.41
696.89/688.52	o -23327
708.10/699.72	c cleaning 5573 clauses out of 11146 with flag 8005/256550
708.39/700.00	c Got one! Elapsed wall clock time (in seconds):699.884
708.39/700.00	o -23388
711.19/702.90	c Got one! Elapsed wall clock time (in seconds):702.79
711.19/702.90	o -23400
712.79/704.46	c Got one! Elapsed wall clock time (in seconds):704.347
712.79/704.46	o -23409
713.69/705.38	c Got one! Elapsed wall clock time (in seconds):705.264
713.69/705.38	o -23411
714.33/705.86	c Got one! Elapsed wall clock time (in seconds):705.743
714.33/705.86	o -23412
715.73/707.27	c Got one! Elapsed wall clock time (in seconds):707.153
715.73/707.27	o -23431
718.63/710.18	c Got one! Elapsed wall clock time (in seconds):710.067
718.63/710.18	o -23442
719.43/710.93	c Got one! Elapsed wall clock time (in seconds):710.82
719.43/710.93	o -23458
720.43/711.93	c Got one! Elapsed wall clock time (in seconds):711.822
720.43/711.93	o -23489
728.33/719.87	c cleaning 6448 clauses out of 12907 with flag 6003/263884
744.39/735.66	c cleaning 6223 clauses out of 12458 with flag 18001/269883
762.59/753.80	c cleaning 6610 clauses out of 13236 with flag 32003/276884
782.97/774.01	c cleaning 7308 clauses out of 14625 with flag 48001/284883
806.72/797.51	c cleaning 8155 clauses out of 16317 with flag 66001/293883
833.41/823.94	c cleaning 9080 clauses out of 18162 with flag 86001/303883
864.29/854.17	c cleaning 10042 clauses out of 20083 with flag 108003/314884
896.66/886.39	c cleaning 11016 clauses out of 22040 with flag 132001/326883
932.74/921.98	c cleaning 12009 clauses out of 24024 with flag 158001/339883
971.74/960.47	c cleaning 13006 clauses out of 26016 with flag 186003/353884
1012.94/1000.93	c cleaning 14004 clauses out of 28009 with flag 216001/368883
1058.54/1045.90	c cleaning 15002 clauses out of 30005 with flag 248001/384883
1075.35/1062.66	c Got one! Elapsed wall clock time (in seconds):1062.547
1075.35/1062.66	o -23491
1089.36/1076.49	c cleaning 13099 clauses out of 26204 with flag 10002/396084
1106.39/1093.33	c cleaning 9550 clauses out of 19105 with flag 22002/402084
1125.16/1112.10	c cleaning 8272 clauses out of 16556 with flag 36004/409085
1146.79/1133.40	c cleaning 8140 clauses out of 16284 with flag 52004/417085
1171.60/1157.95	c cleaning 8569 clauses out of 17144 with flag 70004/426085
1200.24/1186.13	c cleaning 9286 clauses out of 18575 with flag 90004/436085
1232.46/1218.05	c cleaning 10144 clauses out of 20289 with flag 112004/447085
1266.94/1251.85	c cleaning 11068 clauses out of 22145 with flag 136004/459085
1271.13/1256.01	c Got one! Elapsed wall clock time (in seconds):1255.898
1271.13/1256.01	o -23494
1282.62/1267.47	c cleaning 8276 clauses out of 16559 with flag 8091/464567
1299.99/1284.63	c cleaning 7139 clauses out of 14284 with flag 20212/470568
1318.98/1303.50	c cleaning 7071 clauses out of 14145 with flag 34254/477568
1341.80/1325.93	c cleaning 7535 clauses out of 15074 with flag 50388/485568
1364.20/1348.01	c Got one! Elapsed wall clock time (in seconds):1347.901
1364.20/1348.01	o -23516
1378.73/1362.38	c cleaning 10204 clauses out of 20409 with flag 10207/498438
1396.76/1380.02	c cleaning 8100 clauses out of 16205 with flag 22417/504438
1406.86/1390.06	c Got one! Elapsed wall clock time (in seconds):1389.951
1406.86/1390.06	o -23518
1413.19/1396.28	c cleaning 6779 clauses out of 13567 with flag 4066/509900
1427.94/1410.85	c Got one! Elapsed wall clock time (in seconds):1410.738
1427.94/1410.85	o -23530
1430.97/1413.79	c cleaning 6323 clauses out of 12648 with flag 2006/515760
1441.07/1423.72	c Got one! Elapsed wall clock time (in seconds):1423.605
1441.07/1423.72	o -23554
1447.11/1429.61	c cleaning 5906 clauses out of 11817 with flag 4101/521252
1450.63/1433.19	c Got one! Elapsed wall clock time (in seconds):1433.079
1450.63/1433.19	o -23731
1461.73/1444.00	c cleaning 5593 clauses out of 11195 with flag 8003/526536
1478.08/1460.13	c cleaning 5798 clauses out of 11601 with flag 20001/532535
1496.87/1478.64	c cleaning 6400 clauses out of 12803 with flag 34001/539535
1518.29/1499.75	c cleaning 7201 clauses out of 14403 with flag 50001/547535
1542.50/1523.67	c cleaning 8097 clauses out of 16203 with flag 68003/556536
1570.43/1551.12	c cleaning 9049 clauses out of 18105 with flag 88001/566535
1599.78/1580.00	c cleaning 10027 clauses out of 20056 with flag 110001/577535
1632.53/1612.27	c cleaning 11012 clauses out of 22030 with flag 134003/589536
1669.17/1648.16	c cleaning 12009 clauses out of 24017 with flag 160001/602535
1708.87/1687.15	c cleaning 13005 clauses out of 26009 with flag 188003/616536
1751.46/1729.09	c cleaning 14002 clauses out of 28003 with flag 218001/631535
1797.72/1774.36	c cleaning 15000 clauses out of 30001 with flag 250001/647535
1800.02/1776.61	c starts		: 83
1800.02/1776.61	c conflicts		: 648365
1800.02/1776.61	c decisions		: 651861
1800.02/1776.61	c propagations		: 1033493749
1800.02/1776.61	c inspects		: 4150795736
1800.02/1776.61	c shortcuts		: 0
1800.02/1776.61	c learnt literals	: 0
1800.02/1776.61	c learnt binary clauses	: 0
1800.02/1776.61	c learnt ternary clauses	: 0
1800.02/1776.61	c learnt constraints	: 648365
1800.02/1776.61	c ignored constraints	: 0
1800.02/1776.61	c root simplifications	: 0
1800.02/1776.61	c removed literals (reason simplification)	: 0
1800.02/1776.61	c reason swapping (by a shorter reason)	: 0
1800.02/1776.61	c Calls to reduceDB	: 75
1800.02/1776.61	c Number of update (reduction) of LBD	: 345
1800.02/1776.61	c Imported unit clauses	: 0
1800.02/1776.61	c number of reductions to clauses (during analyze)	: 0
1800.02/1776.61	c number of learned constraints concerned by reduction	: 0
1800.02/1776.61	c number of learning phase by resolution	: 0
1800.02/1776.61	c number of learning phase by cutting planes	: 0
1800.02/1776.61	c speed (assignments/second)	: 585585.8838714503
1800.02/1776.61	c non guided choices	0
1800.02/1776.62	c learnt constraints type 
1800.02/1776.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15831
1800.02/1776.62	s SATISFIABLE
1800.02/1776.62	c Found 82 solution(s)
1800.02/1776.62	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 
1800.02/1776.62	c objective function=-23731
1800.02/1776.62	c Total wall clock time (in seconds): 1776.504

Verifier Data

OK	-23731

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-4118116-1467222667/watcher-4118116-1467222667 -o /tmp/evaluation-result-4118116-1467222667/solver-4118116-1467222667 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4834 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118116-1467222667.opb 

pid=7115
running on 4 cores: 0,2,4,6

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.20 2.24 2.19 3/196 7118
/proc/meminfo: memFree=27130172/32872528 swapFree=1483896/1661724
[pid=7118] ppid=7115 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/7118/stat : 7118 (java) R 7115 7118 4818 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 3219213 3653632 49 33554432000 1073741824 1073778376 140737302718544 140737302715672 273896477057 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 892 49 38 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.20 2.24 2.19 3/196 7118
/proc/meminfo: memFree=27130172/32872528 swapFree=1483896/1661724
[pid=7118] ppid=7115 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7118/stat : 7118 (java) S 7115 7118 4818 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 3219213 9787879424 6033 33554432000 1073741824 1073778376 140737302718544 140737302709680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.20 2.24 2.19 3/196 7118
/proc/meminfo: memFree=27130172/32872528 swapFree=1483896/1661724
[pid=7118] ppid=7115 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/7118/stat : 7118 (java) S 7115 7118 4818 0 -1 4202496 4636 0 1 0 23 1 0 0 20 0 18 0 3219213 9787879424 6730 33554432000 1073741824 1073778376 140737302718544 140737302709680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 2389619 6730 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 2.20 2.24 2.19 3/196 7118
/proc/meminfo: memFree=27130172/32872528 swapFree=1483896/1661724
[pid=7118] ppid=7115 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/7118/stat : 7118 (java) S 7115 7118 4818 0 -1 4202496 5665 0 1 0 47 1 0 0 20 0 18 0 3219213 9787879424 7923 33554432000 1073741824 1073778376 140737302718544 140737302709680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 2389619 7923 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700159 s]
/proc/loadavg: 2.20 2.24 2.19 3/196 7118
/proc/meminfo: memFree=27130172/32872528 swapFree=1483896/1661724
[pid=7118] ppid=7115 vsize=9558476 CPUtime=1.05 cores=0,2,4,6
/proc/7118/stat : 7118 (java) S 7115 7118 4818 0 -1 4202496 7227 0 1 0 103 2 0 0 20 0 18 0 3219213 9787879424 11089 33554432000 1073741824 1073778376 140737302718544 140737302709680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 2389619 11089 2242 9 0 2380296 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.20 2.24 2.19 4/214 7136
/proc/meminfo: memFree=27089600/32872528 swapFree=1483896/1661724
[pid=7118] ppid=7115 vsize=9558476 CPUtime=1.9 cores=0,2,4,6
/proc/7118/stat : 7118 (java) S 7115 7118 4818 0 -1 4202496 7490 0 1 0 188 2 0 0 20 0 18 0 3219213 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140737302709680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 2389619 13146 2249 9 0 2380296 0
[pid=7118/tid=7120] ppid=7115 vsize=9558476 CPUtime=1.46 cores=0,2,4,6
/proc/7118/task/7120/stat : 7120 (java) R 7115 7118 4818 0 -1 4202560 2423 0 1 0 145 1 0 0 20 0 18 0 3219214 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167832903456 140167684186773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7121] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7121/stat : 7121 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167805364520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7122] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7122/stat : 7122 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167804311720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7123] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7123/stat : 7123 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167803259432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7118/tid=7124] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7124/stat : 7124 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167672801704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7125] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7125/stat : 7125 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167671749416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7126] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7126/stat : 7126 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167670696616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7127] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7127/stat : 7127 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167669644328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7128] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7128/stat : 7128 (java) S 7115 7118 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167668591528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7129] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7129/stat : 7129 (java) S 7115 7118 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 3219216 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167186077928 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7130] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7130/stat : 7130 (java) S 7115 7118 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 3219216 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167185023992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7131] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7131/stat : 7131 (java) S 7115 7118 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 3219216 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167183971592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7132] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7132/stat : 7132 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219219 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167182920080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7133] ppid=7115 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/7118/task/7133/stat : 7133 (java) S 7115 7118 4818 0 -1 4202560 1700 0 0 0 21 0 0 0 20 0 18 0 3219219 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167181867704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7134] ppid=7115 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/7118/task/7134/stat : 7134 (java) S 7115 7118 4818 0 -1 4202560 2104 0 0 0 19 0 0 0 20 0 18 0 3219219 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167180814904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7135] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7135/stat : 7135 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219219 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167179762808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7136] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7136/stat : 7136 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219219 9787879424 13146 33554432000 1073741824 1073778376 140737302718544 140167178710216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 2.20 2.24 2.19 5/214 7136
/proc/meminfo: memFree=27068632/32872528 swapFree=1483896/1661724
[pid=7118] ppid=7115 vsize=9558476 CPUtime=3.69 cores=0,2,4,6
/proc/7118/stat : 7118 (java) S 7115 7118 4818 0 -1 4202496 12555 0 1 0 365 4 0 0 20 0 18 0 3219213 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140737302709680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 2389619 18187 2250 9 0 2380296 0
[pid=7118/tid=7120] ppid=7115 vsize=9558476 CPUtime=3.04 cores=0,2,4,6
/proc/7118/task/7120/stat : 7120 (java) R 7115 7118 4818 0 -1 4202560 2430 0 1 0 302 2 0 0 20 0 18 0 3219214 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167832903456 140167684186866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7121] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7121/stat : 7121 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167805364520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7122] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7122/stat : 7122 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167804311720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7123] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7123/stat : 7123 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167803259432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7118/tid=7124] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7124/stat : 7124 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167672801704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7125] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7125/stat : 7125 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167671749416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7126] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7126/stat : 7126 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167670696616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7127] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7127/stat : 7127 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167669644328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7128] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7128/stat : 7128 (java) S 7115 7118 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167668591528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7129] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7129/stat : 7129 (java) S 7115 7118 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 3219216 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167186077928 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7130] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7130/stat : 7130 (java) S 7115 7118 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 3219216 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167185023992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7131] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7131/stat : 7131 (java) S 7115 7118 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 3219216 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167183971592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7132] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7132/stat : 7132 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219219 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167182920080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7133] ppid=7115 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/7118/task/7133/stat : 7133 (java) S 7115 7118 4818 0 -1 4202560 6288 0 0 0 33 2 0 0 20 0 18 0 3219219 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167181867704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7134] ppid=7115 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/7118/task/7134/stat : 7134 (java) S 7115 7118 4818 0 -1 4202560 2574 0 0 0 26 0 0 0 20 0 18 0 3219219 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167180814904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7135] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7135/stat : 7135 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219219 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167179762808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7136] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7136/stat : 7136 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219219 9787879424 18187 33554432000 1073741824 1073778376 140737302718544 140167178710216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9558476

[startup+6.30081 s]
/proc/loadavg: 2.26 2.25 2.20 4/214 7136
/proc/meminfo: memFree=27057440/32872528 swapFree=1483896/1661724
[pid=7118] ppid=7115 vsize=9558476 CPUtime=6.91 cores=0,2,4,6
/proc/7118/stat : 7118 (java) S 7115 7118 4818 0 -1 4202496 12563 0 1 0 687 4 0 0 20 0 18 0 3219213 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140737302709680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 2389619 20091 2252 9 0 2380296 0
[pid=7118/tid=7120] ppid=7115 vsize=9558476 CPUtime=6.23 cores=0,2,4,6
/proc/7118/task/7120/stat : 7120 (java) R 7115 7118 4818 0 -1 4202560 2436 0 1 0 621 2 0 0 20 0 18 0 3219214 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167832903408 140167684186866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7121] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7121/stat : 7121 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167805364520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7122] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7122/stat : 7122 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167804311720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7123] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7123/stat : 7123 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167803259432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7118/tid=7124] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7124/stat : 7124 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167672801704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7125] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7125/stat : 7125 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167671749416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7126] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7126/stat : 7126 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167670696616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7127] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7127/stat : 7127 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167669644328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7128] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7128/stat : 7128 (java) S 7115 7118 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 3219215 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167668591528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7129] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7129/stat : 7129 (java) S 7115 7118 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 3219216 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167186077928 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7130] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7130/stat : 7130 (java) S 7115 7118 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 3219216 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167185023992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7131] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7131/stat : 7131 (java) S 7115 7118 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 3219216 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167183971592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7132] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7132/stat : 7132 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219219 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167182920080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7133] ppid=7115 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/7118/task/7133/stat : 7133 (java) S 7115 7118 4818 0 -1 4202560 6288 0 0 0 35 2 0 0 20 0 18 0 3219219 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167181867704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7134] ppid=7115 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7118/task/7134/stat : 7134 (java) S 7115 7118 4818 0 -1 4202560 2575 0 0 0 27 0 0 0 20 0 18 0 3219219 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167180814904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7135] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7135/stat : 7135 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3219219 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167179762808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7136] ppid=7115 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7136/stat : 7136 (java) S 7115 7118 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 3219219 9787879424 20091 33554432000 1073741824 1073778376 140737302718544 140167178710216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 2.24 2.25 2.20 3/215 7137
/proc/meminfo: memFree=26997936/32872528 swapFree=1483896/1661724
[pid=7118] ppid=7115 vsize=9625040 CPUtime=14.32 cores=0,2,4,6
/proc/7118/stat : 7118 (java) S 7115 7118 4818 0 -1 4202496 17520 0 1 0 1423 9 0 0 20 0 19 0 3219213 9856040960 47913 33554432000 1073741824 1073778376 140737302718544 140737302709680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 2406260 47913 2288 9 0 2396937 0

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

[pid=7118/tid=7137] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7137/stat : 7137 (java) S 7115 7118 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3220385 9856040960 319929 33554432000 1073741824 1073778376 140737302718544 140167177655208 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1622.42
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.29 2.32 2.24 3/215 7264
/proc/meminfo: memFree=25327240/32872528 swapFree=1483896/1661724
[pid=7118] ppid=7115 vsize=9625040 CPUtime=1683.58 cores=0,2,4,6
/proc/7118/stat : 7118 (java) S 7115 7118 4818 0 -1 4202496 35377 0 1 0 167925 433 0 0 20 0 19 0 3219213 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140737302709680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 2406260 401052 2301 9 0 2396937 0
[pid=7118/tid=7120] ppid=7115 vsize=9625040 CPUtime=1646.43 cores=0,2,4,6
/proc/7118/task/7120/stat : 7120 (java) R 7115 7118 4818 0 -1 4202560 2962 0 1 0 164609 34 0 0 20 0 19 0 3219214 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167832911024 140167684864291 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7121] ppid=7115 vsize=9625040 CPUtime=3.19 cores=0,2,4,6
/proc/7118/task/7121/stat : 7121 (java) S 7115 7118 4818 0 -1 4202560 1140 0 0 0 275 44 0 0 20 0 19 0 3219215 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167805364520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7122] ppid=7115 vsize=9625040 CPUtime=3.12 cores=0,2,4,6
/proc/7118/task/7122/stat : 7122 (java) S 7115 7118 4818 0 -1 4202560 1071 0 0 0 262 50 0 0 20 0 19 0 3219215 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167804311720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7118/tid=7123] ppid=7115 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/7118/task/7123/stat : 7123 (java) S 7115 7118 4818 0 -1 4202560 1183 0 0 0 281 60 0 0 20 0 19 0 3219215 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167803259432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7124] ppid=7115 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/7118/task/7124/stat : 7124 (java) S 7115 7118 4818 0 -1 4202560 1008 0 0 0 277 48 0 0 20 0 19 0 3219215 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167672801704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7118/tid=7125] ppid=7115 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/7118/task/7125/stat : 7125 (java) S 7115 7118 4818 0 -1 4202560 1247 0 0 0 300 49 0 0 20 0 19 0 3219215 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167671749416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7126] ppid=7115 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/7118/task/7126/stat : 7126 (java) S 7115 7118 4818 0 -1 4202560 1254 0 0 0 261 38 0 0 20 0 19 0 3219215 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167670696616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7118/tid=7127] ppid=7115 vsize=9625040 CPUtime=3.32 cores=0,2,4,6
/proc/7118/task/7127/stat : 7127 (java) S 7115 7118 4818 0 -1 4202560 2100 0 0 0 280 52 0 0 20 0 19 0 3219215 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167669644328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7128] ppid=7115 vsize=9625040 CPUtime=3.34 cores=0,2,4,6
/proc/7118/task/7128/stat : 7128 (java) S 7115 7118 4818 0 -1 4202560 1183 0 0 0 284 50 0 0 20 0 19 0 3219215 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167668591528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7129] ppid=7115 vsize=9625040 CPUtime=4.48 cores=0,2,4,6
/proc/7118/task/7129/stat : 7129 (java) S 7115 7118 4818 0 -1 4202560 4042 0 0 0 443 5 0 0 20 0 19 0 3219216 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167186077928 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7130] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7130/stat : 7130 (java) S 7115 7118 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3219216 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167185023992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7131] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7131/stat : 7131 (java) S 7115 7118 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3219216 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167183971592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7132] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7132/stat : 7132 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3219219 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167182920080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7133] ppid=7115 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/7118/task/7133/stat : 7133 (java) S 7115 7118 4818 0 -1 4202560 7661 0 0 0 86 2 0 0 20 0 19 0 3219219 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167181867704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7134] ppid=7115 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/7118/task/7134/stat : 7134 (java) S 7115 7118 4818 0 -1 4202560 9172 0 0 0 99 2 0 0 20 0 19 0 3219219 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167180814904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7135] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7135/stat : 7135 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3219219 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167179762808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7136] ppid=7115 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7118/task/7136/stat : 7136 (java) S 7115 7118 4818 0 -1 4202560 96 0 0 0 25 26 0 0 20 0 19 0 3219219 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167178710216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7137] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7137/stat : 7137 (java) S 7115 7118 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3220385 9856040960 401052 33554432000 1073741824 1073778376 140737302718544 140167177655208 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1683.58
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.50 2.38 2.27 3/215 7265
/proc/meminfo: memFree=25019072/32872528 swapFree=1483896/1661724
[pid=7118] ppid=7115 vsize=9625040 CPUtime=1744.77 cores=0,2,4,6
/proc/7118/stat : 7118 (java) S 7115 7118 4818 0 -1 4202496 36670 0 1 0 174013 464 0 0 20 0 19 0 3219213 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140737302709680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 2406260 466394 2301 9 0 2396937 0
[pid=7118/tid=7120] ppid=7115 vsize=9625040 CPUtime=1705.45 cores=0,2,4,6
/proc/7118/task/7120/stat : 7120 (java) R 7115 7118 4818 0 -1 4202560 2968 0 1 0 170511 34 0 0 20 0 19 0 3219214 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167832911024 140167684798151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7121] ppid=7115 vsize=9625040 CPUtime=3.36 cores=0,2,4,6
/proc/7118/task/7121/stat : 7121 (java) S 7115 7118 4818 0 -1 4202560 1327 0 0 0 289 47 0 0 20 0 19 0 3219215 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167805364520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7122] ppid=7115 vsize=9625040 CPUtime=3.35 cores=0,2,4,6
/proc/7118/task/7122/stat : 7122 (java) S 7115 7118 4818 0 -1 4202560 1153 0 0 0 280 55 0 0 20 0 19 0 3219215 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167804311720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7123] ppid=7115 vsize=9625040 CPUtime=3.58 cores=0,2,4,6
/proc/7118/task/7123/stat : 7123 (java) S 7115 7118 4818 0 -1 4202560 1218 0 0 0 295 63 0 0 20 0 19 0 3219215 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167803259432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7124] ppid=7115 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/7118/task/7124/stat : 7124 (java) S 7115 7118 4818 0 -1 4202560 1059 0 0 0 295 51 0 0 20 0 19 0 3219215 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167672801704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7125] ppid=7115 vsize=9625040 CPUtime=3.67 cores=0,2,4,6
/proc/7118/task/7125/stat : 7125 (java) S 7115 7118 4818 0 -1 4202560 1306 0 0 0 314 53 0 0 20 0 19 0 3219215 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167671749416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7126] ppid=7115 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/7118/task/7126/stat : 7126 (java) S 7115 7118 4818 0 -1 4202560 1503 0 0 0 283 42 0 0 20 0 19 0 3219215 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167670696616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7118/tid=7127] ppid=7115 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/7118/task/7127/stat : 7127 (java) S 7115 7118 4818 0 -1 4202560 2159 0 0 0 297 56 0 0 20 0 19 0 3219215 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167669644328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7128] ppid=7115 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/7118/task/7128/stat : 7128 (java) S 7115 7118 4818 0 -1 4202560 1438 0 0 0 298 55 0 0 20 0 19 0 3219215 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167668591528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7129] ppid=7115 vsize=9625040 CPUtime=4.87 cores=0,2,4,6
/proc/7118/task/7129/stat : 7129 (java) S 7115 7118 4818 0 -1 4202560 4348 0 0 0 482 5 0 0 20 0 19 0 3219216 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167186077928 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7130] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7130/stat : 7130 (java) S 7115 7118 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3219216 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167185023992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7131] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7131/stat : 7131 (java) S 7115 7118 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3219216 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167183971592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7132] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7132/stat : 7132 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3219219 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167182920080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7133] ppid=7115 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/7118/task/7133/stat : 7133 (java) S 7115 7118 4818 0 -1 4202560 7661 0 0 0 86 2 0 0 20 0 19 0 3219219 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167181867704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7134] ppid=7115 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/7118/task/7134/stat : 7134 (java) S 7115 7118 4818 0 -1 4202560 9172 0 0 0 99 2 0 0 20 0 19 0 3219219 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167180814904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7135] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7135/stat : 7135 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3219219 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167179762808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7136] ppid=7115 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7118/task/7136/stat : 7136 (java) S 7115 7118 4818 0 -1 4202560 100 0 0 0 26 27 0 0 20 0 19 0 3219219 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167178710216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7137] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7137/stat : 7137 (java) S 7115 7118 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3220385 9856040960 466394 33554432000 1073741824 1073778376 140737302718544 140167177655208 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1744.77
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.61 s]
/proc/loadavg: 2.31 2.34 2.26 3/216 7269
/proc/meminfo: memFree=24799844/32872528 swapFree=1483896/1661724
[pid=7118] ppid=7115 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/7118/stat : 7118 (java) S 7115 7118 4818 0 -1 4202496 37396 0 1 0 179508 494 0 0 20 0 19 0 3219213 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140737302709680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 2406260 535251 2301 9 0 2396937 0
[pid=7118/tid=7120] ppid=7115 vsize=9625040 CPUtime=1759.03 cores=0,2,4,6
/proc/7118/task/7120/stat : 7120 (java) R 7115 7118 4818 0 -1 4202560 2972 0 1 0 175868 35 0 0 20 0 19 0 3219214 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167832903328 140167684539254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7121] ppid=7115 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/7118/task/7121/stat : 7121 (java) S 7115 7118 4818 0 -1 4202560 1413 0 0 0 301 52 0 0 20 0 19 0 3219215 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167805364520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7122] ppid=7115 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/7118/task/7122/stat : 7122 (java) S 7115 7118 4818 0 -1 4202560 1228 0 0 0 295 60 0 0 20 0 19 0 3219215 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167804311720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7123] ppid=7115 vsize=9625040 CPUtime=3.82 cores=0,2,4,6
/proc/7118/task/7123/stat : 7123 (java) S 7115 7118 4818 0 -1 4202560 1321 0 0 0 313 69 0 0 20 0 19 0 3219215 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167803259432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7124] ppid=7115 vsize=9625040 CPUtime=3.6 cores=0,2,4,6
/proc/7118/task/7124/stat : 7124 (java) S 7115 7118 4818 0 -1 4202560 1113 0 0 0 306 54 0 0 20 0 19 0 3219215 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167672801704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7118/tid=7125] ppid=7115 vsize=9625040 CPUtime=3.78 cores=0,2,4,6
/proc/7118/task/7125/stat : 7125 (java) S 7115 7118 4818 0 -1 4202560 1338 0 0 0 323 55 0 0 20 0 19 0 3219215 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167671749416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7126] ppid=7115 vsize=9625040 CPUtime=3.38 cores=0,2,4,6
/proc/7118/task/7126/stat : 7126 (java) S 7115 7118 4818 0 -1 4202560 1547 0 0 0 293 45 0 0 20 0 19 0 3219215 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167670696616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7127] ppid=7115 vsize=9625040 CPUtime=3.7 cores=0,2,4,6
/proc/7118/task/7127/stat : 7127 (java) S 7115 7118 4818 0 -1 4202560 2208 0 0 0 311 59 0 0 20 0 19 0 3219215 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167669644328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7118/tid=7128] ppid=7115 vsize=9625040 CPUtime=3.66 cores=0,2,4,6
/proc/7118/task/7128/stat : 7128 (java) S 7115 7118 4818 0 -1 4202560 1478 0 0 0 309 57 0 0 20 0 19 0 3219215 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167668591528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7118/tid=7129] ppid=7115 vsize=9625040 CPUtime=5.11 cores=0,2,4,6
/proc/7118/task/7129/stat : 7129 (java) S 7115 7118 4818 0 -1 4202560 4583 0 0 0 506 5 0 0 20 0 19 0 3219216 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167186077928 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7130] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7130/stat : 7130 (java) S 7115 7118 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3219216 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167185023992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7131] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7131/stat : 7131 (java) S 7115 7118 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3219216 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167183971592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7132] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7132/stat : 7132 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3219219 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167182920080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7118/tid=7133] ppid=7115 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/7118/task/7133/stat : 7133 (java) S 7115 7118 4818 0 -1 4202560 7661 0 0 0 86 2 0 0 20 0 19 0 3219219 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167181867704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7118/tid=7134] ppid=7115 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/7118/task/7134/stat : 7134 (java) S 7115 7118 4818 0 -1 4202560 9172 0 0 0 99 2 0 0 20 0 19 0 3219219 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167180814904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7135] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7135/stat : 7135 (java) S 7115 7118 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3219219 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167179762808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7136] ppid=7115 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7118/task/7136/stat : 7136 (java) S 7115 7118 4818 0 -1 4202560 104 0 0 0 26 29 0 0 20 0 19 0 3219219 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167178710216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7118/tid=7137] ppid=7115 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7118/task/7137/stat : 7137 (java) S 7115 7118 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3220385 9856040960 535251 33554432000 1073741824 1073778376 140737302718544 140167177655208 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 7118 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 7118 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=488804
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=379182
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1776.63
CPU time (s): 1800.02
CPU user time (s): 1795.08
CPU system time (s): 4.94
CPU usage (%): 101.317
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.49
system time used= 5.37918
maximum resident set size= 2835220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37443
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41525
involuntary context switches= 22927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.77051 second user time and 13.9859 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-29 19:51:07
IDJOB=4118116
IDBENCH=111454
IDSOLVER=2546
FILE ID=node134/4118116-1467222667
RUNJOBID= node134-1467208989-4834
PBS_JOBID= 19997576
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-45.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118116-1467222667/watcher-4118116-1467222667 -o /tmp/evaluation-result-4118116-1467222667/solver-4118116-1467222667 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4834 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118116-1467222667.opb

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

MD5SUM BENCH= c6cb36aa8483499e6e43a8fb071f0009
RANDOM SEED=1695390631

node134.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.738
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.47
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.738
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	: 7358.89
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.738
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.738
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.738
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.54
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.738
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.738
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27130800 kB
Buffers:          128768 kB
Cached:          2990400 kB
SwapCached:            0 kB
Active:           346968 kB
Inactive:        2987820 kB
Active(anon):     218092 kB
Inactive(anon):        0 kB
Active(file):     128876 kB
Inactive(file):  2987820 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               924 kB
Writeback:             0 kB
AnonPages:       1877168 kB
Mapped:            21660 kB
Shmem:               216 kB
Slab:             611748 kB
SReclaimable:      55484 kB
SUnreclaim:       556264 kB
KernelStack:        1616 kB
PageTables:         7688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2363840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 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= 71708 MiB
End job on node134 at 2016-06-29 20:20:44