Trace number 4103882

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)52428797515 1800.68 899.54

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mas74.opb
MD5SUMd879f5802b2059e72ece8e718d439f85
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark52428797515
Best CPU time to get the best result obtained on this benchmark1800.68
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 52428797515
Optimality of the best value was proved NO
Number of variables240
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint90
Maximum length of a constraint239
Number of terms in the objective function 240
Biggest coefficient in the objective function 1934281311383406679529881600000
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 3868562622766813359059763201675
Number of bits of the sum of numbers in the objective function 102
Biggest number in a constraint 1208925819614629174706176000000000
Number of bits of the biggest number in a constraint 110
Biggest sum of numbers in a constraint 2417851639229258350773194212202779
Number of bits of the biggest sum of numbers111
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4103882-1466249034.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.26/0.23	c ... done. Wall clock time 0.104s.
0.26/0.23	c declared #vars     240
0.26/0.23	c #constraints  14
0.26/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.26/0.23	c 14 constraints processed.
0.26/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13
0.26/0.23	c 14 constraints processed.
0.26/0.23	c objective function length is 240 literals
2.84/0.98	c cleaning 2494 clauses out of 5001 with flag 11201/5001
4.17/1.48	c cleaning 4248 clauses out of 8509 with flag 24151/11003
5.56/2.14	c cleaning 5615 clauses out of 11258 with flag 39246/18000
7.17/2.97	c cleaning 6816 clauses out of 13646 with flag 56380/26003
9.19/4.00	c cleaning 7908 clauses out of 15828 with flag 75662/35001
11.59/5.19	c cleaning 8949 clauses out of 17919 with flag 97385/45000
14.57/6.57	c cleaning 9976 clauses out of 19972 with flag 121125/56002
18.25/8.32	c cleaning 10989 clauses out of 21994 with flag 147057/68000
21.90/10.12	c cleaning 11995 clauses out of 24007 with flag 176357/81002
25.10/11.74	c And the winner is solver1
25.35/12.24	c SATISFIABLE
25.35/12.24	c OPTIMIZING...
25.35/12.24	c Got one! Elapsed wall clock time (in seconds):12.111
25.35/12.24	o 3200000000000000640
26.92/13.01	c cleaning 14948 clauses out of 29897 with flag 13238/98887
28.35/13.71	c cleaning 10474 clauses out of 20950 with flag 28259/104888
29.57/14.39	c cleaning 8738 clauses out of 17476 with flag 46278/111888
31.19/15.17	c cleaning 8369 clauses out of 16737 with flag 67433/119887
32.79/15.99	c cleaning 8685 clauses out of 17369 with flag 91032/128888
32.99/16.00	c And the winner is solver0
33.70/16.79	c Got one! Elapsed wall clock time (in seconds):16.664
33.70/16.79	o 429509836797515
34.57/17.21	c cleaning 6956 clauses out of 13911 with flag 12092/134115
35.57/17.71	c cleaning 6477 clauses out of 12954 with flag 26670/140114
36.57/18.29	c cleaning 6738 clauses out of 13477 with flag 44354/147114
38.16/19.01	c cleaning 7370 clauses out of 14740 with flag 64973/155115
39.81/19.89	c cleaning 8185 clauses out of 16370 with flag 88732/164115
42.01/20.97	c cleaning 9092 clauses out of 18185 with flag 114905/174115
44.21/22.02	c cleaning 10046 clauses out of 20093 with flag 144115/185115
46.41/23.20	c cleaning 11023 clauses out of 22046 with flag 176110/197114
49.19/24.56	c cleaning 12012 clauses out of 24023 with flag 211355/210114
52.44/26.18	c cleaning 13004 clauses out of 26012 with flag 248669/224115
56.03/27.98	c cleaning 14004 clauses out of 28008 with flag 289882/239115
60.03/29.92	c cleaning 15002 clauses out of 30003 with flag 333767/255114
64.25/32.06	c cleaning 16001 clauses out of 32001 with flag 380775/272114
69.03/34.43	c cleaning 16999 clauses out of 34001 with flag 431636/290115
74.23/37.04	c cleaning 17997 clauses out of 36001 with flag 483490/309114
79.68/39.72	c cleaning 19001 clauses out of 38004 with flag 537493/329114
85.26/42.52	c cleaning 19999 clauses out of 40003 with flag 593450/350114
91.06/45.43	c cleaning 20999 clauses out of 42004 with flag 651189/372114
97.07/48.47	c cleaning 21999 clauses out of 44005 with flag 712688/395114
103.46/51.62	c cleaning 23002 clauses out of 46006 with flag 773104/419114
110.27/55.09	c cleaning 24001 clauses out of 48007 with flag 834830/444117
117.51/58.61	c cleaning 24998 clauses out of 50003 with flag 894597/470114
124.91/62.33	c cleaning 25997 clauses out of 52005 with flag 957942/497114
133.11/66.48	c cleaning 27000 clauses out of 54009 with flag 1023859/525115
142.50/71.16	c cleaning 28004 clauses out of 56008 with flag 1090655/554114
151.96/75.87	c cleaning 28999 clauses out of 58004 with flag 1159184/584114
162.35/81.03	c cleaning 30000 clauses out of 60005 with flag 1228102/615114
173.17/86.46	c cleaning 30999 clauses out of 62010 with flag 1301727/647119
184.38/92.07	c cleaning 31994 clauses out of 64006 with flag 1376100/680114
196.03/97.81	c cleaning 33001 clauses out of 66013 with flag 1451885/714115
207.83/103.72	c cleaning 34003 clauses out of 68012 with flag 1528546/749115
221.02/110.33	c cleaning 35002 clauses out of 70010 with flag 1607323/785116
233.66/116.62	c cleaning 36003 clauses out of 72006 with flag 1688894/822114
246.44/123.09	c cleaning 36999 clauses out of 74003 with flag 1772088/860114
260.05/129.87	c cleaning 38001 clauses out of 76006 with flag 1856592/899116
273.25/136.45	c cleaning 38996 clauses out of 78004 with flag 1942600/939115
289.50/144.55	c cleaning 39997 clauses out of 80007 with flag 2030914/980114
306.90/153.22	c cleaning 41002 clauses out of 82010 with flag 2122097/1022114
326.49/163.04	c cleaning 42004 clauses out of 84009 with flag 2215144/1065115
347.17/173.36	c cleaning 42995 clauses out of 86004 with flag 2309464/1109114
367.57/183.55	c cleaning 44002 clauses out of 88009 with flag 2406363/1154114
388.97/194.29	c cleaning 45001 clauses out of 90007 with flag 2504988/1200114
408.82/204.10	c cleaning 45998 clauses out of 92008 with flag 2607906/1247116
430.27/214.88	c cleaning 47000 clauses out of 94008 with flag 2712856/1295114
451.89/225.67	c cleaning 48000 clauses out of 96008 with flag 2819958/1344114
475.47/237.49	c cleaning 49003 clauses out of 98011 with flag 2927495/1394117
498.93/249.14	c cleaning 49994 clauses out of 100005 with flag 3040296/1445114
523.52/261.48	c cleaning 51002 clauses out of 102011 with flag 3151892/1497114
548.28/273.90	c cleaning 52001 clauses out of 104010 with flag 3264663/1550115
573.87/286.61	c cleaning 53002 clauses out of 106009 with flag 3383306/1604115
600.08/299.79	c cleaning 54002 clauses out of 108009 with flag 3503117/1659117
626.90/313.17	c cleaning 54992 clauses out of 110004 with flag 3624442/1715114
656.13/327.71	c cleaning 56003 clauses out of 112012 with flag 3745238/1772114
678.24/338.77	c And the winner is solver1
678.47/338.84	c Got one! Elapsed wall clock time (in seconds):338.713
678.47/338.84	o 52428797515
684.03/341.60	c cleaning 52847 clauses out of 105699 with flag 12591/1821804
687.24/343.25	c cleaning 29426 clauses out of 58851 with flag 27279/1827803
689.46/344.36	c cleaning 18213 clauses out of 36426 with flag 45374/1834804
691.45/345.30	c cleaning 13107 clauses out of 26213 with flag 66392/1842804
693.45/346.39	c cleaning 11053 clauses out of 22106 with flag 90352/1851804
696.06/347.62	c cleaning 10523 clauses out of 21054 with flag 117046/1861805
698.46/348.90	c cleaning 10766 clauses out of 21532 with flag 145396/1872806
701.45/350.32	c cleaning 11381 clauses out of 22763 with flag 177813/1884803
704.65/351.97	c cleaning 12192 clauses out of 24383 with flag 212867/1897804
708.27/353.72	c cleaning 13095 clauses out of 26191 with flag 250446/1911804
712.27/355.71	c cleaning 14045 clauses out of 28095 with flag 291079/1926803
716.46/357.80	c cleaning 15026 clauses out of 30051 with flag 337423/1942804
720.66/359.90	c cleaning 16013 clauses out of 32026 with flag 383904/1959805
725.50/362.38	c cleaning 16999 clauses out of 34011 with flag 434784/1977803
730.90/365.05	c cleaning 18001 clauses out of 36012 with flag 486943/1996803
736.70/367.94	c cleaning 19006 clauses out of 38012 with flag 543151/2016804
742.91/371.08	c cleaning 19998 clauses out of 40006 with flag 601676/2037804
749.71/374.41	c cleaning 21003 clauses out of 42011 with flag 662017/2059807
756.71/377.94	c cleaning 22002 clauses out of 44005 with flag 725044/2082804
764.32/381.71	c cleaning 22998 clauses out of 46002 with flag 788586/2106803
772.11/385.64	c cleaning 24002 clauses out of 48006 with flag 856626/2131805
780.51/389.80	c cleaning 24994 clauses out of 50002 with flag 926142/2157803
789.10/394.19	c cleaning 26002 clauses out of 52009 with flag 999136/2184804
798.90/399.03	c cleaning 27002 clauses out of 54006 with flag 1074908/2212803
808.72/403.91	c cleaning 28001 clauses out of 56005 with flag 1154397/2241804
818.74/408.95	c cleaning 29001 clauses out of 58003 with flag 1236284/2271803
830.13/414.66	c cleaning 30000 clauses out of 60003 with flag 1322216/2302804
842.80/420.98	c cleaning 31000 clauses out of 62003 with flag 1409278/2334804
856.59/427.84	c cleaning 31999 clauses out of 64002 with flag 1501184/2367803
871.19/435.14	c cleaning 33003 clauses out of 66005 with flag 1593893/2401805
887.19/443.19	c cleaning 33999 clauses out of 68001 with flag 1693177/2436804
902.60/450.86	c cleaning 34998 clauses out of 70001 with flag 1794118/2472803
917.80/458.46	c cleaning 36001 clauses out of 72004 with flag 1895370/2509804
934.99/467.02	c cleaning 36997 clauses out of 74002 with flag 2000697/2547803
953.39/476.29	c cleaning 38000 clauses out of 76005 with flag 2107726/2586803
975.26/487.14	c cleaning 39002 clauses out of 78005 with flag 2220394/2626803
996.46/497.75	c cleaning 40000 clauses out of 80004 with flag 2332939/2667804
1018.07/508.59	c cleaning 41002 clauses out of 82004 with flag 2452620/2709804
1041.47/520.29	c cleaning 42000 clauses out of 84001 with flag 2573273/2752803
1065.88/532.42	c cleaning 42999 clauses out of 86002 with flag 2697770/2796804
1089.27/544.16	c cleaning 44001 clauses out of 88002 with flag 2825583/2841803
1114.49/556.74	c cleaning 44997 clauses out of 90001 with flag 2958772/2887803
1144.13/571.59	c cleaning 45999 clauses out of 92004 with flag 3090137/2934803
1170.73/584.80	c cleaning 46999 clauses out of 94006 with flag 3222664/2982804
1200.54/599.79	c cleaning 47997 clauses out of 96007 with flag 3359515/3031804
1236.53/617.75	c cleaning 49003 clauses out of 98009 with flag 3503834/3081803
1272.53/635.77	c cleaning 50002 clauses out of 100007 with flag 3660003/3132804
1308.73/653.89	c cleaning 50998 clauses out of 102004 with flag 3819553/3184803
1343.40/671.19	c cleaning 52003 clauses out of 104006 with flag 3968822/3237803
1379.98/689.43	c cleaning 53000 clauses out of 106003 with flag 4120124/3291803
1414.99/706.92	c cleaning 53997 clauses out of 108003 with flag 4270223/3346803
1451.39/725.19	c cleaning 55003 clauses out of 110006 with flag 4425654/3402803
1491.19/745.00	c cleaning 55996 clauses out of 112004 with flag 4586245/3459804
1538.79/768.84	c cleaning 57003 clauses out of 114007 with flag 4747433/3517803
1583.67/791.24	c cleaning 58001 clauses out of 116005 with flag 4912709/3576804
1634.86/816.87	c cleaning 59002 clauses out of 118003 with flag 5083003/3636803
1685.47/842.13	c cleaning 59999 clauses out of 120002 with flag 5251418/3697804
1739.48/869.15	c cleaning 60999 clauses out of 122003 with flag 5426657/3759804
1800.04/899.40	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.04/899.40	c starts		: 45840
1800.04/899.40	c conflicts		: 3822080
1800.04/899.40	c decisions		: 8670341
1800.04/899.40	c propagations		: 33074262
1800.04/899.40	c inspects		: 15533816637
1800.04/899.40	c shortcuts		: 0
1800.04/899.40	c learnt literals	: 0
1800.04/899.40	c learnt binary clauses	: 0
1800.04/899.40	c learnt ternary clauses	: 0
1800.04/899.40	c learnt constraints	: 3822080
1800.04/899.40	c ignored constraints	: 0
1800.04/899.40	c root simplifications	: 0
1800.04/899.40	c removed literals (reason simplification)	: 31844284
1800.04/899.40	c reason swapping (by a shorter reason)	: 0
1800.04/899.40	c Calls to reduceDB	: 125
1800.04/899.40	c Number of update (reduction) of LBD	: 913946
1800.04/899.40	c Imported unit clauses	: 0
1800.04/899.40	c number of reductions to clauses (during analyze)	: 0
1800.04/899.40	c number of learned constraints concerned by reduction	: 0
1800.04/899.40	c number of learning phase by resolution	: 0
1800.04/899.40	c number of learning phase by cutting planes	: 0
1800.04/899.40	c speed (assignments/second)	: 59002.70624648786
1800.04/899.40	c non guided choices	22
1800.04/899.43	c learnt constraints type 
1800.04/899.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123281
1800.04/899.43	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.04/899.43	c starts		: 6
1800.04/899.43	c conflicts		: 314
1800.04/899.43	c decisions		: 4395
1800.04/899.43	c propagations		: 9746
1800.04/899.43	c inspects		: 485729
1800.04/899.43	c shortcuts		: 0
1800.04/899.43	c learnt literals	: 0
1800.04/899.43	c learnt binary clauses	: 0
1800.04/899.43	c learnt ternary clauses	: 0
1800.04/899.43	c learnt constraints	: 312
1800.04/899.43	c ignored constraints	: 0
1800.04/899.43	c root simplifications	: 0
1800.04/899.43	c removed literals (reason simplification)	: 0
1800.04/899.43	c reason swapping (by a shorter reason)	: 0
1800.04/899.43	c Calls to reduceDB	: 0
1800.04/899.43	c Number of update (reduction) of LBD	: 0
1800.04/899.43	c Imported unit clauses	: 0
1800.04/899.43	c number of reductions to clauses (during analyze)	: 0
1800.04/899.43	c number of learned constraints concerned by reduction	: 0
1800.04/899.43	c number of learning phase by resolution	: 0
1800.04/899.43	c number of learning phase by cutting planes	: 0
1800.04/899.43	c speed (assignments/second)	: 11.041961947944388
1800.04/899.43	c non guided choices	0
1800.04/899.43	c learnt constraints type 
1800.04/899.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 312
1800.04/899.43	s SATISFIABLE
1800.04/899.43	c Found 3 solution(s)
1800.04/899.43	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 x51 -x52 -x53 x54 -x55 x56 -x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 x228 x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 
1800.04/899.43	c objective function=52428797515
1800.04/899.43	c Total wall clock time (in seconds): 899.303

