Trace number 4106794

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 Res+CP PB16SAT (TO)-13 1800.13 898.771

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_2.opb
MD5SUM2468d4642d986af58e932976ec0c4f0e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1232
Sum of products size (including duplicates)2464
Number of different products616
Sum of products size1232

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4106794-1466277553.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.23/0.26	c ... done. Wall clock time 0.149s.
0.23/0.26	c declared #vars     100
0.23/0.26	c internal #vars     716
0.23/0.26	c #constraints  1384
0.23/0.26	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.26	c constraints type 
0.23/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 616
0.23/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.23/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.23/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 616
0.23/0.26	c 1384 constraints processed.
0.23/0.26	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.26	c constraints type 
0.23/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.23/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 616
0.23/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.23/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 616
0.23/0.26	c 1384 constraints processed.
0.23/0.26	c objective function length is 50 literals
0.46/0.38	c And the winner is solver0
0.84/0.76	c SATISFIABLE
0.84/0.76	c OPTIMIZING...
0.84/0.76	c Got one! Elapsed wall clock time (in seconds):0.653
0.84/0.76	o -6
0.84/0.77	c And the winner is solver0
0.85/1.27	c Got one! Elapsed wall clock time (in seconds):1.154
0.85/1.27	o -7
0.97/1.31	c And the winner is solver1
1.25/1.77	c Got one! Elapsed wall clock time (in seconds):1.655
1.25/1.77	o -8
1.32/1.81	c And the winner is solver1
1.38/2.27	c Got one! Elapsed wall clock time (in seconds):2.156
1.38/2.27	o -9
1.50/2.32	c And the winner is solver1
1.93/2.77	c Got one! Elapsed wall clock time (in seconds):2.656
1.93/2.77	o -10
2.85/3.12	c cleaning 3539 clauses out of 7080 with flag 21568/7080
2.85/3.12	c And the winner is solver1
3.09/3.27	c Got one! Elapsed wall clock time (in seconds):3.157
3.09/3.27	o -11
3.85/3.54	c cleaning 4318 clauses out of 8635 with flag 25857/12174
4.60/3.85	c cleaning 5157 clauses out of 10317 with flag 53141/18174
5.46/4.21	c cleaning 6074 clauses out of 12162 with flag 84771/25176
6.51/4.70	c cleaning 7044 clauses out of 14088 with flag 117052/33176
7.31/5.19	c cleaning 8018 clauses out of 16042 with flag 153780/42174
8.55/5.74	c cleaning 9013 clauses out of 18025 with flag 195171/52175
9.75/6.34	c cleaning 9999 clauses out of 20011 with flag 242126/63174
11.20/7.06	c cleaning 11007 clauses out of 22014 with flag 295871/75176
12.88/7.89	c cleaning 12001 clauses out of 24007 with flag 345327/88176
14.65/8.79	c cleaning 12990 clauses out of 26004 with flag 401468/102174
16.84/9.82	c cleaning 14003 clauses out of 28015 with flag 463594/117175
18.05/10.42	c And the winner is solver1
18.05/10.77	c Got one! Elapsed wall clock time (in seconds):10.659
18.05/10.77	o -12
18.98/11.26	c cleaning 14314 clauses out of 28638 with flag 22621/131801
19.78/11.67	c cleaning 10149 clauses out of 20323 with flag 47604/137800
20.58/12.09	c cleaning 8588 clauses out of 17175 with flag 80103/144801
21.58/12.52	c cleaning 8280 clauses out of 16586 with flag 121162/152800
22.58/13.02	c cleaning 8637 clauses out of 17306 with flag 166625/161800
23.78/13.61	c cleaning 9327 clauses out of 18671 with flag 213765/171802
25.23/14.32	c cleaning 10169 clauses out of 20344 with flag 268677/182802
26.82/15.16	c cleaning 11084 clauses out of 22174 with flag 332614/194801
28.62/16.09	c cleaning 12036 clauses out of 24091 with flag 397510/207802
30.82/17.13	c cleaning 13008 clauses out of 26053 with flag 460373/221800
33.27/18.36	c cleaning 14013 clauses out of 28045 with flag 532883/236800
36.07/19.73	c cleaning 15005 clauses out of 30032 with flag 618115/252800
38.88/21.15	c cleaning 16010 clauses out of 32027 with flag 712659/269800
42.11/22.77	c cleaning 17003 clauses out of 34017 with flag 809506/287800
45.57/24.45	c cleaning 18008 clauses out of 36016 with flag 903432/306802
49.17/26.22	c cleaning 18992 clauses out of 38006 with flag 999652/326800
52.97/28.18	c cleaning 19992 clauses out of 40014 with flag 1104973/347800
57.37/30.33	c cleaning 21009 clauses out of 42023 with flag 1199423/369801
62.03/32.66	c cleaning 22000 clauses out of 44013 with flag 1295032/392800
66.85/35.02	c cleaning 23002 clauses out of 46013 with flag 1398681/416800
72.25/37.75	c cleaning 24006 clauses out of 48011 with flag 1510612/441800
78.06/40.68	c cleaning 24987 clauses out of 50005 with flag 1618906/467800
84.13/43.68	c cleaning 26008 clauses out of 52020 with flag 1731136/494802
90.33/46.77	c cleaning 27005 clauses out of 54010 with flag 1837330/522800
97.20/50.17	c cleaning 28000 clauses out of 56005 with flag 1952388/551800
105.19/54.14	c cleaning 28999 clauses out of 58005 with flag 2076885/581800
112.99/58.05	c cleaning 30004 clauses out of 60009 with flag 2188617/612803
121.45/62.27	c cleaning 30994 clauses out of 62003 with flag 2312884/644801
130.45/66.72	c cleaning 32002 clauses out of 64009 with flag 2433109/677801
130.68/66.81	c cleaning 0 clauses out of 6390 with flag 0/6390
140.79/71.75	c cleaning 32997 clauses out of 66006 with flag 2555387/711800
152.03/77.37	c cleaning 34005 clauses out of 68009 with flag 2681687/746800
162.83/82.72	c cleaning 34993 clauses out of 70004 with flag 2809284/782800
174.27/88.43	c cleaning 36000 clauses out of 72011 with flag 2947081/819800
175.07/88.87	c And the winner is solver1
175.07/89.28	c Got one! Elapsed wall clock time (in seconds):89.172
175.07/89.28	o -13
175.29/89.48	c cleaning 20506 clauses out of 41026 with flag 3702/824815
176.29/89.99	c cleaning 13256 clauses out of 26518 with flag 26849/830813
177.49/90.50	c cleaning 10120 clauses out of 20263 with flag 54673/837814
178.29/90.98	c cleaning 9064 clauses out of 18142 with flag 85628/845813
179.49/91.53	c cleaning 9039 clauses out of 18078 with flag 120281/854813
180.73/92.17	c cleaning 9518 clauses out of 19039 with flag 159364/864813
182.13/92.87	c cleaning 10256 clauses out of 20522 with flag 200256/875814
183.74/93.70	c cleaning 11132 clauses out of 22265 with flag 247785/887813
185.74/94.63	c cleaning 12066 clauses out of 24134 with flag 297043/900814
187.73/95.63	c cleaning 13032 clauses out of 26068 with flag 349245/914814
189.93/96.77	c cleaning 14015 clauses out of 28036 with flag 406259/929814
192.55/98.07	c cleaning 14999 clauses out of 30021 with flag 468235/945814
195.56/99.58	c cleaning 15999 clauses out of 32021 with flag 533741/962813
198.97/101.30	c cleaning 17005 clauses out of 34024 with flag 602202/980815
202.76/103.19	c cleaning 18001 clauses out of 36018 with flag 672723/999814
206.95/105.24	c cleaning 18994 clauses out of 38016 with flag 746375/1019813
211.38/107.48	c cleaning 20002 clauses out of 40023 with flag 818789/1040814
216.38/109.91	c cleaning 21009 clauses out of 42022 with flag 897689/1062815
221.59/112.55	c cleaning 22004 clauses out of 44012 with flag 980759/1085814
227.19/115.39	c cleaning 22990 clauses out of 46007 with flag 1062684/1109813
233.64/118.50	c cleaning 24007 clauses out of 48017 with flag 1147215/1134813
240.25/121.82	c cleaning 24995 clauses out of 50010 with flag 1233838/1160813
247.07/125.24	c cleaning 26007 clauses out of 52015 with flag 1323445/1187813
254.86/129.17	c cleaning 26998 clauses out of 54008 with flag 1422081/1215813
263.29/133.37	c cleaning 28006 clauses out of 56011 with flag 1518521/1244814
272.51/137.91	c cleaning 29000 clauses out of 58006 with flag 1616229/1274815
282.55/142.96	c cleaning 29994 clauses out of 60004 with flag 1721280/1305813
292.60/147.96	c cleaning 31000 clauses out of 62010 with flag 1824332/1337813
303.65/153.43	c cleaning 32000 clauses out of 64010 with flag 1929681/1370813
314.88/159.01	c cleaning 33002 clauses out of 66010 with flag 2035971/1404813
326.52/164.86	c cleaning 34004 clauses out of 68008 with flag 2148215/1439813
339.56/171.30	c cleaning 35001 clauses out of 70005 with flag 2268523/1475814
352.57/177.86	c cleaning 35995 clauses out of 72003 with flag 2381135/1512813
367.23/185.18	c cleaning 37001 clauses out of 74009 with flag 2499992/1550814
382.93/192.95	c cleaning 38000 clauses out of 76007 with flag 2623769/1589813
398.34/200.60	c cleaning 39000 clauses out of 78007 with flag 2745889/1629813
414.60/208.76	c cleaning 40003 clauses out of 80007 with flag 2873194/1670813
432.32/217.56	c cleaning 41003 clauses out of 82005 with flag 3003200/1712814
450.61/226.69	c cleaning 41995 clauses out of 84001 with flag 3133724/1755813
469.88/236.27	c cleaning 42999 clauses out of 86006 with flag 3269392/1799813
490.60/246.52	c cleaning 44003 clauses out of 88009 with flag 3408407/1844815
510.49/256.49	c cleaning 44998 clauses out of 90005 with flag 3543965/1890814
532.44/267.37	c cleaning 45994 clauses out of 92009 with flag 3684968/1937816
541.88/272.08	c cleaning 0 clauses out of 12034 with flag 0/12034
554.97/278.52	c cleaning 47000 clauses out of 94013 with flag 3826159/1985814
579.09/290.58	c cleaning 47988 clauses out of 96012 with flag 3971517/2034813
602.48/302.18	c cleaning 49004 clauses out of 98024 with flag 4121744/2084813
628.68/315.14	c cleaning 49999 clauses out of 100020 with flag 4266627/2135813
657.87/329.69	c cleaning 51009 clauses out of 102021 with flag 4424226/2187813
687.67/344.45	c cleaning 51997 clauses out of 104012 with flag 4583591/2240813
719.48/360.27	c cleaning 53007 clauses out of 106017 with flag 4745542/2294815
750.46/375.98	c cleaning 53997 clauses out of 108008 with flag 4910762/2349813
781.44/391.32	c cleaning 55005 clauses out of 110011 with flag 5074380/2405813
813.21/407.15	c cleaning 55999 clauses out of 112006 with flag 5238185/2462813
848.60/424.71	c cleaning 56999 clauses out of 114009 with flag 5410104/2520815
882.97/441.89	c cleaning 58000 clauses out of 116010 with flag 5580542/2579815
918.72/459.69	c cleaning 58974 clauses out of 118008 with flag 5757099/2639813
957.32/478.83	c cleaning 60017 clauses out of 120035 with flag 5935807/2700814
995.72/497.98	c cleaning 61008 clauses out of 122018 with flag 6115595/2762814
1035.98/517.91	c cleaning 62002 clauses out of 124009 with flag 6298001/2825813
1077.77/538.71	c cleaning 62999 clauses out of 126007 with flag 6480701/2889813
1122.48/560.96	c cleaning 64000 clauses out of 128008 with flag 6674785/2954813
1169.54/584.33	c cleaning 64998 clauses out of 130008 with flag 6868378/3020813
1218.73/609.15	c cleaning 66001 clauses out of 132011 with flag 7065860/3087814
1267.15/633.20	c cleaning 67003 clauses out of 134009 with flag 7258499/3155813
1313.41/656.29	c cleaning 68003 clauses out of 136007 with flag 7449594/3224814
1361.28/680.02	c cleaning 69001 clauses out of 138004 with flag 7645436/3294814
1412.92/705.75	c cleaning 70002 clauses out of 140003 with flag 7851236/3365814
1469.00/733.69	c cleaning 70996 clauses out of 142000 with flag 8057261/3437813
1500.53/749.35	c cleaning 0 clauses out of 18035 with flag 0/18035
1526.45/762.26	c cleaning 71997 clauses out of 144006 with flag 8267840/3510815
1583.85/790.82	c cleaning 73005 clauses out of 146009 with flag 8475994/3584815
1644.84/821.16	c cleaning 73999 clauses out of 148002 with flag 8697879/3659813
1707.31/852.58	c cleaning 74996 clauses out of 150003 with flag 8914016/3735813
1769.41/883.41	c cleaning 76001 clauses out of 152010 with flag 9133242/3812816
1800.13/898.71	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.13/898.71	c starts		: 53567
1800.13/898.71	c conflicts		: 3858826
1800.13/898.71	c decisions		: 8586841
1800.13/898.71	c propagations		: 102873119
1800.13/898.71	c inspects		: 12095116065
1800.13/898.71	c shortcuts		: 0
1800.13/898.71	c learnt literals	: 0
1800.13/898.71	c learnt binary clauses	: 3
1800.13/898.71	c learnt ternary clauses	: 3669
1800.13/898.71	c learnt constraints	: 3858826
1800.13/898.71	c ignored constraints	: 0
1800.13/898.71	c root simplifications	: 0
1800.13/898.71	c removed literals (reason simplification)	: 155010166
1800.13/898.71	c reason swapping (by a shorter reason)	: 0
1800.13/898.71	c Calls to reduceDB	: 118
1800.13/898.71	c Number of update (reduction) of LBD	: 1335526
1800.13/898.71	c Imported unit clauses	: 0
1800.13/898.71	c number of reductions to clauses (during analyze)	: 0
1800.13/898.71	c number of learned constraints concerned by reduction	: 0
1800.13/898.71	c number of learning phase by resolution	: 0
1800.13/898.71	c number of learning phase by cutting planes	: 0
1800.13/898.71	c speed (assignments/second)	: 127093.91470004669
1800.13/898.71	c non guided choices	0
1800.13/898.73	c learnt constraints type 
1800.13/898.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.13/898.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122016
1800.13/898.73	c >>>>>>>>>> Solver number 1 (6 answers) <<<<<<<<<<<<<<<<<<
1800.13/898.73	c starts		: 53
1800.13/898.73	c conflicts		: 19298
1800.13/898.73	c decisions		: 35094
1800.13/898.73	c propagations		: 1053823
1800.13/898.73	c inspects		: 901860323
1800.13/898.73	c shortcuts		: 0
1800.13/898.73	c learnt literals	: 0
1800.13/898.73	c learnt binary clauses	: 0
1800.13/898.73	c learnt ternary clauses	: 0
1800.13/898.73	c learnt constraints	: 19297
1800.13/898.73	c ignored constraints	: 0
1800.13/898.73	c root simplifications	: 0
1800.13/898.73	c removed literals (reason simplification)	: 0
1800.13/898.73	c reason swapping (by a shorter reason)	: 0
1800.13/898.73	c Calls to reduceDB	: 3
1800.13/898.73	c Number of update (reduction) of LBD	: 0
1800.13/898.73	c Imported unit clauses	: 0
1800.13/898.73	c number of reductions to clauses (during analyze)	: 0
1800.13/898.73	c number of learned constraints concerned by reduction	: 0
1800.13/898.73	c number of learning phase by resolution	: 0
1800.13/898.73	c number of learning phase by cutting planes	: 0
1800.13/898.73	c speed (assignments/second)	: 1174.2192192024888
1800.13/898.73	c non guided choices	7
1800.13/898.74	c learnt constraints type 
1800.13/898.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.13/898.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19296
1800.13/898.74	s SATISFIABLE
1800.13/898.74	c Found 8 solution(s)
1800.13/898.74	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 x26 -x27 x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 x44 x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 -x66 -x67 x68 x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 x84 x85 -x86 x87 x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 
1800.13/898.74	c objective function=-13
1800.13/898.74	c Total wall clock time (in seconds): 898.631

