Trace number 4119334

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)56 1804.79 1792.53

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-edgecross10-030.opb
MD5SUM88f041e88c3fe18f295c28f6b14bb355
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark1801.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables91
Total number of constraints481
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 400
Biggest coefficient in the objective function 184
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 1112
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 184
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 1112
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)317
Sum of products size (including duplicates)634
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	16
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@3f662dc8
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@2a0ecd7e
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4119334-1467255283.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  objective function found
0.21/0.22	c ... done. Wall clock time 0.095s.
0.21/0.22	c declared #vars     91
0.21/0.22	c internal #vars     408
0.21/0.22	c #constraints  1116
0.21/0.22	c constraints type 
0.21/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 797
0.21/0.22	c org.sat4j.specs.Constr$1 => 1
0.21/0.22	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.21/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 317
0.21/0.22	c 1116 constraints processed.
0.21/0.22	c objective function length is 400 literals
0.21/0.23	c SATISFIABLE
0.21/0.23	c OPTIMIZING...
0.21/0.23	c Got one! Elapsed wall clock time (in seconds):0.106
0.21/0.23	o 152
0.44/0.31	c Got one! Elapsed wall clock time (in seconds):0.186
0.44/0.31	o 150
0.44/0.34	c Got one! Elapsed wall clock time (in seconds):0.212
0.44/0.34	o 149
0.44/0.35	c Got one! Elapsed wall clock time (in seconds):0.221
0.44/0.35	o 148
0.44/0.35	c Got one! Elapsed wall clock time (in seconds):0.226
0.44/0.35	o 147
0.44/0.36	c Got one! Elapsed wall clock time (in seconds):0.233
0.44/0.36	o 142
0.44/0.36	c Got one! Elapsed wall clock time (in seconds):0.241
0.44/0.37	o 141
0.44/0.37	c Got one! Elapsed wall clock time (in seconds):0.25
0.44/0.37	o 140
0.44/0.38	c Got one! Elapsed wall clock time (in seconds):0.26
0.44/0.38	o 139
0.44/0.39	c Got one! Elapsed wall clock time (in seconds):0.267
0.44/0.39	o 137
0.73/0.41	c Got one! Elapsed wall clock time (in seconds):0.289
0.73/0.41	o 127
0.73/0.42	c Got one! Elapsed wall clock time (in seconds):0.298
0.73/0.42	o 125
0.73/0.43	c Got one! Elapsed wall clock time (in seconds):0.307
0.73/0.43	o 124
0.73/0.44	c Got one! Elapsed wall clock time (in seconds):0.312
0.73/0.44	o 122
0.73/0.44	c Got one! Elapsed wall clock time (in seconds):0.317
0.73/0.44	o 118
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.332
0.73/0.46	o 117
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.335
0.73/0.46	o 116
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.339
0.73/0.46	o 115
0.73/0.47	c Got one! Elapsed wall clock time (in seconds):0.341
0.73/0.47	o 114
0.73/0.48	c Got one! Elapsed wall clock time (in seconds):0.36
0.73/0.48	o 113
1.04/0.51	c Got one! Elapsed wall clock time (in seconds):0.382
1.04/0.51	o 112
1.04/0.52	c Got one! Elapsed wall clock time (in seconds):0.396
1.04/0.52	o 111
1.04/0.52	c Got one! Elapsed wall clock time (in seconds):0.398
1.04/0.52	o 109
1.04/0.52	c Got one! Elapsed wall clock time (in seconds):0.4
1.04/0.52	o 105
1.04/0.53	c Got one! Elapsed wall clock time (in seconds):0.403
1.04/0.53	o 104
1.04/0.53	c Got one! Elapsed wall clock time (in seconds):0.405
1.04/0.53	o 101
1.04/0.53	c Got one! Elapsed wall clock time (in seconds):0.406
1.04/0.53	o 99
1.04/0.53	c Got one! Elapsed wall clock time (in seconds):0.408
1.04/0.53	o 97
1.04/0.53	c Got one! Elapsed wall clock time (in seconds):0.41
1.04/0.53	o 95
1.04/0.54	c Got one! Elapsed wall clock time (in seconds):0.413
1.04/0.54	o 94
1.04/0.54	c Got one! Elapsed wall clock time (in seconds):0.415
1.04/0.54	o 89
1.04/0.55	c Got one! Elapsed wall clock time (in seconds):0.425
1.04/0.55	o 87
1.04/0.55	c Got one! Elapsed wall clock time (in seconds):0.426
1.04/0.55	o 84
1.04/0.55	c Got one! Elapsed wall clock time (in seconds):0.427
1.04/0.55	o 80
1.04/0.55	c Got one! Elapsed wall clock time (in seconds):0.429
1.04/0.55	o 78
1.04/0.55	c Got one! Elapsed wall clock time (in seconds):0.43
1.04/0.55	o 76
1.04/0.56	c Got one! Elapsed wall clock time (in seconds):0.432
1.04/0.56	o 74
1.04/0.56	c Got one! Elapsed wall clock time (in seconds):0.437
1.04/0.56	o 72
1.04/0.56	c Got one! Elapsed wall clock time (in seconds):0.439
1.04/0.56	o 69
1.04/0.56	c Got one! Elapsed wall clock time (in seconds):0.44
1.04/0.56	o 67
1.04/0.57	c Got one! Elapsed wall clock time (in seconds):0.442
1.04/0.57	o 66
1.04/0.57	c Got one! Elapsed wall clock time (in seconds):0.45
1.04/0.57	o 65
1.04/0.58	c Got one! Elapsed wall clock time (in seconds):0.457
1.04/0.58	o 64
1.04/0.59	c Got one! Elapsed wall clock time (in seconds):0.463
1.04/0.59	o 63
1.31/0.62	c Got one! Elapsed wall clock time (in seconds):0.493
1.31/0.62	o 62
1.31/0.62	c Got one! Elapsed wall clock time (in seconds):0.498
1.31/0.62	o 61
1.31/0.70	c Got one! Elapsed wall clock time (in seconds):0.571
1.31/0.70	o 60
1.43/0.72	c Got one! Elapsed wall clock time (in seconds):0.591
1.43/0.72	o 59
1.43/0.72	c Got one! Elapsed wall clock time (in seconds):0.595
1.43/0.72	o 58
1.72/0.97	c Got one! Elapsed wall clock time (in seconds):0.848
1.72/0.97	o 57
1.82/1.02	c Got one! Elapsed wall clock time (in seconds):0.897
1.82/1.02	o 56
1.94/1.12	c cleaning 4753 clauses out of 9505 with flag 2149/9505
2.38/1.56	c cleaning 5376 clauses out of 10752 with flag 14377/15505
2.88/2.08	c cleaning 6188 clauses out of 12377 with flag 28564/22506
3.60/2.73	c cleaning 7093 clauses out of 14188 with flag 48059/30505
4.33/3.50	c cleaning 8045 clauses out of 16096 with flag 73011/39506
5.23/4.32	c cleaning 9025 clauses out of 18051 with flag 96305/49506
6.13/5.26	c cleaning 10013 clauses out of 20026 with flag 119893/60506
7.23/6.34	c cleaning 11006 clauses out of 22011 with flag 144774/72504
8.43/7.56	c cleaning 12002 clauses out of 24005 with flag 173508/85504
9.84/8.93	c cleaning 13001 clauses out of 26004 with flag 203842/99505
11.32/10.42	c cleaning 14000 clauses out of 28003 with flag 237154/114505
12.64/11.74	c cleaning 14999 clauses out of 30003 with flag 273660/130505
14.35/13.31	c cleaning 15997 clauses out of 32004 with flag 316753/147505
15.94/14.96	c cleaning 17000 clauses out of 34007 with flag 361312/165505
17.84/16.81	c cleaning 18003 clauses out of 36008 with flag 404522/184506
19.85/18.81	c cleaning 18999 clauses out of 38005 with flag 456604/204506
22.05/21.02	c cleaning 19999 clauses out of 40004 with flag 505292/225504
24.45/23.46	c cleaning 21000 clauses out of 42006 with flag 561287/247505
27.25/26.30	c cleaning 22000 clauses out of 44006 with flag 618372/270505
29.76/28.77	c cleaning 23002 clauses out of 46006 with flag 671224/294505
32.58/31.48	c cleaning 23999 clauses out of 48003 with flag 733976/319504
35.48/34.33	c cleaning 24997 clauses out of 50005 with flag 791572/345505
38.59/37.41	c cleaning 26001 clauses out of 52008 with flag 856060/372505
41.79/40.70	c cleaning 27000 clauses out of 54007 with flag 927913/400505
45.79/44.64	c cleaning 28000 clauses out of 56006 with flag 999357/429504
50.11/48.75	c cleaning 29000 clauses out of 58006 with flag 1072488/459504
54.22/52.81	c cleaning 30000 clauses out of 60006 with flag 1142907/490504
58.62/57.30	c cleaning 31003 clauses out of 62006 with flag 1217797/522504
63.31/61.91	c cleaning 32000 clauses out of 64003 with flag 1305984/555504
68.21/66.88	c cleaning 32996 clauses out of 66004 with flag 1399089/589505
73.07/71.44	c cleaning 33998 clauses out of 68009 with flag 1481565/624506
77.97/76.38	c cleaning 35002 clauses out of 70009 with flag 1561733/660504
83.57/81.94	c cleaning 36002 clauses out of 72007 with flag 1657155/697504
89.47/87.85	c cleaning 36998 clauses out of 74006 with flag 1756987/735505
95.29/93.66	c cleaning 38003 clauses out of 76009 with flag 1857129/774506
102.04/100.14	c cleaning 38996 clauses out of 78004 with flag 1964465/814504
108.42/106.53	c cleaning 40004 clauses out of 80008 with flag 2065027/855504
115.52/113.64	c cleaning 40997 clauses out of 82005 with flag 2168359/897505
122.52/120.68	c cleaning 42004 clauses out of 84007 with flag 2272819/940504
131.65/129.30	c cleaning 42995 clauses out of 86004 with flag 2385319/984505
140.06/137.79	c cleaning 44001 clauses out of 88009 with flag 2495115/1029505
149.06/146.76	c cleaning 45003 clauses out of 90007 with flag 2607887/1075504
157.64/154.96	c cleaning 45999 clauses out of 92004 with flag 2723476/1122504
166.04/163.32	c cleaning 46998 clauses out of 94005 with flag 2834234/1170504
175.74/173.07	c cleaning 47999 clauses out of 96009 with flag 2952153/1219506
186.48/183.34	c cleaning 49006 clauses out of 98012 with flag 3069799/1269508
197.08/193.99	c cleaning 49994 clauses out of 100003 with flag 3209242/1320505
208.12/204.46	c cleaning 51001 clauses out of 102008 with flag 3340385/1372504
220.13/216.48	c cleaning 52005 clauses out of 104009 with flag 3484431/1425506
232.22/228.50	c cleaning 52998 clauses out of 106002 with flag 3622357/1479504
245.19/241.04	c cleaning 53999 clauses out of 108004 with flag 3759121/1534504
256.77/252.63	c cleaning 55003 clauses out of 110007 with flag 3892488/1590506
270.85/266.27	c cleaning 55999 clauses out of 112006 with flag 4038882/1647508
283.83/279.30	c cleaning 57002 clauses out of 114003 with flag 4193134/1705504
297.03/292.29	c cleaning 57995 clauses out of 116001 with flag 4337171/1764504
310.54/305.79	c cleaning 59000 clauses out of 118006 with flag 4496474/1824504
324.86/319.96	c cleaning 60003 clauses out of 120007 with flag 4635805/1885505
338.06/333.18	c cleaning 60993 clauses out of 122003 with flag 4778381/1947504
353.03/348.00	c cleaning 62003 clauses out of 124011 with flag 4935035/2010505
368.82/363.77	c cleaning 63003 clauses out of 126007 with flag 5106567/2074504
386.98/381.65	c cleaning 64003 clauses out of 128005 with flag 5282696/2139505
405.06/399.57	c cleaning 64998 clauses out of 130002 with flag 5449592/2205505
425.16/419.62	c cleaning 65998 clauses out of 132004 with flag 5637148/2272505
443.94/438.30	c cleaning 66997 clauses out of 134005 with flag 5813273/2340504
464.63/458.74	c cleaning 67997 clauses out of 136012 with flag 5977071/2409508
484.12/478.28	c cleaning 69003 clauses out of 138013 with flag 6173641/2479506
503.43/497.44	c cleaning 69998 clauses out of 140009 with flag 6355933/2550505
523.69/517.54	c cleaning 71003 clauses out of 142010 with flag 6516089/2622504
544.60/538.41	c cleaning 71996 clauses out of 144009 with flag 6680888/2695506
567.41/561.03	c cleaning 73003 clauses out of 146011 with flag 6867634/2769504
594.57/588.06	c cleaning 74001 clauses out of 148009 with flag 7078910/2844505
619.08/612.53	c cleaning 74994 clauses out of 150007 with flag 7267818/2920504
640.82/634.28	c cleaning 76005 clauses out of 152013 with flag 7459344/2997504
664.68/657.94	c cleaning 77001 clauses out of 154010 with flag 7646201/3075506
689.09/682.29	c cleaning 77998 clauses out of 156007 with flag 7836518/3154504
713.60/706.63	c cleaning 79001 clauses out of 158009 with flag 8039846/3234504
740.86/733.74	c cleaning 80000 clauses out of 160009 with flag 8262055/3315505
771.64/764.33	c cleaning 81000 clauses out of 162009 with flag 8477866/3397505
802.11/794.67	c cleaning 81998 clauses out of 164009 with flag 8702080/3480505
833.23/825.62	c cleaning 83004 clauses out of 166011 with flag 8937365/3564505
865.09/857.31	c cleaning 84002 clauses out of 168006 with flag 9167639/3649504
895.96/888.07	c cleaning 84996 clauses out of 170005 with flag 9391821/3735505
925.87/917.87	c cleaning 86000 clauses out of 172009 with flag 9622774/3822505
962.60/954.47	c cleaning 87000 clauses out of 174010 with flag 9864348/3910506
993.57/985.32	c cleaning 87995 clauses out of 176008 with flag 10117322/3999504
1024.48/1016.11	c cleaning 89004 clauses out of 178013 with flag 10350702/4089504
1056.89/1048.40	c cleaning 89998 clauses out of 180009 with flag 10633614/4180504
1094.13/1085.45	c cleaning 91002 clauses out of 182012 with flag 10860379/4272505
1125.44/1116.69	c cleaning 92003 clauses out of 184011 with flag 11108144/4365506
1155.51/1146.68	c cleaning 92994 clauses out of 186006 with flag 11333828/4459504
1194.75/1185.64	c cleaning 93999 clauses out of 188012 with flag 11536544/4554504
1234.19/1224.95	c cleaning 95002 clauses out of 190015 with flag 11739445/4650506
1270.10/1260.60	c cleaning 96006 clauses out of 192012 with flag 11948618/4747505
1304.65/1294.96	c cleaning 96994 clauses out of 194006 with flag 12158835/4845505
1346.67/1336.70	c cleaning 98002 clauses out of 196012 with flag 12471537/4944505
1388.62/1378.47	c cleaning 99000 clauses out of 198009 with flag 12764467/5044504
1422.70/1412.24	c cleaning 100000 clauses out of 200009 with flag 13008339/5145504
1463.44/1452.88	c cleaning 100997 clauses out of 202010 with flag 13315549/5247505
1510.11/1499.21	c cleaning 101998 clauses out of 204014 with flag 13617393/5350506
1551.11/1540.10	c cleaning 103000 clauses out of 206014 with flag 13917402/5454504
1587.80/1576.56	c cleaning 104005 clauses out of 208014 with flag 14176280/5559504
1628.61/1617.04	c cleaning 104998 clauses out of 210012 with flag 14473261/5665507
1675.32/1663.57	c cleaning 105999 clauses out of 212011 with flag 14761949/5772504
1723.00/1711.03	c cleaning 106998 clauses out of 214012 with flag 15088324/5880504
1769.99/1761.29	c cleaning 108003 clauses out of 216015 with flag 15413787/5989505
1804.79/1792.49	c starts		: 13859
1804.79/1792.49	c conflicts		: 6065792
1804.79/1792.49	c decisions		: 6675684
1804.79/1792.49	c propagations		: 153016167
1804.79/1792.49	c inspects		: 28070481707
1804.79/1792.49	c shortcuts		: 0
1804.79/1792.49	c learnt literals	: 0
1804.79/1792.49	c learnt binary clauses	: 0
1804.79/1792.49	c learnt ternary clauses	: 677
1804.79/1792.49	c learnt constraints	: 6065792
1804.79/1792.49	c ignored constraints	: 0
1804.79/1792.49	c root simplifications	: 0
1804.79/1792.49	c removed literals (reason simplification)	: 0
1804.79/1792.49	c reason swapping (by a shorter reason)	: 0
1804.79/1792.49	c Calls to reduceDB	: 105
1804.79/1792.49	c Number of update (reduction) of LBD	: 110105
1804.79/1792.49	c Imported unit clauses	: 0
1804.79/1792.49	c number of reductions to clauses (during analyze)	: 0
1804.79/1792.49	c number of learned constraints concerned by reduction	: 0
1804.79/1792.49	c number of learning phase by resolution	: 0
1804.79/1792.49	c number of learning phase by cutting planes	: 0
1804.79/1792.49	c speed (assignments/second)	: 85375.76934686629
1804.79/1792.49	c non guided choices	79
1804.79/1792.52	c learnt constraints type 
1804.79/1792.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 184299
1804.79/1792.52	s SATISFIABLE
1804.79/1792.52	c Found 51 solution(s)
1804.79/1792.52	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 
1804.79/1792.52	c objective function=56
1804.79/1792.52	c Total wall clock time (in seconds): 1792.398