Verifier Data

OK	52428797515

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-4103882-1466249034/watcher-4103882-1466249034 -o /tmp/evaluation-result-4103882-1466249034/solver-4103882-1466249034 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466240252-18374 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103882-1466249034.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.77 2.50 3.03 3/196 20990
/proc/meminfo: memFree=29122444/32872528 swapFree=1286400/1433568
[pid=20990] ppid=20987 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/20990/stat : 20990 (java) R 20987 20990 18358 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 26950144 9515008 176 33554432000 1073741824 1073778376 140733945778224 140733945775352 214369649552 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20990/statm: 2323 176 133 9 0 71 0

[startup+0.100017 s]
/proc/loadavg: 2.77 2.50 3.03 3/196 20990
/proc/meminfo: memFree=29122444/32872528 swapFree=1286400/1433568
[pid=20990] ppid=20987 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/20990/stat : 20990 (java) S 20987 20990 18358 0 -1 4202496 4303 0 1 0 7 1 0 0 20 0 18 0 26950144 9787879424 5432 33554432000 1073741824 1073778376 140737451832064 140737451823200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20990/statm: 2389619 5432 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200208 s]
/proc/loadavg: 2.77 2.50 3.03 3/196 20990
/proc/meminfo: memFree=29122444/32872528 swapFree=1286400/1433568
[pid=20990] ppid=20987 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/20990/stat : 20990 (java) S 20987 20990 18358 0 -1 4202496 4828 0 1 0 25 1 0 0 20 0 18 0 26950144 9787879424 7372 33554432000 1073741824 1073778376 140737451832064 140737451823200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20990/statm: 2389619 7372 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 2.77 2.50 3.03 3/196 20990
/proc/meminfo: memFree=29122444/32872528 swapFree=1286400/1433568
[pid=20990] ppid=20987 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/20990/stat : 20990 (java) S 20987 20990 18358 0 -1 4202496 12029 0 1 0 55 3 0 0 20 0 22 0 26950144 10060525568 14159 33554432000 1073741824 1073778376 140737451832064 140737451823200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20990/statm: 2456183 14161 2236 9 0 2446860 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824732