Verifier Data

OK	-13

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

pid=24778
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: 4.12 3.98 3.25 2/191 24781
/proc/meminfo: memFree=31131740/32872528 swapFree=447868/480572
[pid=24781] ppid=24778 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 24401 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 29805419 98570240 977 33554432000 1073741824 1073778376 140733744562080 140733744553216 235378081853 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24781/statm: 24065 977 744 9 0 16771 0
[pid=24781/tid=24782] ppid=24778 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24782/stat : 24782 (java) R 24778 24781 24401 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 29805419 98570240 977 33554432000 1073741824 1073778376 140733744562080 140331261586984 235374724480 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 4.12 3.98 3.25 2/191 24781
/proc/meminfo: memFree=31131740/32872528 swapFree=447868/480572
[pid=24781] ppid=24778 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 24401 0 -1 4202496 4433 0 1 0 10 1 0 0 20 0 18 0 29805419 9787879424 6068 33554432000 1073741824 1073778376 140733744562080 140733744553216 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24781/statm: 2389619 6068 2141 9 0 2380296 0
[pid=24781/tid=24782] ppid=24778 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24781/task/24782/stat : 24782 (java) R 24778 24781 24401 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 29805419 9787879424 6068 33554432000 1073741824 1073778376 140733744562080 140331261591256 235378107661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200254 s]
/proc/loadavg: 4.12 3.98 3.25 2/191 24781
/proc/meminfo: memFree=31131740/32872528 swapFree=447868/480572
[pid=24781] ppid=24778 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 24401 0 -1 4202496 4573 0 1 0 22 1 0 0 20 0 18 0 29805419 9787879424 7199 33554432000 1073741824 1073778376 140733744562080 140733744553216 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24781/statm: 2389619 7199 2208 9 0 2380296 0
[pid=24781/tid=24782] ppid=24778 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/24781/task/24782/stat : 24782 (java) R 24778 24781 24401 0 -1 4202560 2407 0 1 0 17 0 0 0 20 0 18 0 29805419 9787879424 7199 33554432000 1073741824 1073778376 140733744562080 140331261591256 140331093928518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300251 s]
/proc/loadavg: 4.12 3.98 3.25 2/191 24781
/proc/meminfo: memFree=31131740/32872528 swapFree=447868/480572
[pid=24781] ppid=24778 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 24401 0 -1 4202496 5997 0 1 0 45 1 0 0 20 0 22 0 29805419 10060525568 9691 33554432000 1073741824 1073778376 140733744562080 140733744553216 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24781/statm: 2456183 9691 2237 9 0 2446860 0
[pid=24781/tid=24782] ppid=24778 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/24781/task/24782/stat : 24782 (java) S 24778 24781 24401 0 -1 4202560 2420 0 1 0 24 0 0 0 20 0 22 0 29805419 10060525568 9691 33554432000 1073741824 1073778376 140733744562080 140331261592440 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9824732