Verifier Data

OK	56

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-4119334-1467255283/watcher-4119334-1467255283 -o /tmp/evaluation-result-4119334-1467255283/solver-4119334-1467255283 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467233254-15698 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119334-1467255283.opb 

pid=18833
running on 8 cores: 4-7,12-15

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.55 2.27 2.11 3/281 18836
/proc/meminfo: memFree=27476232/32872528 swapFree=8828/8828
[pid=18836] ppid=18833 vsize=272 CPUtime=0 cores=4-7,12-15
/proc/18836/stat : 18836 (java) R 18833 18836 15681 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 6481084 278528 33 33554432000 1073741824 1073778376 140733621998688 140737031943528 216799472935 0 0 4096 0 0 0 0 17 14 0 0 0 0 0
/proc/18836/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.55 2.27 2.11 3/281 18836
/proc/meminfo: memFree=27476232/32872528 swapFree=8828/8828
[pid=18836] ppid=18833 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/18836/stat : 18836 (java) S 18833 18836 15681 0 -1 4202496 4236 0 1 0 6 1 0 0 20 0 23 0 6481084 10133950464 5336 33554432000 1073741824 1073778376 140733621998688 140733621989824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18836/statm: 2474109 5341 2053 9 0 2464786 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9896436

[startup+0.200253 s]
/proc/loadavg: 2.55 2.27 2.11 3/281 18836
/proc/meminfo: memFree=27476232/32872528 swapFree=8828/8828
[pid=18836] ppid=18833 vsize=9896436 CPUtime=0.21 cores=4-7,12-15
/proc/18836/stat : 18836 (java) S 18833 18836 15681 0 -1 4202496 4838 0 1 0 20 1 0 0 20 0 23 0 6481084 10133950464 6941 33554432000 1073741824 1073778376 140733621998688 140733621989824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18836/statm: 2474109 6941 2199 9 0 2464786 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9896436