[startup+0.700186 s]
/proc/loadavg: 2.77 2.50 3.03 3/196 20990
/proc/meminfo: memFree=29122444/32872528 swapFree=1286400/1433568
[pid=20990] ppid=20987 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/20990/stat : 20990 (java) S 20987 20990 18358 0 -1 4202496 19048 0 1 0 213 5 0 0 20 0 22 0 26950144 10060525568 19994 33554432000 1073741824 1073778376 140737451832064 140737451823200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20990/statm: 2456183 19994 2255 9 0 2446860 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 2.77 2.50 3.03 5/218 21012
/proc/meminfo: memFree=28999868/32872528 swapFree=1286400/1433568
[pid=20990] ppid=20987 vsize=9824732 CPUtime=4.36 cores=0,2,4,6
/proc/20990/stat : 20990 (java) S 20987 20990 18358 0 -1 4202496 23441 0 1 0 429 7 0 0 20 0 22 0 26950144 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140737451823200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20990/statm: 2456183 42314 2267 9 0 2446860 0
[pid=20990/tid=20992] ppid=20987 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/20990/task/20992/stat : 20992 (java) S 20987 20990 18358 0 -1 4202560 2421 0 1 0 18 1 0 0 20 0 22 0 26950146 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054443684728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=20993] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20993/stat : 20993 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054405175592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=20994] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20994/stat : 20994 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054404122792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=20995] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20995/stat : 20995 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054403070504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20996] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20996/stat : 20996 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054402017704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=20997] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20997/stat : 20997 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054400965416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=20998] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20998/stat : 20998 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054399912616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=20999] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20999/stat : 20999 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054398860328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21000] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21000/stat : 21000 (java) S 20987 20990 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054397807528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21001] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21001/stat : 21001 (java) S 20987 20990 18358 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054267676904 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21002] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21002/stat : 21002 (java) S 20987 20990 18358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054266622968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21003] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21003/stat : 21003 (java) S 20987 20990 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054265570568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21004] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21004/stat : 21004 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950151 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054264519056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21005] ppid=20987 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/20990/task/21005/stat : 21005 (java) S 20987 20990 18358 0 -1 4202560 5865 0 0 0 70 0 0 0 20 0 22 0 26950151 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054263466680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21006] ppid=20987 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/20990/task/21006/stat : 21006 (java) S 20987 20990 18358 0 -1 4202560 13717 0 0 0 89 3 0 0 20 0 22 0 26950151 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054262413880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21007] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21007/stat : 21007 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950152 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054261361784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21008] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21008/stat : 21008 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950152 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054260309192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21009] ppid=20987 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/20990/task/21009/stat : 21009 (java) R 20987 20990 18358 0 -1 4202560 42 0 0 0 124 0 0 0 20 0 22 0 26950168 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054259244816 140054270444253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=21010] ppid=20987 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/20990/task/21010/stat : 21010 (java) R 20987 20990 18358 0 -1 4202560 118 0 0 0 121 2 0 0 20 0 22 0 26950168 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054258200824 140054270523909 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=21011] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21011/stat : 21011 (java) S 20987 20990 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26950169 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054257149096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21012] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21012/stat : 21012 (java) S 20987 20990 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26950169 10060525568 42314 33554432000 1073741824 1073778376 140737451832064 140054256096296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 9824732