[startup+0.700296 s]
/proc/loadavg: 4.12 3.98 3.25 2/191 24781
/proc/meminfo: memFree=31131740/32872528 swapFree=447868/480572
[pid=24781] ppid=24778 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 24401 0 -1 4202496 8526 0 1 0 81 3 0 0 20 0 19 0 29805419 10060525568 11082 33554432000 1073741824 1073778376 140733744562080 140733744553216 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24781/statm: 2456183 11082 2251 9 0 2446860 0
[pid=24781/tid=24782] ppid=24778 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/24781/task/24782/stat : 24782 (java) S 24778 24781 24401 0 -1 4202560 2420 0 1 0 24 0 0 0 20 0 19 0 29805419 10060525568 11082 33554432000 1073741824 1073778376 140733744562080 140331261592440 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.11 3.98 3.26 4/213 24812
/proc/meminfo: memFree=30970532/32872528 swapFree=447868/480572
[pid=24781] ppid=24778 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 24401 0 -1 4202496 11339 0 1 0 117 6 0 0 20 0 19 0 29805419 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140733744553216 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24781/statm: 2456183 15676 2254 9 0 2446860 0
[pid=24781/tid=24782] ppid=24778 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/24781/task/24782/stat : 24782 (java) S 24778 24781 24401 0 -1 4202560 2421 0 1 0 24 0 0 0 20 0 19 0 29805419 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331261592440 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24784] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29805420 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331223083432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24785] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29805420 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331222030888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24786] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29805420 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331220977832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24787] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29805420 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331219925288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24788] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29805420 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331218873256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24789] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29805420 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331217820712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24790] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29805420 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331216767656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24791] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 24401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29805420 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331215715112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24792] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 24401 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29805421 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331085425000 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24793] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 24401 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29805422 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331084371320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24794] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29805422 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331083318152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24795] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29805424 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331082266896 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24796] ppid=24778 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 24401 0 -1 4202560 1473 0 0 0 25 0 0 0 20 0 19 0 29805424 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331081214776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24797] ppid=24778 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/24781/task/24797/stat : 24797 (java) R 24778 24781 24401 0 -1 4202560 6102 0 0 0 41 0 0 0 20 0 19 0 29805424 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331080138912 140331265709500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24798] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24798/stat : 24798 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29805424 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140331079109368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24799] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24799/stat : 24799 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29805424 10060525568 15676 33554432000 1073741824 1073778376 140733744562080 140330070436936 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9824732