[startup+0.30024 s]
/proc/loadavg: 2.55 2.27 2.11 3/281 18836
/proc/meminfo: memFree=27476232/32872528 swapFree=8828/8828
[pid=18836] ppid=18833 vsize=9963000 CPUtime=0.44 cores=4-7,12-15
/proc/18836/stat : 18836 (java) S 18833 18836 15681 0 -1 4202496 6964 0 1 0 42 2 0 0 20 0 24 0 6481084 10202112000 8658 33554432000 1073741824 1073778376 140733621998688 140733621989824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18836/statm: 2490750 8658 2244 9 0 2481427 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9963000

[startup+0.700264 s]
/proc/loadavg: 2.55 2.27 2.11 3/281 18836
/proc/meminfo: memFree=27476232/32872528 swapFree=8828/8828
[pid=18836] ppid=18833 vsize=9963000 CPUtime=1.43 cores=4-7,12-15
/proc/18836/stat : 18836 (java) S 18833 18836 15681 0 -1 4202496 11956 0 1 0 140 3 0 0 20 0 24 0 6481084 10202112000 13568 33554432000 1073741824 1073778376 140733621998688 140733621989824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18836/statm: 2490750 13568 2260 9 0 2481427 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9963000

[startup+1.50094 s]
/proc/loadavg: 2.55 2.27 2.11 3/305 18860
/proc/meminfo: memFree=27424156/32872528 swapFree=8828/8828
[pid=18836] ppid=18833 vsize=9963000 CPUtime=2.38 cores=4-7,12-15
/proc/18836/stat : 18836 (java) S 18833 18836 15681 0 -1 4202496 11980 0 1 0 235 3 0 0 20 0 24 0 6481084 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 140733621989824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18836/statm: 2490750 16657 2268 9 0 2481427 0
[pid=18836/tid=18838] ppid=18833 vsize=9963000 CPUtime=1.45 cores=4-7,12-15
/proc/18836/task/18838/stat : 18838 (java) R 18833 18836 15681 0 -1 4202560 2463 0 1 0 144 1 0 0 20 0 24 0 6481085 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866531484216 139866365506368 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18839/stat : 18839 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866492975656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18840] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18840/stat : 18840 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866491922856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18841] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18841/stat : 18841 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866490870056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18842] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18842/stat : 18842 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866489817256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18843] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18843/stat : 18843 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866488765480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18844] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18844/stat : 18844 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866487712680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18845] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18845/stat : 18845 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866486659880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18846] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18846/stat : 18846 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866485607080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18847] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18847/stat : 18847 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866484554280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18836/tid=18848] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18848/stat : 18848 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866483501480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18836/tid=18849] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18849/stat : 18849 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866364963112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18836/tid=18850] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18850/stat : 18850 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866363910312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18836/tid=18851] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18851/stat : 18851 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139866362858536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18852] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18852/stat : 18852 (java) S 18833 18836 15681 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 6481088 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139865472613224 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18853] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18853/stat : 18853 (java) S 18833 18836 15681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 6481088 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139865471559288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18854] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18854/stat : 18854 (java) S 18833 18836 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6481088 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139865470506376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18855] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18855/stat : 18855 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481091 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139865469454864 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18856] ppid=18833 vsize=9963000 CPUtime=0.51 cores=4-7,12-15
/proc/18836/task/18856/stat : 18856 (java) S 18833 18836 15681 0 -1 4202560 4706 0 0 0 49 2 0 0 20 0 24 0 6481091 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139865468401976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18857] ppid=18833 vsize=9963000 CPUtime=0.38 cores=4-7,12-15
/proc/18836/task/18857/stat : 18857 (java) S 18833 18836 15681 0 -1 4202560 3525 0 0 0 38 0 0 0 20 0 24 0 6481091 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139865467349176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18836/tid=18858] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18858/stat : 18858 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481091 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139865466296568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18836/tid=18859] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18859/stat : 18859 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481091 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139865465245000 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18836/tid=18860] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18860/stat : 18860 (java) S 18833 18836 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6481107 10202112000 16657 33554432000 1073741824 1073778376 140733621998688 139865464190504 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9963000