[startup+3.101 s]
/proc/loadavg: 2.77 2.50 3.03 4/218 21012
/proc/meminfo: memFree=28944076/32872528 swapFree=1286400/1433568
[pid=20990] ppid=20987 vsize=9824732 CPUtime=7.59 cores=0,2,4,6
/proc/20990/stat : 20990 (java) S 20987 20990 18358 0 -1 4202496 23482 0 1 0 751 8 0 0 20 0 22 0 26950144 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140737451823200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20990/statm: 2456183 46433 2280 9 0 2446860 0
[pid=20990/tid=20992] ppid=20987 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/20990/task/20992/stat : 20992 (java) S 20987 20990 18358 0 -1 4202560 2421 0 1 0 18 1 0 0 20 0 22 0 26950146 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054443684728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=20993] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20993/stat : 20993 (java) S 20987 20990 18358 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054405175592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=20994] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20994/stat : 20994 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054404122792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=20995] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20995/stat : 20995 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054403070504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20996] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20996/stat : 20996 (java) S 20987 20990 18358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054402017704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=20997] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20997/stat : 20997 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054400965416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20998] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20998/stat : 20998 (java) S 20987 20990 18358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054399912616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=20999] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20999/stat : 20999 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054398860328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21000] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21000/stat : 21000 (java) S 20987 20990 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054397807528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=21001] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21001/stat : 21001 (java) S 20987 20990 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054267676904 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=21002] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21002/stat : 21002 (java) S 20987 20990 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054266622968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21003] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21003/stat : 21003 (java) S 20987 20990 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054265570568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21004] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21004/stat : 21004 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950151 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054264519056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21005] ppid=20987 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/20990/task/21005/stat : 21005 (java) S 20987 20990 18358 0 -1 4202560 5866 0 0 0 74 0 0 0 20 0 22 0 26950151 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054263466680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21006] ppid=20987 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/20990/task/21006/stat : 21006 (java) S 20987 20990 18358 0 -1 4202560 13717 0 0 0 89 3 0 0 20 0 22 0 26950151 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054262413880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21007] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21007/stat : 21007 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950152 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054261361784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21008] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21008/stat : 21008 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950152 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054260309192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21009] ppid=20987 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/20990/task/21009/stat : 21009 (java) R 20987 20990 18358 0 -1 4202560 42 0 0 0 283 0 0 0 20 0 22 0 26950168 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054259244816 140054270534972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=21010] ppid=20987 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/20990/task/21010/stat : 21010 (java) R 20987 20990 18358 0 -1 4202560 125 0 0 0 280 2 0 0 20 0 22 0 26950168 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054258199256 140054270523840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21011] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21011/stat : 21011 (java) S 20987 20990 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26950169 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054257149096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21012] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21012/stat : 21012 (java) S 20987 20990 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26950169 10060525568 46433 33554432000 1073741824 1073778376 140737451832064 140054256096296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 2.79 2.50 3.02 4/218 21012
/proc/meminfo: memFree=28927832/32872528 swapFree=1286400/1433568
[pid=20990] ppid=20987 vsize=9824732 CPUtime=14.15 cores=0,2,4,6
/proc/20990/stat : 20990 (java) S 20987 20990 18358 0 -1 4202496 23519 0 1 0 1406 9 0 0 20 0 22 0 26950144 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140737451823200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20990/statm: 2456183 50384 2282 9 0 2446860 0
[pid=20990/tid=20992] ppid=20987 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/20990/task/20992/stat : 20992 (java) S 20987 20990 18358 0 -1 4202560 2421 0 1 0 18 1 0 0 20 0 22 0 26950146 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054443684728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=20993] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20993/stat : 20993 (java) S 20987 20990 18358 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054405175592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=20994] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20994/stat : 20994 (java) S 20987 20990 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054404122792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=20995] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20995/stat : 20995 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054403070504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20996] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20996/stat : 20996 (java) S 20987 20990 18358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054402017704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=20997] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20997/stat : 20997 (java) S 20987 20990 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054400965416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=20998] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20998/stat : 20998 (java) S 20987 20990 18358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054399912616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=20999] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/20999/stat : 20999 (java) S 20987 20990 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054398860328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=21000] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21000/stat : 21000 (java) S 20987 20990 18358 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 26950147 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054397807528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=21001] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21001/stat : 21001 (java) S 20987 20990 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054267676904 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=21002] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21002/stat : 21002 (java) S 20987 20990 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054266622968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21003] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21003/stat : 21003 (java) S 20987 20990 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054265570568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21004] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21004/stat : 21004 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950151 10060525568 50384 33554432000 1073741824 1073778376 140737451832064 140054264519056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21005] ppid=20987 vsize=9824732 CPUtime=0.78 cores=0,2,4,6

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