[startup+3.10075 s]
/proc/loadavg: 4.11 3.98 3.26 3/213 24821
/proc/meminfo: memFree=30945032/32872528 swapFree=447868/480572
[pid=24781] ppid=24778 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 24401 0 -1 4202496 15438 0 1 0 273 12 0 0 20 0 22 0 29805419 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140733744553216 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24781/statm: 2456183 43948 2281 9 0 2446860 0
[pid=24781/tid=24782] ppid=24778 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/24781/task/24782/stat : 24782 (java) S 24778 24781 24401 0 -1 4202560 2422 0 1 0 25 0 0 0 20 0 22 0 29805419 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331261592440 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24784] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29805420 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331223083432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24785] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29805420 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331222030888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24786] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29805420 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331220977832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24787] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 24401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29805420 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331219925288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24788] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 24401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29805420 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331218873256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24789] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29805420 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331217820712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24790] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29805420 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331216767656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24791] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 24401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29805420 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331215715112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24792] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 24401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29805421 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331085425000 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24793] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29805422 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331084371320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24794] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 24401 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29805422 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331083318152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24795] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29805424 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331082266896 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24796] ppid=24778 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) R 24778 24781 24401 0 -1 4202560 4925 0 0 0 65 0 0 0 20 0 22 0 29805424 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331081212048 235378099345 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24797] ppid=24778 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/24781/task/24797/stat : 24797 (java) R 24778 24781 24401 0 -1 4202560 6638 0 0 0 78 0 0 0 20 0 22 0 29805424 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331080162112 140331267739837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24798] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24798/stat : 24798 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29805424 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140331079109368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24799] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24799/stat : 24799 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29805424 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140330070436936 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24815] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24815/stat : 24815 (java) S 24778 24781 24401 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29805546 10060525568 43948 33554432000 1073741824 1073778376 140733744562080 140330066224296 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.10 3.98 3.26 6/217 24831
/proc/meminfo: memFree=30269688/32872528 swapFree=447868/480572
[pid=24781] ppid=24778 vsize=9824732 CPUtime=9.75 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 24401 0 -1 4202496 20358 0 1 0 948 27 0 0 20 0 22 0 29805419 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140733744553216 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24781/statm: 2456183 126641 2283 9 0 2446860 0
[pid=24781/tid=24782] ppid=24778 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/24781/task/24782/stat : 24782 (java) S 24778 24781 24401 0 -1 4202560 2422 0 1 0 25 0 0 0 20 0 22 0 29805419 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331261592440 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24784] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 24401 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29805420 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331223083432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24785] ppid=24778 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 24401 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 29805420 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331222030888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24786] ppid=24778 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 24401 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 29805420 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331220977832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24787] ppid=24778 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 24401 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 29805420 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331219925288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24788] ppid=24778 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 24401 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 22 0 29805420 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331218873256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24789] ppid=24778 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 24401 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 29805420 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331217820712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24790] ppid=24778 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 24401 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 22 0 29805420 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331216767656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24791] ppid=24778 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 24401 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 22 0 29805420 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331215715112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24792] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 24401 0 -1 4202560 192 0 0 0 0 0 0 0 20 0 22 0 29805421 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331085425000 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24793] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29805422 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331084371320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24794] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 24401 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29805422 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331083318152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24795] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29805424 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331082266896 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24796] ppid=24778 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 24401 0 -1 4202560 9326 0 0 0 111 0 0 0 20 0 22 0 29805424 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331081214776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24797] ppid=24778 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/24781/task/24797/stat : 24797 (java) S 24778 24781 24401 0 -1 4202560 6698 0 0 0 101 0 0 0 20 0 22 0 29805424 10060525568 126641 33554432000 1073741824 1073778376 140733744562080 140331080162232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24798] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 24401 0 -1 4202560 372 0 0 0 257 6 0 0 20 0 22 0 29805420 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140331215715112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24792] ppid=24778 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 24401 0 -1 4202560 1416 0 0 0 194 30 0 0 20 0 22 0 29805421 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140331085425000 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24793] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29805422 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140331084371320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24794] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 24401 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29805422 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140331083318152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24795] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29805424 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140331082266896 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24796] ppid=24778 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 24401 0 -1 4202560 9330 0 0 0 120 0 0 0 20 0 22 0 29805424 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140331081214776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24797] ppid=24778 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/24781/task/24797/stat : 24797 (java) S 24778 24781 24401 0 -1 4202560 8176 0 0 0 134 1 0 0 20 0 22 0 29805424 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140331080162232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24798] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24798/stat : 24798 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29805424 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140331079109368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24799] ppid=24778 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/24781/task/24799/stat : 24799 (java) S 24778 24781 24401 0 -1 4202560 51 0 0 0 15 12 0 0 20 0 22 0 29805424 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140330070436936 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24815] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24815/stat : 24815 (java) S 24778 24781 24401 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29805546 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140330066224296 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24842] ppid=24778 vsize=9824732 CPUtime=782.88 cores=0,2,4,6
/proc/24781/task/24842/stat : 24842 (java) R 24778 24781 24401 0 -1 4202560 73 0 0 0 78276 12 0 0 20 0 22 0 29814348 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140330069379984 140331094358427 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24843] ppid=24778 vsize=9824732 CPUtime=782.9 cores=0,2,4,6
/proc/24781/task/24843/stat : 24843 (java) R 24778 24781 24401 0 -1 4202560 267 0 0 0 78278 12 0 0 20 0 22 0 29814348 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140330068327328 140331094491456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24844] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24844/stat : 24844 (java) S 24778 24781 24401 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29814348 10060525568 591713 33554432000 1073741824 1073778376 140733744562080 140330067276712 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1766.93
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.701 s]
/proc/loadavg: 4.04 4.09 3.76 3/214 24931
/proc/meminfo: memFree=28599016/32872528 swapFree=447868/480572
[pid=24781] ppid=24778 vsize=9824732 CPUtime=1799.89 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 24401 0 -1 4202496 27877 0 1 0 179836 153 0 0 20 0 22 0 29805419 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140733744553216 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24781/statm: 2456183 589552 2293 9 0 2446860 0
[pid=24781/tid=24782] ppid=24778 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/24781/task/24782/stat : 24782 (java) S 24778 24781 24401 0 -1 4202560 2430 0 1 0 26 3 0 0 20 0 22 0 29805419 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331261592440 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24784] ppid=24778 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 24401 0 -1 4202560 410 0 0 0 266 6 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331223083432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24785] ppid=24778 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 24401 0 -1 4202560 380 0 0 0 284 7 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331222030888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24786] ppid=24778 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 24401 0 -1 4202560 344 0 0 0 273 5 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331220977832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24787] ppid=24778 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 24401 0 -1 4202560 386 0 0 0 281 7 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331219925288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24788] ppid=24778 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 24401 0 -1 4202560 375 0 0 0 280 7 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331218873256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24789] ppid=24778 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 24401 0 -1 4202560 388 0 0 0 269 7 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331217820712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24790] ppid=24778 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 24401 0 -1 4202560 372 0 0 0 261 8 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331216767656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24791] ppid=24778 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 24401 0 -1 4202560 375 0 0 0 265 6 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331215715112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24792] ppid=24778 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 24401 0 -1 4202560 1416 0 0 0 195 31 0 0 20 0 22 0 29805421 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331085425000 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24793] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29805422 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331084371320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24794] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 24401 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29805422 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331083318152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24795] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29805424 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331082266896 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24796] ppid=24778 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 24401 0 -1 4202560 9330 0 0 0 120 0 0 0 20 0 22 0 29805424 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331081214776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24797] ppid=24778 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/24781/task/24797/stat : 24797 (java) S 24778 24781 24401 0 -1 4202560 8176 0 0 0 134 1 0 0 20 0 22 0 29805424 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331080162232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24798] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24798/stat : 24798 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29805424 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331079109368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24799] ppid=24778 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/24781/task/24799/stat : 24799 (java) S 24778 24781 24401 0 -1 4202560 53 0 0 0 16 12 0 0 20 0 22 0 29805424 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140330070436936 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24815] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24815/stat : 24815 (java) S 24778 24781 24401 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29805546 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140330066224296 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24842] ppid=24778 vsize=9824732 CPUtime=799.09 cores=0,2,4,6
/proc/24781/task/24842/stat : 24842 (java) R 24778 24781 24401 0 -1 4202560 74 0 0 0 79896 13 0 0 20 0 22 0 29814348 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140330069380752 140331094358427 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24843] ppid=24778 vsize=9824732 CPUtime=799.1 cores=0,2,4,6
/proc/24781/task/24843/stat : 24843 (java) R 24778 24781 24401 0 -1 4202560 272 0 0 0 79897 13 0 0 20 0 22 0 29814348 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140330068326384 140331094491469 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24844] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24844/stat : 24844 (java) S 24778 24781 24401 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29814348 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140330067276712 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.89
Current children cumulated vsize (KiB) 9824732

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