[startup+3.10093 s]
/proc/loadavg: 2.51 2.27 2.11 3/305 18860
/proc/meminfo: memFree=27408952/32872528 swapFree=8828/8828
[pid=18836] ppid=18833 vsize=9963000 CPUtime=4.02 cores=4-7,12-15
/proc/18836/stat : 18836 (java) S 18833 18836 15681 0 -1 4202496 11991 0 1 0 398 4 0 0 20 0 24 0 6481084 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 140733621989824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18836/statm: 2490750 21265 2268 9 0 2481427 0
[pid=18836/tid=18838] ppid=18833 vsize=9963000 CPUtime=3.05 cores=4-7,12-15
/proc/18836/task/18838/stat : 18838 (java) R 18833 18836 15681 0 -1 4202560 2474 0 1 0 303 2 0 0 20 0 24 0 6481085 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866531484200 139866365439303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18839/stat : 18839 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866492975656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18840] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18840/stat : 18840 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866491922856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18841] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18841/stat : 18841 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866490870056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18842] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18842/stat : 18842 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866489817256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18843] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18843/stat : 18843 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866488765480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18844] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18844/stat : 18844 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866487712680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18845] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18845/stat : 18845 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866486659880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18846] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18846/stat : 18846 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866485607080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18847] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18847/stat : 18847 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866484554280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18836/tid=18848] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18848/stat : 18848 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866483501480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18836/tid=18849] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18849/stat : 18849 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866364963112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18836/tid=18850] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18850/stat : 18850 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866363910312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18836/tid=18851] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18851/stat : 18851 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139866362858536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18852] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18852/stat : 18852 (java) S 18833 18836 15681 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 6481088 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139865472613224 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18853] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18853/stat : 18853 (java) S 18833 18836 15681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 6481088 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139865471559288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18854] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18854/stat : 18854 (java) S 18833 18836 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6481088 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139865470506376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18855] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18855/stat : 18855 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481091 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139865469454864 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18856] ppid=18833 vsize=9963000 CPUtime=0.53 cores=4-7,12-15
/proc/18836/task/18856/stat : 18856 (java) S 18833 18836 15681 0 -1 4202560 4706 0 0 0 51 2 0 0 20 0 24 0 6481091 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139865468401976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18857] ppid=18833 vsize=9963000 CPUtime=0.4 cores=4-7,12-15
/proc/18836/task/18857/stat : 18857 (java) S 18833 18836 15681 0 -1 4202560 3525 0 0 0 40 0 0 0 20 0 24 0 6481091 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139865467349176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18836/tid=18858] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18858/stat : 18858 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481091 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139865466296568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18836/tid=18859] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18859/stat : 18859 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481091 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139865465245000 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18836/tid=18860] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18860/stat : 18860 (java) S 18833 18836 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6481107 10202112000 21265 33554432000 1073741824 1073778376 140733621998688 139865464190504 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9963000