[pid=20990/tid=21018] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21018/stat : 21018 (java) S 20987 20990 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26951825 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054257148712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21025] ppid=20987 vsize=9824732 CPUtime=481.93 cores=0,2,4,6
/proc/20990/task/21025/stat : 21025 (java) R 20987 20990 18358 0 -1 4202560 32 0 0 0 48186 7 0 0 20 0 22 0 26984030 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054258192480 140054270347077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=21026] ppid=20987 vsize=9824732 CPUtime=482.96 cores=0,2,4,6
/proc/20990/task/21026/stat : 21026 (java) R 20987 20990 18358 0 -1 4202560 636 0 0 0 48286 10 0 0 20 0 22 0 26984030 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054259251312 140054270523861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21027] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21027/stat : 21027 (java) S 20987 20990 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26984030 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054256096680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1645.87
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.12 3.17 3.16 5/218 21042
/proc/meminfo: memFree=26816312/32872528 swapFree=1286400/1433568
[pid=20990] ppid=20987 vsize=9824732 CPUtime=1765.88 cores=0,2,4,6
/proc/20990/stat : 20990 (java) S 20987 20990 18358 0 -1 4202496 29461 0 1 0 176378 210 0 0 20 0 22 0 26950144 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140737451823200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20990/statm: 2456183 289514 2294 9 0 2446860 0
[pid=20990/tid=20992] ppid=20987 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/20990/task/20992/stat : 20992 (java) S 20987 20990 18358 0 -1 4202560 2423 0 1 0 21 3 0 0 20 0 22 0 26950146 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054443684728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=20993] ppid=20987 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/20990/task/20993/stat : 20993 (java) S 20987 20990 18358 0 -1 4202560 235 0 0 0 36 8 0 0 20 0 22 0 26950147 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054405175592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=20994] ppid=20987 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/20990/task/20994/stat : 20994 (java) S 20987 20990 18358 0 -1 4202560 403 0 0 0 40 11 0 0 20 0 22 0 26950147 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054404122792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20995] ppid=20987 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/20990/task/20995/stat : 20995 (java) S 20987 20990 18358 0 -1 4202560 218 0 0 0 38 8 0 0 20 0 22 0 26950147 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054403070504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=20996] ppid=20987 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/20990/task/20996/stat : 20996 (java) S 20987 20990 18358 0 -1 4202560 201 0 0 0 28 7 0 0 20 0 22 0 26950147 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054402017704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20997] ppid=20987 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/20990/task/20997/stat : 20997 (java) S 20987 20990 18358 0 -1 4202560 479 0 0 0 36 10 0 0 20 0 22 0 26950147 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054400965416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=20998] ppid=20987 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/20990/task/20998/stat : 20998 (java) S 20987 20990 18358 0 -1 4202560 476 0 0 0 38 11 0 0 20 0 22 0 26950147 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054399912616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20999] ppid=20987 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/20990/task/20999/stat : 20999 (java) S 20987 20990 18358 0 -1 4202560 344 0 0 0 40 10 0 0 20 0 22 0 26950147 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054398860328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=21000] ppid=20987 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/20990/task/21000/stat : 21000 (java) S 20987 20990 18358 0 -1 4202560 327 0 0 0 32 9 0 0 20 0 22 0 26950147 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054397807528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=21001] ppid=20987 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/20990/task/21001/stat : 21001 (java) S 20987 20990 18358 0 -1 4202560 567 0 0 0 53 96 0 0 20 0 22 0 26950149 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054267676904 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21002] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21002/stat : 21002 (java) S 20987 20990 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054266622968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21003] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21003/stat : 21003 (java) S 20987 20990 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054265570568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21004] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21004/stat : 21004 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950151 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054264519056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21005] ppid=20987 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/20990/task/21005/stat : 21005 (java) S 20987 20990 18358 0 -1 4202560 7791 0 0 0 105 2 0 0 20 0 22 0 26950151 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054263466680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21006] ppid=20987 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/20990/task/21006/stat : 21006 (java) S 20987 20990 18358 0 -1 4202560 13717 0 0 0 102 3 0 0 20 0 22 0 26950151 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054262413880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=21007] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21007/stat : 21007 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950152 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054261361784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21008] ppid=20987 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/20990/task/21008/stat : 21008 (java) S 20987 20990 18358 0 -1 4202560 51 0 0 0 13 15 0 0 20 0 22 0 26950152 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054260309192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21018] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21018/stat : 21018 (java) S 20987 20990 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26951825 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054257148712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21025] ppid=20987 vsize=9824732 CPUtime=541.94 cores=0,2,4,6
/proc/20990/task/21025/stat : 21025 (java) R 20987 20990 18358 0 -1 4202560 32 0 0 0 54186 8 0 0 20 0 22 0 26984030 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054258192480 140054270534972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=21026] ppid=20987 vsize=9824732 CPUtime=542.97 cores=0,2,4,6
/proc/20990/task/21026/stat : 21026 (java) R 20987 20990 18358 0 -1 4202560 636 0 0 0 54286 11 0 0 20 0 22 0 26984030 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054259251312 140054270523932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21027] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21027/stat : 21027 (java) S 20987 20990 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26984030 10060525568 289514 33554432000 1073741824 1073778376 140737451832064 140054256096680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1765.88
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.401 s]
/proc/loadavg: 3.23 3.19 3.17 4/218 21042
/proc/meminfo: memFree=26804088/32872528 swapFree=1286400/1433568
[pid=20990] ppid=20987 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/20990/stat : 20990 (java) S 20987 20990 18358 0 -1 4202496 29743 0 1 0 179774 230 0 0 20 0 22 0 26950144 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140737451823200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20990/statm: 2456183 289158 2294 9 0 2446860 0
[pid=20990/tid=20992] ppid=20987 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/20990/task/20992/stat : 20992 (java) S 20987 20990 18358 0 -1 4202560 2424 0 1 0 21 3 0 0 20 0 22 0 26950146 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054443684728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=20993] ppid=20987 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/20990/task/20993/stat : 20993 (java) S 20987 20990 18358 0 -1 4202560 239 0 0 0 37 8 0 0 20 0 22 0 26950147 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054405175592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=20994] ppid=20987 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/20990/task/20994/stat : 20994 (java) S 20987 20990 18358 0 -1 4202560 408 0 0 0 41 11 0 0 20 0 22 0 26950147 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054404122792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20995] ppid=20987 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/20990/task/20995/stat : 20995 (java) S 20987 20990 18358 0 -1 4202560 323 0 0 0 41 9 0 0 20 0 22 0 26950147 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054403070504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=20996] ppid=20987 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/20990/task/20996/stat : 20996 (java) S 20987 20990 18358 0 -1 4202560 203 0 0 0 29 7 0 0 20 0 22 0 26950147 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054402017704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=20997] ppid=20987 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/20990/task/20997/stat : 20997 (java) S 20987 20990 18358 0 -1 4202560 484 0 0 0 37 10 0 0 20 0 22 0 26950147 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054400965416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20998] ppid=20987 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/20990/task/20998/stat : 20998 (java) S 20987 20990 18358 0 -1 4202560 480 0 0 0 39 11 0 0 20 0 22 0 26950147 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054399912616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20999] ppid=20987 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/20990/task/20999/stat : 20999 (java) S 20987 20990 18358 0 -1 4202560 359 0 0 0 44 11 0 0 20 0 22 0 26950147 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054398860328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=21000] ppid=20987 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/20990/task/21000/stat : 21000 (java) S 20987 20990 18358 0 -1 4202560 380 0 0 0 34 10 0 0 20 0 22 0 26950147 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054397807528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=21001] ppid=20987 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/20990/task/21001/stat : 21001 (java) S 20987 20990 18358 0 -1 4202560 653 0 0 0 69 113 0 0 20 0 22 0 26950149 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054267676904 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21002] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21002/stat : 21002 (java) S 20987 20990 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054266622968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21003] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21003/stat : 21003 (java) S 20987 20990 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26950149 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054265570568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21004] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21004/stat : 21004 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950151 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054264519056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21005] ppid=20987 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/20990/task/21005/stat : 21005 (java) S 20987 20990 18358 0 -1 4202560 7791 0 0 0 105 2 0 0 20 0 22 0 26950151 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054263466680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21006] ppid=20987 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/20990/task/21006/stat : 21006 (java) S 20987 20990 18358 0 -1 4202560 13717 0 0 0 102 3 0 0 20 0 22 0 26950151 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054262413880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=21007] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21007/stat : 21007 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26950152 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054261361784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21008] ppid=20987 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/20990/task/21008/stat : 21008 (java) S 20987 20990 18358 0 -1 4202560 53 0 0 0 14 15 0 0 20 0 22 0 26950152 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054260309192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21018] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21018/stat : 21018 (java) S 20987 20990 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26951825 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054257148712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21025] ppid=20987 vsize=9824732 CPUtime=558.66 cores=0,2,4,6
/proc/20990/task/21025/stat : 21025 (java) R 20987 20990 18358 0 -1 4202560 32 0 0 0 55858 8 0 0 20 0 22 0 26984030 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054258200176 140054270534972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=21026] ppid=20987 vsize=9824732 CPUtime=559.9 cores=0,2,4,6
/proc/20990/task/21026/stat : 21026 (java) R 20987 20990 18358 0 -1 4202560 636 0 0 0 55979 11 0 0 20 0 22 0 26984030 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054259251720 140054270523922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21027] ppid=20987 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21027/stat : 21027 (java) S 20987 20990 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26984030 10060525568 289158 33554432000 1073741824 1073778376 140737451832064 140054256096680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 20990 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.505 s]
/proc/loadavg: 3.23 3.19 3.17 4/218 21042
/proc/meminfo: memFree=26804088/32872528 swapFree=1286400/1433568
[pid=20990] ppid=20987 vsize=9957860 CPUtime=1800.41 cores=0,2,4,6
/proc/20990/stat : 20990 (java) S 20987 20990 18358 0 -1 4202496 29786 0 1 0 179793 248 0 0 20 0 18 0 26950144 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140737451823200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20990/statm: 2489465 289185 2302 9 0 2480142 0
[pid=20990/tid=20992] ppid=20987 vsize=9957860 CPUtime=0.24 cores=0,2,4,6
/proc/20990/task/20992/stat : 20992 (java) S 20987 20990 18358 0 -1 4202560 2424 0 1 0 21 3 0 0 20 0 18 0 26950146 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054443684728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=20993] ppid=20987 vsize=9957860 CPUtime=0.45 cores=0,2,4,6
/proc/20990/task/20993/stat : 20993 (java) S 20987 20990 18358 0 -1 4202560 239 0 0 0 37 8 0 0 20 0 18 0 26950147 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054405175592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=20994] ppid=20987 vsize=9957860 CPUtime=0.52 cores=0,2,4,6
/proc/20990/task/20994/stat : 20994 (java) S 20987 20990 18358 0 -1 4202560 408 0 0 0 41 11 0 0 20 0 18 0 26950147 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054404122792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20995] ppid=20987 vsize=9957860 CPUtime=0.5 cores=0,2,4,6
/proc/20990/task/20995/stat : 20995 (java) S 20987 20990 18358 0 -1 4202560 323 0 0 0 41 9 0 0 20 0 18 0 26950147 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054403070504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=20996] ppid=20987 vsize=9957860 CPUtime=0.36 cores=0,2,4,6
/proc/20990/task/20996/stat : 20996 (java) S 20987 20990 18358 0 -1 4202560 203 0 0 0 29 7 0 0 20 0 18 0 26950147 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054402017704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=20997] ppid=20987 vsize=9957860 CPUtime=0.47 cores=0,2,4,6
/proc/20990/task/20997/stat : 20997 (java) S 20987 20990 18358 0 -1 4202560 484 0 0 0 37 10 0 0 20 0 18 0 26950147 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054400965416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20998] ppid=20987 vsize=9957860 CPUtime=0.5 cores=0,2,4,6
/proc/20990/task/20998/stat : 20998 (java) S 20987 20990 18358 0 -1 4202560 480 0 0 0 39 11 0 0 20 0 18 0 26950147 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054399912616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=20999] ppid=20987 vsize=9957860 CPUtime=0.55 cores=0,2,4,6
/proc/20990/task/20999/stat : 20999 (java) S 20987 20990 18358 0 -1 4202560 359 0 0 0 44 11 0 0 20 0 18 0 26950147 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054398860328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20990/tid=21000] ppid=20987 vsize=9957860 CPUtime=0.44 cores=0,2,4,6
/proc/20990/task/21000/stat : 21000 (java) S 20987 20990 18358 0 -1 4202560 380 0 0 0 34 10 0 0 20 0 18 0 26950147 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054397807528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=21001] ppid=20987 vsize=9957860 CPUtime=1.89 cores=0,2,4,6
/proc/20990/task/21001/stat : 21001 (java) R 20987 20990 18358 0 -1 4202560 654 0 0 0 71 118 0 0 20 0 18 0 26950149 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054267677016 214369602695 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21002] ppid=20987 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21002/stat : 21002 (java) S 20987 20990 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26950149 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054266622968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21003] ppid=20987 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21003/stat : 21003 (java) S 20987 20990 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 26950149 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054265570568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20990/tid=21005] ppid=20987 vsize=9957860 CPUtime=1.07 cores=0,2,4,6
/proc/20990/task/21005/stat : 21005 (java) S 20987 20990 18358 0 -1 4202560 7793 0 0 0 105 2 0 0 20 0 18 0 26950151 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054263466680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21006] ppid=20987 vsize=9957860 CPUtime=1.06 cores=0,2,4,6
/proc/20990/task/21006/stat : 21006 (java) S 20987 20990 18358 0 -1 4202560 13724 0 0 0 103 3 0 0 20 0 18 0 26950151 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054262405384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20990/tid=21007] ppid=20987 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/20990/task/21007/stat : 21007 (java) S 20987 20990 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26950152 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054261361784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20990/tid=21026] ppid=20987 vsize=9957860 CPUtime=560.01 cores=0,2,4,6
/proc/20990/task/21026/stat : 21026 (java) R 20987 20990 18358 0 -1 4202560 636 0 0 0 55990 11 0 0 20 0 18 0 26984030 10196848640 289185 33554432000 1073741824 1073778376 140737451832064 140054259251720 140054270523937 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 9957860