[startup+898.701 s]
/proc/loadavg: 4.04 4.09 3.76 3/214 24931
/proc/meminfo: memFree=28599016/32872528 swapFree=447868/480572
[pid=24781] ppid=24778 vsize=9824732 CPUtime=1799.89 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 24401 0 -1 4202496 27877 0 1 0 179836 153 0 0 20 0 22 0 29805419 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140733744553216 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24781/statm: 2456183 589552 2293 9 0 2446860 0
[pid=24781/tid=24782] ppid=24778 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/24781/task/24782/stat : 24782 (java) S 24778 24781 24401 0 -1 4202560 2430 0 1 0 26 3 0 0 20 0 22 0 29805419 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331261592440 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24784] ppid=24778 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 24401 0 -1 4202560 410 0 0 0 266 6 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331223083432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24785] ppid=24778 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 24401 0 -1 4202560 380 0 0 0 284 7 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331222030888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24786] ppid=24778 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 24401 0 -1 4202560 344 0 0 0 273 5 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331220977832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24787] ppid=24778 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 24401 0 -1 4202560 386 0 0 0 281 7 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331219925288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24788] ppid=24778 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 24401 0 -1 4202560 375 0 0 0 280 7 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331218873256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24789] ppid=24778 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 24401 0 -1 4202560 388 0 0 0 269 7 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331217820712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24790] ppid=24778 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 24401 0 -1 4202560 372 0 0 0 261 8 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331216767656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24791] ppid=24778 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 24401 0 -1 4202560 375 0 0 0 265 6 0 0 20 0 22 0 29805420 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331215715112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24792] ppid=24778 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 24401 0 -1 4202560 1416 0 0 0 195 31 0 0 20 0 22 0 29805421 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331085425000 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24793] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29805422 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331084371320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24794] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 24401 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29805422 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331083318152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24795] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29805424 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331082266896 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24781/tid=24796] ppid=24778 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 24401 0 -1 4202560 9330 0 0 0 120 0 0 0 20 0 22 0 29805424 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331081214776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24797] ppid=24778 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/24781/task/24797/stat : 24797 (java) S 24778 24781 24401 0 -1 4202560 8176 0 0 0 134 1 0 0 20 0 22 0 29805424 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331080162232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24798] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24798/stat : 24798 (java) S 24778 24781 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29805424 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140331079109368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24799] ppid=24778 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/24781/task/24799/stat : 24799 (java) S 24778 24781 24401 0 -1 4202560 53 0 0 0 16 12 0 0 20 0 22 0 29805424 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140330070436936 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24815] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24815/stat : 24815 (java) S 24778 24781 24401 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29805546 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140330066224296 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24781/tid=24842] ppid=24778 vsize=9824732 CPUtime=799.09 cores=0,2,4,6
/proc/24781/task/24842/stat : 24842 (java) R 24778 24781 24401 0 -1 4202560 74 0 0 0 79896 13 0 0 20 0 22 0 29814348 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140330069380752 140331094358427 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24843] ppid=24778 vsize=9824732 CPUtime=799.1 cores=0,2,4,6
/proc/24781/task/24843/stat : 24843 (java) R 24778 24781 24401 0 -1 4202560 272 0 0 0 79897 13 0 0 20 0 22 0 29814348 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140330068326384 140331094491469 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24781/tid=24844] ppid=24778 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24844/stat : 24844 (java) S 24778 24781 24401 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29814348 10060525568 589552 33554432000 1073741824 1073778376 140733744562080 140330067276712 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.89
Current children cumulated vsize (KiB) 9824732