[startup+6.30096 s]
/proc/loadavg: 2.51 2.27 2.11 3/305 18860
/proc/meminfo: memFree=27375792/32872528 swapFree=8828/8828
[pid=18836] ppid=18833 vsize=9963000 CPUtime=7.23 cores=4-7,12-15
/proc/18836/stat : 18836 (java) S 18833 18836 15681 0 -1 4202496 12008 0 1 0 719 4 0 0 20 0 24 0 6481084 10202112000 28929 33554432000 1073741824 1073778376 140733621998688 140733621989824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18836/statm: 2490750 28929 2269 9 0 2481427 0
[pid=18836/tid=18838] ppid=18833 vsize=9963000 CPUtime=6.24 cores=4-7,12-15
/proc/18836/task/18838/stat : 18838 (java) R 18833 18836 15681 0 -1 4202560 2490 0 1 0 622 2 0 0 20 0 24 0 6481085 10202112000 28929 33554432000 1073741824 1073778376 140733621998688 139866531475136 139866365497706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18839/stat : 18839 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 28929 33554432000 1073741824 1073778376 140733621998688 139866492975656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18840] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18840/stat : 18840 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 28929 33554432000 1073741824 1073778376 140733621998688 139866491922856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18841] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18841/stat : 18841 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 28929 33554432000 1073741824 1073778376 140733621998688 139866490870056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18842] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18842/stat : 18842 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 28929 33554432000 1073741824 1073778376 140733621998688 139866489817256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18843] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18843/stat : 18843 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 28929 33554432000 1073741824 1073778376 140733621998688 139866488765480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18844] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18844/stat : 18844 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 28929 33554432000 1073741824 1073778376 140733621998688 139866487712680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18845] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18845/stat : 18845 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 28929 33554432000 1073741824 1073778376 140733621998688 139866486659880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18846] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18846/stat : 18846 (java) S 18833 18836 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6481087 10202112000 28929 33554432000 1073741824 1073778376 140733621998688 139866485607080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18847] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15

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