Child status: 143
Real time (s): 899.54
CPU time (s): 1800.68
CPU user time (s): 1797.9
CPU system time (s): 2.78358
CPU usage (%): 200.178
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 2.78358
maximum resident set size= 1196916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29786
page faults= 1
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22463
involuntary context switches= 11325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.92225 second user time and 8.07677 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 13:23:54
IDJOB=4103882
IDBENCH=2495
IDSOLVER=2543
FILE ID=node130/4103882-1466249034
RUNJOBID= node130-1466240252-18374
PBS_JOBID= 19918180
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mas74.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103882-1466249034/watcher-4103882-1466249034 -o /tmp/evaluation-result-4103882-1466249034/solver-4103882-1466249034 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466240252-18374 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103882-1466249034.opb

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

MD5SUM BENCH= d879f5802b2059e72ece8e718d439f85
RANDOM SEED=305326241

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        29122452 kB
Buffers:           14224 kB
Cached:            90228 kB
SwapCached:         1896 kB
Active:          1505384 kB
Inactive:          63584 kB
Active(anon):    1464684 kB
Inactive(anon):     2208 kB
Active(file):      40700 kB
Inactive(file):    61376 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098716 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:       2993372 kB
Mapped:            15804 kB
Shmem:                 0 kB
Slab:             597320 kB
SReclaimable:      40880 kB
SUnreclaim:       556440 kB
KernelStack:        1800 kB
PageTables:         9860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3184688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1654784 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= 71748 MiB
End job on node130 at 2016-06-18 13:38:53