Child status: 143

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.240005
#  lost CPU user time (s): 0.270004
#  lost CPU system time (s): -0.03

Real time (s): 898.771
CPU time (s): 1800.13
CPU user time (s): 1798.63
CPU system time (s): 1.5
CPU usage (%): 200.288
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.51
system time used= 1.9607
maximum resident set size= 2860352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27923
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31914
involuntary context switches= 46846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.48217 second user time and 6.95394 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 21:19:13
IDJOB=4106794
IDBENCH=48262
IDSOLVER=2543
FILE ID=node104/4106794-1466277553
RUNJOBID= node104-1466276650-24417
PBS_JOBID= 19918266
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106794-1466277553/watcher-4106794-1466277553 -o /tmp/evaluation-result-4106794-1466277553/solver-4106794-1466277553 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466276650-24417 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106794-1466277553.opb

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

MD5SUM BENCH= 2468d4642d986af58e932976ec0c4f0e
RANDOM SEED=403706695

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31132268 kB
Buffers:          142924 kB
Cached:           258780 kB
SwapCached:        40452 kB
Active:           204236 kB
Inactive:         312892 kB
Active(anon):      77448 kB
Inactive(anon):    40080 kB
Active(file):     126788 kB
Inactive(file):   272812 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:              1764 kB
Writeback:             0 kB
AnonPages:        667468 kB
Mapped:            15020 kB
Shmem:                 0 kB
Slab:             607720 kB
SReclaimable:      51536 kB
SUnreclaim:       556184 kB
KernelStack:        1768 kB
PageTables:         5388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1161596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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= 71668 MiB
End job on node104 at 2016-06-18 21:34:12