/proc/18836/task/18847/stat : 18847 (java) S 18833 18836 15681 0 -1 4202560 334 0 0 0 94 21 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866484554280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18836/tid=18848] ppid=18833 vsize=9963000 CPUtime=0.93 cores=4-7,12-15
/proc/18836/task/18848/stat : 18848 (java) S 18833 18836 15681 0 -1 4202560 369 0 0 0 79 14 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866483501480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18849] ppid=18833 vsize=9963000 CPUtime=0.96 cores=4-7,12-15
/proc/18836/task/18849/stat : 18849 (java) S 18833 18836 15681 0 -1 4202560 397 0 0 0 78 18 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866364963112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18850] ppid=18833 vsize=9963000 CPUtime=0.98 cores=4-7,12-15
/proc/18836/task/18850/stat : 18850 (java) S 18833 18836 15681 0 -1 4202560 148 0 0 0 84 14 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866363910312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18836/tid=18851] ppid=18833 vsize=9963000 CPUtime=1.01 cores=4-7,12-15
/proc/18836/task/18851/stat : 18851 (java) S 18833 18836 15681 0 -1 4202560 234 0 0 0 86 15 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866362858536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18836/tid=18852] ppid=18833 vsize=9963000 CPUtime=0.62 cores=4-7,12-15
/proc/18836/task/18852/stat : 18852 (java) S 18833 18836 15681 0 -1 4202560 246 0 0 0 59 3 0 0 20 0 24 0 6481088 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865472613224 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18853] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18853/stat : 18853 (java) S 18833 18836 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 6481088 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865471559288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18854] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18854/stat : 18854 (java) S 18833 18836 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 6481088 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865470506376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18855] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18855/stat : 18855 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865469454864 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18856] ppid=18833 vsize=9963000 CPUtime=0.53 cores=4-7,12-15
/proc/18836/task/18856/stat : 18856 (java) S 18833 18836 15681 0 -1 4202560 4706 0 0 0 51 2 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865468401976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18857] ppid=18833 vsize=9963000 CPUtime=0.43 cores=4-7,12-15
/proc/18836/task/18857/stat : 18857 (java) S 18833 18836 15681 0 -1 4202560 3530 0 0 0 43 0 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865467349176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18836/tid=18858] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18858/stat : 18858 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865466296568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18836/tid=18859] ppid=18833 vsize=9963000 CPUtime=0.7 cores=4-7,12-15
/proc/18836/task/18859/stat : 18859 (java) S 18833 18836 15681 0 -1 4202560 103 0 0 0 31 39 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865465245000 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18860] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18860/stat : 18860 (java) S 18833 18836 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6481107 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865464190504 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1804.79
Current children cumulated vsize (KiB) 9963000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.44 s]
/proc/loadavg: 1.78 1.96 2.02 2/305 18998
/proc/meminfo: memFree=24665880/32872528 swapFree=8828/8828
[pid=18836] ppid=18833 vsize=9963000 CPUtime=1804.79 cores=4-7,12-15
/proc/18836/stat : 18836 (java) S 18833 18836 15681 0 -1 4202496 16521 0 1 0 180225 254 0 0 20 0 24 0 6481084 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 140733621989824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18836/statm: 2490750 103215 2291 9 0 2481427 0
[pid=18836/tid=18838] ppid=18833 vsize=9963000 CPUtime=1785.09 cores=4-7,12-15
/proc/18836/task/18838/stat : 18838 (java) R 18833 18836 15681 0 -1 4202560 2588 0 1 0 178473 36 0 0 20 0 24 0 6481085 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866531482832 139866365497706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=9963000 CPUtime=1 cores=4-7,12-15
/proc/18836/task/18839/stat : 18839 (java) S 18833 18836 15681 0 -1 4202560 298 0 0 0 85 15 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866492975656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18840] ppid=18833 vsize=9963000 CPUtime=1.02 cores=4-7,12-15
/proc/18836/task/18840/stat : 18840 (java) S 18833 18836 15681 0 -1 4202560 468 0 0 0 85 17 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866491922856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18836/tid=18841] ppid=18833 vsize=9963000 CPUtime=1 cores=4-7,12-15
/proc/18836/task/18841/stat : 18841 (java) S 18833 18836 15681 0 -1 4202560 490 0 0 0 85 15 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866490870056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18842] ppid=18833 vsize=9963000 CPUtime=0.96 cores=4-7,12-15
/proc/18836/task/18842/stat : 18842 (java) S 18833 18836 15681 0 -1 4202560 378 0 0 0 83 13 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866489817256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18843] ppid=18833 vsize=9963000 CPUtime=0.91 cores=4-7,12-15
/proc/18836/task/18843/stat : 18843 (java) S 18833 18836 15681 0 -1 4202560 212 0 0 0 78 13 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866488765480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18844] ppid=18833 vsize=9963000 CPUtime=0.92 cores=4-7,12-15
/proc/18836/task/18844/stat : 18844 (java) S 18833 18836 15681 0 -1 4202560 283 0 0 0 79 13 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866487712680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18836/tid=18845] ppid=18833 vsize=9963000 CPUtime=1.16 cores=4-7,12-15
/proc/18836/task/18845/stat : 18845 (java) S 18833 18836 15681 0 -1 4202560 285 0 0 0 96 20 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866486659880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18846] ppid=18833 vsize=9963000 CPUtime=0.88 cores=4-7,12-15
/proc/18836/task/18846/stat : 18846 (java) S 18833 18836 15681 0 -1 4202560 195 0 0 0 75 13 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866485607080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18847] ppid=18833 vsize=9963000 CPUtime=1.15 cores=4-7,12-15
/proc/18836/task/18847/stat : 18847 (java) S 18833 18836 15681 0 -1 4202560 334 0 0 0 94 21 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866484554280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18836/tid=18848] ppid=18833 vsize=9963000 CPUtime=0.93 cores=4-7,12-15
/proc/18836/task/18848/stat : 18848 (java) S 18833 18836 15681 0 -1 4202560 369 0 0 0 79 14 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866483501480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18849] ppid=18833 vsize=9963000 CPUtime=0.96 cores=4-7,12-15
/proc/18836/task/18849/stat : 18849 (java) S 18833 18836 15681 0 -1 4202560 397 0 0 0 78 18 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866364963112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18850] ppid=18833 vsize=9963000 CPUtime=0.98 cores=4-7,12-15
/proc/18836/task/18850/stat : 18850 (java) S 18833 18836 15681 0 -1 4202560 148 0 0 0 84 14 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866363910312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18836/tid=18851] ppid=18833 vsize=9963000 CPUtime=1.01 cores=4-7,12-15
/proc/18836/task/18851/stat : 18851 (java) S 18833 18836 15681 0 -1 4202560 234 0 0 0 86 15 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866362858536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18836/tid=18852] ppid=18833 vsize=9963000 CPUtime=0.62 cores=4-7,12-15
/proc/18836/task/18852/stat : 18852 (java) S 18833 18836 15681 0 -1 4202560 246 0 0 0 59 3 0 0 20 0 24 0 6481088 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865472613224 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18853] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18853/stat : 18853 (java) S 18833 18836 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 6481088 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865471559288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18854] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18854/stat : 18854 (java) S 18833 18836 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 6481088 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865470506376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18855] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18855/stat : 18855 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865469454864 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18856] ppid=18833 vsize=9963000 CPUtime=0.53 cores=4-7,12-15
/proc/18836/task/18856/stat : 18856 (java) S 18833 18836 15681 0 -1 4202560 4706 0 0 0 51 2 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865468401976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18857] ppid=18833 vsize=9963000 CPUtime=0.43 cores=4-7,12-15
/proc/18836/task/18857/stat : 18857 (java) S 18833 18836 15681 0 -1 4202560 3530 0 0 0 43 0 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865467349176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18836/tid=18858] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18858/stat : 18858 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865466296568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18836/tid=18859] ppid=18833 vsize=9963000 CPUtime=0.7 cores=4-7,12-15
/proc/18836/task/18859/stat : 18859 (java) S 18833 18836 15681 0 -1 4202560 103 0 0 0 31 39 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865465245000 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18860] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18860/stat : 18860 (java) S 18833 18836 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6481107 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865464190504 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1804.79
Current children cumulated vsize (KiB) 9963000

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 18836 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1792.44 s]
/proc/loadavg: 1.78 1.96 2.02 2/305 18998
/proc/meminfo: memFree=24665880/32872528 swapFree=8828/8828
[pid=18836] ppid=18833 vsize=9963000 CPUtime=1804.79 cores=4-7,12-15
/proc/18836/stat : 18836 (java) S 18833 18836 15681 0 -1 4202496 16521 0 1 0 180225 254 0 0 20 0 24 0 6481084 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 140733621989824 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18836/statm: 2490750 103215 2291 9 0 2481427 0
[pid=18836/tid=18838] ppid=18833 vsize=9963000 CPUtime=1785.09 cores=4-7,12-15
/proc/18836/task/18838/stat : 18838 (java) R 18833 18836 15681 0 -1 4202560 2588 0 1 0 178473 36 0 0 20 0 24 0 6481085 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866531482832 139866365497706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=9963000 CPUtime=1 cores=4-7,12-15
/proc/18836/task/18839/stat : 18839 (java) S 18833 18836 15681 0 -1 4202560 298 0 0 0 85 15 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866492975656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18840] ppid=18833 vsize=9963000 CPUtime=1.02 cores=4-7,12-15
/proc/18836/task/18840/stat : 18840 (java) S 18833 18836 15681 0 -1 4202560 468 0 0 0 85 17 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866491922856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18836/tid=18841] ppid=18833 vsize=9963000 CPUtime=1 cores=4-7,12-15
/proc/18836/task/18841/stat : 18841 (java) S 18833 18836 15681 0 -1 4202560 490 0 0 0 85 15 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866490870056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18842] ppid=18833 vsize=9963000 CPUtime=0.96 cores=4-7,12-15
/proc/18836/task/18842/stat : 18842 (java) S 18833 18836 15681 0 -1 4202560 378 0 0 0 83 13 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866489817256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18843] ppid=18833 vsize=9963000 CPUtime=0.91 cores=4-7,12-15
/proc/18836/task/18843/stat : 18843 (java) S 18833 18836 15681 0 -1 4202560 212 0 0 0 78 13 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866488765480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18844] ppid=18833 vsize=9963000 CPUtime=0.92 cores=4-7,12-15
/proc/18836/task/18844/stat : 18844 (java) S 18833 18836 15681 0 -1 4202560 283 0 0 0 79 13 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866487712680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18836/tid=18845] ppid=18833 vsize=9963000 CPUtime=1.16 cores=4-7,12-15
/proc/18836/task/18845/stat : 18845 (java) S 18833 18836 15681 0 -1 4202560 285 0 0 0 96 20 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866486659880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18846] ppid=18833 vsize=9963000 CPUtime=0.88 cores=4-7,12-15
/proc/18836/task/18846/stat : 18846 (java) S 18833 18836 15681 0 -1 4202560 195 0 0 0 75 13 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866485607080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18847] ppid=18833 vsize=9963000 CPUtime=1.15 cores=4-7,12-15
/proc/18836/task/18847/stat : 18847 (java) S 18833 18836 15681 0 -1 4202560 334 0 0 0 94 21 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866484554280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18836/tid=18848] ppid=18833 vsize=9963000 CPUtime=0.93 cores=4-7,12-15
/proc/18836/task/18848/stat : 18848 (java) S 18833 18836 15681 0 -1 4202560 369 0 0 0 79 14 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866483501480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18836/tid=18849] ppid=18833 vsize=9963000 CPUtime=0.96 cores=4-7,12-15
/proc/18836/task/18849/stat : 18849 (java) S 18833 18836 15681 0 -1 4202560 397 0 0 0 78 18 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866364963112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18850] ppid=18833 vsize=9963000 CPUtime=0.98 cores=4-7,12-15
/proc/18836/task/18850/stat : 18850 (java) S 18833 18836 15681 0 -1 4202560 148 0 0 0 84 14 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866363910312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18836/tid=18851] ppid=18833 vsize=9963000 CPUtime=1.01 cores=4-7,12-15
/proc/18836/task/18851/stat : 18851 (java) S 18833 18836 15681 0 -1 4202560 234 0 0 0 86 15 0 0 20 0 24 0 6481087 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139866362858536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18836/tid=18852] ppid=18833 vsize=9963000 CPUtime=0.62 cores=4-7,12-15
/proc/18836/task/18852/stat : 18852 (java) S 18833 18836 15681 0 -1 4202560 246 0 0 0 59 3 0 0 20 0 24 0 6481088 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865472613224 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18853] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18853/stat : 18853 (java) S 18833 18836 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 6481088 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865471559288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18854] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18854/stat : 18854 (java) S 18833 18836 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 6481088 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865470506376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18855] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18855/stat : 18855 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865469454864 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18856] ppid=18833 vsize=9963000 CPUtime=0.53 cores=4-7,12-15
/proc/18836/task/18856/stat : 18856 (java) S 18833 18836 15681 0 -1 4202560 4706 0 0 0 51 2 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865468401976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18836/tid=18857] ppid=18833 vsize=9963000 CPUtime=0.43 cores=4-7,12-15
/proc/18836/task/18857/stat : 18857 (java) S 18833 18836 15681 0 -1 4202560 3530 0 0 0 43 0 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865467349176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18836/tid=18858] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18858/stat : 18858 (java) S 18833 18836 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865466296568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18836/tid=18859] ppid=18833 vsize=9963000 CPUtime=0.7 cores=4-7,12-15
/proc/18836/task/18859/stat : 18859 (java) S 18833 18836 15681 0 -1 4202560 103 0 0 0 31 39 0 0 20 0 24 0 6481091 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865465245000 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18860] ppid=18833 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18836/task/18860/stat : 18860 (java) S 18833 18836 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6481107 10202112000 103215 33554432000 1073741824 1073778376 140733621998688 139865464190504 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1804.79
Current children cumulated vsize (KiB) 9963000

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18836 and gives
#  childrusage.ru_utime.tv_sec=1797
#  childrusage.ru_utime.tv_usec=759698
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=543
# CPU time returned by wait4() is 1800.76
# while last known CPU time is 1804.79
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.53
CPU time (s): 1804.79
CPU user time (s): 1802.25
CPU system time (s): 2.54
CPU usage (%): 100.684
Max. virtual memory (cumulated for all children) (KiB): 9963000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.76
system time used= 3.00054
maximum resident set size= 605404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16566
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41037
involuntary context switches= 24903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7748 second user time and 17.7343 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 04:54:43
IDJOB=4119334
IDBENCH=111704
IDSOLVER=2546
FILE ID=node132/4119334-1467255283
RUNJOBID= node132-1467233254-15698
PBS_JOBID= 19997601
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross10-030.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119334-1467255283/watcher-4119334-1467255283 -o /tmp/evaluation-result-4119334-1467255283/solver-4119334-1467255283 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467233254-15698 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119334-1467255283.opb

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

MD5SUM BENCH= 88f041e88c3fe18f295c28f6b14bb355
RANDOM SEED=491179562

node132.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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.02
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27475876 kB
Buffers:          140508 kB
Cached:          3868396 kB
SwapCached:            0 kB
Active:           718460 kB
Inactive:        3897032 kB
Active(anon):     609048 kB
Inactive(anon):        0 kB
Active(file):     109412 kB
Inactive(file):  3897032 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               584 kB
Writeback:             0 kB
AnonPages:        619940 kB
Mapped:            22276 kB
Shmem:               216 kB
Slab:             633064 kB
SReclaimable:      73536 kB
SUnreclaim:       559528 kB
KernelStack:        2352 kB
PageTables:         5176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     776224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 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= 71536 MiB
End job on node132 at 2016-06-30 05:24:59