Trace number 4081193

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)216 1800.54 899.568

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
MD5SUM9828b7020b058ee74169951dda258843
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark214
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 186
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 476
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 476
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 476
Number of bits of the biggest sum of numbers9
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4081193-1465221271.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.28/0.24	c ... done. Wall clock time 0.131s.
0.28/0.24	c declared #vars     476
0.28/0.24	c #constraints  476
0.28/0.24	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 476
0.28/0.24	c 476 constraints processed.
0.28/0.24	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 476
0.28/0.24	c 476 constraints processed.
0.28/0.24	c objective function length is 476 literals
0.28/0.26	c And the winner is solver0
0.45/0.74	c SATISFIABLE
0.45/0.74	c OPTIMIZING...
0.45/0.74	c Got one! Elapsed wall clock time (in seconds):0.637
0.45/0.74	o 227
0.45/0.76	c And the winner is solver0
0.58/1.25	c Got one! Elapsed wall clock time (in seconds):1.141
0.58/1.25	o 226
0.58/1.28	c And the winner is solver0
0.73/1.75	c Got one! Elapsed wall clock time (in seconds):1.644
0.73/1.75	o 225
0.73/1.76	c And the winner is solver0
0.75/2.25	c Got one! Elapsed wall clock time (in seconds):2.146
0.75/2.25	o 224
0.75/2.27	c And the winner is solver0
1.01/2.75	c Got one! Elapsed wall clock time (in seconds):2.648
1.01/2.75	o 223
1.01/2.76	c And the winner is solver0
1.03/3.26	c Got one! Elapsed wall clock time (in seconds):3.15
1.03/3.26	o 222
1.03/3.29	c And the winner is solver0
1.21/3.76	c Got one! Elapsed wall clock time (in seconds):3.652
1.21/3.76	o 221
1.21/3.78	c And the winner is solver0
1.32/4.26	c Got one! Elapsed wall clock time (in seconds):4.154
1.32/4.26	o 220
1.32/4.29	c And the winner is solver0
1.52/4.76	c Got one! Elapsed wall clock time (in seconds):4.656
1.52/4.76	o 219
2.53/5.18	c cleaning 2889 clauses out of 5787 with flag 10886/5787
3.80/5.68	c cleaning 4444 clauses out of 8897 with flag 23392/11786
5.08/6.26	c cleaning 5717 clauses out of 11454 with flag 37916/18787
5.08/6.28	c And the winner is solver0
5.37/6.76	c Got one! Elapsed wall clock time (in seconds):6.658
5.37/6.76	o 218
6.20/7.17	c cleaning 5436 clauses out of 10888 with flag 11660/23938
7.50/7.71	c cleaning 5721 clauses out of 11453 with flag 24188/29939
8.93/8.40	c cleaning 6361 clauses out of 12732 with flag 38764/36939
10.35/9.11	c cleaning 7178 clauses out of 14370 with flag 55512/44938
12.36/10.04	c cleaning 8091 clauses out of 16194 with flag 74244/53940
14.38/11.09	c cleaning 9042 clauses out of 18102 with flag 95119/63939
17.05/12.30	c cleaning 10023 clauses out of 20061 with flag 118190/74940
19.66/13.70	c cleaning 11010 clauses out of 22036 with flag 143352/86938
23.18/15.31	c cleaning 12007 clauses out of 24026 with flag 170528/99938
26.48/16.92	c cleaning 13000 clauses out of 26019 with flag 199717/113938
30.42/18.81	c cleaning 14002 clauses out of 28019 with flag 231380/128938
34.41/20.83	c cleaning 14999 clauses out of 30018 with flag 264980/144939
39.21/23.12	c cleaning 16002 clauses out of 32018 with flag 300674/161938
43.81/25.49	c cleaning 16997 clauses out of 34017 with flag 338596/179939
49.63/28.21	c cleaning 18001 clauses out of 36019 with flag 378481/198938
55.05/30.97	c cleaning 19000 clauses out of 38018 with flag 420744/218938
60.83/33.83	c cleaning 20000 clauses out of 40019 with flag 465302/239939
67.66/37.11	c cleaning 21003 clauses out of 42019 with flag 511236/261939
74.06/40.37	c cleaning 21996 clauses out of 44016 with flag 559667/284939
80.81/43.67	c cleaning 23000 clauses out of 46019 with flag 610180/308938
88.00/47.20	c cleaning 24002 clauses out of 48020 with flag 663119/333939
95.41/50.94	c cleaning 24999 clauses out of 50017 with flag 717913/359938
104.58/55.80	c cleaning 26002 clauses out of 52019 with flag 774817/386939
113.58/60.28	c cleaning 27000 clauses out of 54017 with flag 833583/414939
123.98/65.40	c cleaning 28001 clauses out of 56016 with flag 897733/443938
135.47/71.18	c cleaning 28994 clauses out of 58015 with flag 960742/473938
146.67/76.74	c cleaning 0 clauses out of 5238 with flag 0/5243
147.31/76.95	c cleaning 30004 clauses out of 60022 with flag 1025562/504939
161.99/84.11	c cleaning 30996 clauses out of 62017 with flag 1092527/536938
177.31/91.76	c cleaning 31998 clauses out of 64021 with flag 1161864/569938
191.33/98.74	c cleaning 33004 clauses out of 66023 with flag 1233298/603938
206.23/106.12	c cleaning 34000 clauses out of 68019 with flag 1306837/638938
221.80/113.86	c cleaning 35005 clauses out of 70019 with flag 1382486/674938
234.01/120.00	c cleaning 35995 clauses out of 72014 with flag 1460348/711938
250.54/128.67	c cleaning 36999 clauses out of 74019 with flag 1540460/749938
265.15/135.95	c cleaning 37999 clauses out of 76020 with flag 1622339/788938
282.61/144.67	c cleaning 39002 clauses out of 78022 with flag 1706246/828939
300.09/153.30	c cleaning 39999 clauses out of 80020 with flag 1792635/869939
318.08/162.38	c cleaning 40996 clauses out of 82020 with flag 1881177/911938
338.49/172.49	c cleaning 42002 clauses out of 84024 with flag 1971419/954938
358.42/182.38	c cleaning 43000 clauses out of 86023 with flag 2064385/998939
380.18/193.16	c cleaning 44000 clauses out of 88022 with flag 2159042/1043938
402.77/204.37	c cleaning 44999 clauses out of 90022 with flag 2255617/1089938
425.43/215.58	c cleaning 46004 clauses out of 92024 with flag 2354365/1136939
447.25/226.32	c cleaning 47001 clauses out of 94019 with flag 2455691/1184938
467.66/236.60	c cleaning 48000 clauses out of 96019 with flag 2558738/1233939
489.84/247.53	c cleaning 48999 clauses out of 98018 with flag 2663981/1283938
517.65/261.30	c cleaning 0 clauses out of 11239 with flag 0/11244
518.25/261.62	c cleaning 50003 clauses out of 100019 with flag 2770649/1334938
544.06/274.25	c cleaning 50996 clauses out of 102016 with flag 2879217/1386938
570.97/287.53	c cleaning 52002 clauses out of 104021 with flag 2991044/1439939
597.74/300.88	c cleaning 53000 clauses out of 106018 with flag 3104842/1493938
624.82/314.25	c cleaning 53999 clauses out of 108020 with flag 3220374/1548940
648.96/326.03	c cleaning 55002 clauses out of 110020 with flag 3337813/1604939
674.64/338.72	c cleaning 56001 clauses out of 112017 with flag 3457193/1661938
701.79/352.15	c cleaning 57001 clauses out of 114017 with flag 3578653/1719939
732.22/368.01	c cleaning 58000 clauses out of 116015 with flag 3702341/1778938
732.62/368.22	c And the winner is solver0
733.60/369.13	c Got one! Elapsed wall clock time (in seconds):369.019
733.60/369.13	o 217
735.41/370.10	c cleaning 31815 clauses out of 63648 with flag 8945/1784571
737.02/370.83	c cleaning 18906 clauses out of 37832 with flag 21448/1790570
738.21/371.50	c And the winner is solver0
739.32/372.48	c Got one! Elapsed wall clock time (in seconds):372.375
739.32/372.48	o 216
740.61/373.19	c cleaning 15318 clauses out of 30656 with flag 11125/1802300
741.81/373.75	c cleaning 10660 clauses out of 21338 with flag 23901/1808300
743.01/374.38	c cleaning 8831 clauses out of 17679 with flag 38470/1815301
744.62/375.11	c cleaning 8415 clauses out of 16847 with flag 55190/1823300
746.21/375.94	c cleaning 8705 clauses out of 17434 with flag 73930/1832302
748.26/376.94	c cleaning 9355 clauses out of 18727 with flag 94831/1842300
750.46/378.05	c cleaning 10173 clauses out of 20372 with flag 117976/1853300
753.06/379.33	c cleaning 11089 clauses out of 22199 with flag 143077/1865300
755.87/380.76	c cleaning 12044 clauses out of 24112 with flag 170260/1878302
759.05/382.37	c cleaning 13026 clauses out of 26066 with flag 199630/1892300
762.65/384.15	c cleaning 14010 clauses out of 28041 with flag 231200/1907301
766.75/386.15	c cleaning 15007 clauses out of 30031 with flag 264675/1923301
770.94/388.29	c cleaning 16002 clauses out of 32024 with flag 300175/1940301
775.75/390.66	c cleaning 17002 clauses out of 34023 with flag 337887/1958302
780.73/393.13	c cleaning 18001 clauses out of 36020 with flag 377634/1977301
786.41/395.91	c cleaning 18999 clauses out of 38019 with flag 419713/1997301
792.01/398.78	c cleaning 20000 clauses out of 40020 with flag 463911/2018301
798.21/401.82	c cleaning 20995 clauses out of 42021 with flag 510007/2040302
804.69/405.03	c cleaning 22003 clauses out of 44025 with flag 558156/2063301
810.89/408.19	c cleaning 22998 clauses out of 46022 with flag 608627/2087301
817.50/411.48	c cleaning 23998 clauses out of 48023 with flag 661212/2112300
824.61/414.90	c cleaning 25005 clauses out of 50026 with flag 715785/2138301
832.61/418.96	c cleaning 26001 clauses out of 52021 with flag 772261/2165301
842.02/423.66	c cleaning 27002 clauses out of 54019 with flag 832629/2193300
851.76/428.44	c cleaning 27998 clauses out of 56017 with flag 893223/2222300
862.56/433.84	c cleaning 29000 clauses out of 58019 with flag 955855/2252300
873.11/439.03	c cleaning 29998 clauses out of 60019 with flag 1020772/2283300
883.90/444.46	c cleaning 31002 clauses out of 62022 with flag 1088050/2315301
896.84/450.88	c cleaning 31999 clauses out of 64020 with flag 1156975/2348301
909.84/457.26	c cleaning 33001 clauses out of 66020 with flag 1228276/2382300
921.85/463.27	c cleaning 34002 clauses out of 68020 with flag 1301571/2417301
934.82/469.61	c cleaning 34996 clauses out of 70017 with flag 1377062/2453300
948.43/476.49	c cleaning 35994 clauses out of 72021 with flag 1454680/2490300
963.83/484.07	c cleaning 37001 clauses out of 74027 with flag 1534482/2528300
979.61/491.82	c cleaning 38001 clauses out of 76026 with flag 1615973/2567300
994.40/499.25	c cleaning 39000 clauses out of 78026 with flag 1700047/2607301
1010.81/507.39	c cleaning 40005 clauses out of 80026 with flag 1785756/2648301
1028.46/516.06	c cleaning 41000 clauses out of 82020 with flag 1872932/2690300
1050.71/527.04	c cleaning 42003 clauses out of 84021 with flag 1964853/2733301
1072.01/537.53	c cleaning 42999 clauses out of 86018 with flag 2057512/2777301
1093.47/548.19	c cleaning 44002 clauses out of 88018 with flag 2151678/2822300
1112.54/557.52	c cleaning 45000 clauses out of 90018 with flag 2247323/2868302
1133.22/567.77	c cleaning 45999 clauses out of 92017 with flag 2345261/2915301
1149.01/575.68	c cleaning 0 clauses out of 16715 with flag 0/16722
1155.88/578.94	c cleaning 46997 clauses out of 94018 with flag 2445847/2963301
1180.17/590.96	c cleaning 48005 clauses out of 96022 with flag 2548686/3012302
1205.68/603.56	c cleaning 49000 clauses out of 98015 with flag 2652829/3062300
1228.52/614.87	c cleaning 49999 clauses out of 100016 with flag 2759397/3113301
1251.97/626.49	c cleaning 50999 clauses out of 102016 with flag 2868302/3165300
1277.00/638.81	c cleaning 52001 clauses out of 104017 with flag 2978836/3218300
1299.41/649.98	c cleaning 52999 clauses out of 106016 with flag 3091748/3272300
1323.83/661.90	c cleaning 54000 clauses out of 108018 with flag 3206785/3327301
1349.07/674.46	c cleaning 55000 clauses out of 110018 with flag 3324819/3383301
1373.65/686.62	c cleaning 55999 clauses out of 112017 with flag 3444470/3440300
1399.88/699.65	c cleaning 56998 clauses out of 114019 with flag 3566046/3498301
1425.67/712.46	c cleaning 57999 clauses out of 116021 with flag 3689629/3557301
1454.12/726.43	c cleaning 58999 clauses out of 118022 with flag 3815085/3617301
1485.74/742.17	c cleaning 60002 clauses out of 120022 with flag 3942672/3678300
1518.44/758.20	c cleaning 61002 clauses out of 122021 with flag 4071559/3740301
1549.85/773.87	c cleaning 62002 clauses out of 124019 with flag 4203257/3803301
1584.30/792.49	c cleaning 62999 clauses out of 126017 with flag 4336952/3867301
1613.29/806.88	c cleaning 63998 clauses out of 128018 with flag 4472982/3932301
1645.42/822.86	c cleaning 65000 clauses out of 130020 with flag 4611416/3998301
1676.94/838.59	c cleaning 66003 clauses out of 132021 with flag 4752134/4065302
1712.08/855.95	c cleaning 66998 clauses out of 134018 with flag 4894492/4133302
1751.01/875.26	c cleaning 67996 clauses out of 136019 with flag 5040132/4202301
1793.03/896.04	c cleaning 68998 clauses out of 138023 with flag 5186692/4272301
1800.04/899.51	c >>>>>>>>>> Solver number 0 (12 answers) <<<<<<<<<<<<<<<<<<
1800.04/899.51	c starts		: 13
1800.04/899.51	c conflicts		: 4291881
1800.04/899.51	c decisions		: 5704785
1800.04/899.51	c propagations		: 135261220
1800.04/899.51	c inspects		: 11003958375
1800.04/899.51	c shortcuts		: 0
1800.04/899.51	c learnt literals	: 0
1800.04/899.51	c learnt binary clauses	: 0
1800.04/899.51	c learnt ternary clauses	: 0
1800.04/899.51	c learnt constraints	: 4291881
1800.04/899.51	c ignored constraints	: 0
1800.04/899.51	c root simplifications	: 0
1800.04/899.51	c removed literals (reason simplification)	: 29157
1800.04/899.51	c reason swapping (by a shorter reason)	: 0
1800.04/899.51	c Calls to reduceDB	: 126
1800.04/899.51	c Number of update (reduction) of LBD	: 96350
1800.04/899.51	c Imported unit clauses	: 0
1800.04/899.51	c number of reductions to clauses (during analyze)	: 0
1800.04/899.51	c number of learned constraints concerned by reduction	: 0
1800.04/899.51	c number of learning phase by resolution	: 0
1800.04/899.51	c number of learning phase by cutting planes	: 0
1800.04/899.51	c speed (assignments/second)	: 150414.25263939824
1800.04/899.51	c non guided choices	0
1800.04/899.53	c learnt constraints type 
1800.04/899.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88605
1800.04/899.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/899.53	c starts		: 80
1800.04/899.53	c conflicts		: 21003
1800.04/899.53	c decisions		: 79268
1800.04/899.53	c propagations		: 398637
1800.04/899.53	c inspects		: 702925442
1800.04/899.53	c shortcuts		: 0
1800.04/899.53	c learnt literals	: 0
1800.04/899.53	c learnt binary clauses	: 0
1800.04/899.53	c learnt ternary clauses	: 0
1800.04/899.53	c learnt constraints	: 20995
1800.04/899.53	c ignored constraints	: 0
1800.04/899.53	c root simplifications	: 0
1800.04/899.53	c removed literals (reason simplification)	: 0
1800.04/899.53	c reason swapping (by a shorter reason)	: 0
1800.04/899.53	c Calls to reduceDB	: 3
1800.04/899.53	c Number of update (reduction) of LBD	: 0
1800.04/899.53	c Imported unit clauses	: 0
1800.04/899.53	c number of reductions to clauses (during analyze)	: 0
1800.04/899.53	c number of learned constraints concerned by reduction	: 0
1800.04/899.53	c number of learning phase by resolution	: 0
1800.04/899.53	c number of learning phase by cutting planes	: 0
1800.04/899.53	c speed (assignments/second)	: 756.3652301614859
1800.04/899.53	c non guided choices	0
1800.04/899.54	c learnt constraints type 
1800.04/899.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 926
1800.04/899.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20069
1800.04/899.54	s SATISFIABLE
1800.04/899.54	c Found 12 solution(s)
1800.04/899.54	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 x241 x242 -x243 -x244 x245 -x246 x247 x248 x249 -x250 -x251 -x252 x253 -x254 x255 x256 x257 -x258 -x259 -x260 x261 x262 x263 x264 -x265 -x266 x267 x268 x269 x270 -x271 -x272 x273 x274 -x275 x276 x277 x278 x279 -x280 -x281 x282 -x283 x284 x285 x286 -x287 x288 x289 -x290 -x291 -x292 x293 x294 -x295 -x296 -x297 x298 x299 -x300 x301 x302 -x303 -x304 x305 -x306 -x307 -x308 -x309 x310 -x311 x312 -x313 x314 -x315 -x316 x317 -x318 -x319 x320 x321 x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 x335 -x336 -x337 x338 x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 x366 -x367 -x368 x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 -x398 -x399 -x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 x408 -x409 -x410 x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 
1800.04/899.54	c objective function=216
1800.04/899.54	c Total wall clock time (in seconds): 899.433

Verifier Data

OK	216

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

pid=8632
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.35 4.14 3.37 4/199 8635
/proc/meminfo: memFree=30082412/32872528 swapFree=15540/1663004
[pid=8635] ppid=8632 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8635/stat : 8635 (java) S 8632 8635 8273 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 104059879 98570240 978 33554432000 1073741824 1073778376 140736923588640 140736923579776 273909055549 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8635/statm: 24065 978 744 9 0 16771 0
[pid=8635/tid=8636] ppid=8632 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8636/stat : 8636 (java) R 8632 8635 8273 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 104059880 98570240 978 33554432000 1073741824 1073778376 140736923588640 139657363082792 273905698176 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.35 4.14 3.37 4/199 8635
/proc/meminfo: memFree=30082412/32872528 swapFree=15540/1663004
[pid=8635] ppid=8632 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8635/stat : 8635 (java) S 8632 8635 8273 0 -1 4202496 4496 0 1 0 10 0 0 0 20 0 18 0 104059879 9787879424 6123 33554432000 1073741824 1073778376 140736923588640 140736923579776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8635/statm: 2389619 6123 2156 9 0 2380296 0
[pid=8635/tid=8636] ppid=8632 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/8635/task/8636/stat : 8636 (java) R 8632 8635 8273 0 -1 4202560 2394 0 1 0 8 0 0 0 20 0 18 0 104059880 9787879424 6123 33554432000 1073741824 1073778376 140736923588640 139657363086600 273909081357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 4.35 4.14 3.37 4/199 8635
/proc/meminfo: memFree=30082412/32872528 swapFree=15540/1663004
[pid=8635] ppid=8632 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/8635/stat : 8635 (java) S 8632 8635 8273 0 -1 4202496 4962 0 1 0 27 1 0 0 20 0 18 0 104059879 9787879424 7007 33554432000 1073741824 1073778376 140736923588640 140736923579776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8635/statm: 2389619 7007 2216 9 0 2380296 0
[pid=8635/tid=8636] ppid=8632 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/8635/task/8636/stat : 8636 (java) R 8632 8635 8273 0 -1 4202560 2413 0 1 0 18 0 0 0 20 0 18 0 104059880 9787879424 7007 33554432000 1073741824 1073778376 140736923588640 139657363086600 139657186753124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300329 s]
/proc/loadavg: 4.35 4.14 3.37 4/199 8635
/proc/meminfo: memFree=30082412/32872528 swapFree=15540/1663004
[pid=8635] ppid=8632 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/8635/stat : 8635 (java) S 8632 8635 8273 0 -1 4202496 5413 0 1 0 43 2 0 0 20 0 19 0 104059879 10060525568 9340 33554432000 1073741824 1073778376 140736923588640 140736923579776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8635/statm: 2456183 9340 2243 9 0 2446860 0
[pid=8635/tid=8636] ppid=8632 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8635/task/8636/stat : 8636 (java) S 8632 8635 8273 0 -1 4202560 2425 0 1 0 22 0 0 0 20 0 19 0 104059880 10060525568 9340 33554432000 1073741824 1073778376 140736923588640 139657363088248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9824732

[startup+0.700293 s]
/proc/loadavg: 4.35 4.14 3.37 4/199 8635
/proc/meminfo: memFree=30082412/32872528 swapFree=15540/1663004
[pid=8635] ppid=8632 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/8635/stat : 8635 (java) S 8632 8635 8273 0 -1 4202496 5413 0 1 0 43 2 0 0 20 0 19 0 104059879 10060525568 9340 33554432000 1073741824 1073778376 140736923588640 140736923579776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8635/statm: 2456183 9340 2243 9 0 2446860 0
[pid=8635/tid=8636] ppid=8632 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8635/task/8636/stat : 8636 (java) S 8632 8635 8273 0 -1 4202560 2425 0 1 0 22 0 0 0 20 0 19 0 104059880 10060525568 9340 33554432000 1073741824 1073778376 140736923588640 139657363088248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.35 4.14 3.37 3/218 8660
/proc/meminfo: memFree=30000516/32872528 swapFree=15540/1663004
[pid=8635] ppid=8632 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/8635/stat : 8635 (java) S 8632 8635 8273 0 -1 4202496 8282 0 1 0 66 7 0 0 20 0 19 0 104059879 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 140736923579776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8635/statm: 2456183 13103 2250 9 0 2446860 0
[pid=8635/tid=8636] ppid=8632 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/8635/task/8636/stat : 8636 (java) S 8632 8635 8273 0 -1 4202560 2431 0 1 0 23 0 0 0 20 0 19 0 104059880 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657363088248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8638] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8638/stat : 8638 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657324579496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8639] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8639/stat : 8639 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657323526952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8640] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8640/stat : 8640 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657322474408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8641] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8641/stat : 8641 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657321421864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8642] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8642/stat : 8642 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657320368296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8643] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8643/stat : 8643 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657319315752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8644] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8644/stat : 8644 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657318263208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8645] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8645/stat : 8645 (java) S 8632 8635 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657317210664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8646] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8646/stat : 8646 (java) S 8632 8635 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104059881 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657186634344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8647] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8647/stat : 8647 (java) S 8632 8635 8273 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104059882 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657185580664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8648] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8648/stat : 8648 (java) S 8632 8635 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104059882 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657184528008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8649] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8649/stat : 8649 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059884 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657183476752 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8650] ppid=8632 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/8635/task/8650/stat : 8650 (java) S 8632 8635 8273 0 -1 4202560 2468 0 0 0 15 0 0 0 20 0 19 0 104059884 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657182423096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8651] ppid=8632 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/8635/task/8651/stat : 8651 (java) S 8632 8635 8273 0 -1 4202560 2037 0 0 0 19 0 0 0 20 0 19 0 104059884 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657181370552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8652] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8652/stat : 8652 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059884 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657180318200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8653] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8653/stat : 8653 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059884 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657179265864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8657] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8657/stat : 8657 (java) S 8632 8635 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104059904 10060525568 13103 33554432000 1073741824 1073778376 140736923588640 139657175053992 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 4.35 4.14 3.37 3/218 8669
/proc/meminfo: memFree=29944740/32872528 swapFree=15540/1663004
[pid=8635] ppid=8632 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/8635/stat : 8635 (java) S 8632 8635 8273 0 -1 4202496 12945 0 1 0 92 11 0 0 20 0 19 0 104059879 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 140736923579776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8635/statm: 2456183 19409 2250 9 0 2446860 0
[pid=8635/tid=8636] ppid=8632 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/8635/task/8636/stat : 8636 (java) S 8632 8635 8273 0 -1 4202560 2432 0 1 0 23 0 0 0 20 0 19 0 104059880 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657363088248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8638] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8638/stat : 8638 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657324579496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8639] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8639/stat : 8639 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657323526952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8640] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8640/stat : 8640 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657322474408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8641] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8641/stat : 8641 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657321421864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8642] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8642/stat : 8642 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657320368296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8643] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8643/stat : 8643 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657319315752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8644] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8644/stat : 8644 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657318263208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8645] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8645/stat : 8645 (java) S 8632 8635 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104059880 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657317210664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8646] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8646/stat : 8646 (java) S 8632 8635 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104059881 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657186634344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8647] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8647/stat : 8647 (java) S 8632 8635 8273 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104059882 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657185580664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8648] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8648/stat : 8648 (java) S 8632 8635 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104059882 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657184528008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8649] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8649/stat : 8649 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059884 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657183476752 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8650] ppid=8632 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/8635/task/8650/stat : 8650 (java) S 8632 8635 8273 0 -1 4202560 2471 0 0 0 19 0 0 0 20 0 19 0 104059884 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657182423096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8651] ppid=8632 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/8635/task/8651/stat : 8651 (java) S 8632 8635 8273 0 -1 4202560 6666 0 0 0 38 2 0 0 20 0 19 0 104059884 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657181370552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8652] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8652/stat : 8652 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059884 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657180318200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8653] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8653/stat : 8653 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104059884 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657179265864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8657] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8657/stat : 8657 (java) S 8632 8635 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104059904 10060525568 19409 33554432000 1073741824 1073778376 140736923588640 139657175053992 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1798 uid=0 cmd=

[startup+6.30087 s]
/proc/loadavg: 4.24 4.12 3.36 5/221 8690
/proc/meminfo: memFree=29547352/32872528 swapFree=15540/1663004
[pid=8635] ppid=8632 vsize=9824732 CPUtime=5.32 cores=0,2,4,6
/proc/8635/stat : 8635 (java) S 8632 8635 8273 0 -1 4202496 13284 0 1 0 509 23 0 0 20 0 20 0 104059879 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 140736923579776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8635/statm: 2456183 49830 2286 9 0 2446860 0
[pid=8635/tid=8636] ppid=8632 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/8635/task/8636/stat : 8636 (java) S 8632 8635 8273 0 -1 4202560 2435 0 1 0 24 0 0 0 20 0 20 0 104059880 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657363088248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8638] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8638/stat : 8638 (java) R 8632 8635 8273 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 104059880 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657324579496 139657367263410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8639] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8639/stat : 8639 (java) R 8632 8635 8273 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 104059880 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657323527128 139657365558977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8640] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8640/stat : 8640 (java) R 8632 8635 8273 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 104059880 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657322474584 139657367249718 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8641] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8641/stat : 8641 (java) R 8632 8635 8273 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 104059880 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657321421864 139657369986600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8642] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8642/stat : 8642 (java) R 8632 8635 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 104059880 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657320368472 139657369983916 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8643] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8643/stat : 8643 (java) R 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104059880 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657319315752 139657365558993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8644] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8644/stat : 8644 (java) R 8632 8635 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 104059880 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657318263384 139657365558993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8645] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8645/stat : 8645 (java) R 8632 8635 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 104059880 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657317210840 139657365558977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8646] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8646/stat : 8646 (java) S 8632 8635 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 104059881 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657186633224 273909068860 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8647] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8647/stat : 8647 (java) S 8632 8635 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 104059882 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657185580664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8648] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8648/stat : 8648 (java) S 8632 8635 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 104059882 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657184528008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8649] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8649/stat : 8649 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104059884 10060525568 49830 33554432000 1073741824 1073778376 140736923588640 139657183476752 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8650] ppid=8632 vsize=9824732 CPUtime=0.64 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.44 4.41 3.99 5/221 8751
/proc/meminfo: memFree=22616440/32872528 swapFree=15540/1663004
[pid=8635] ppid=8632 vsize=9824732 CPUtime=1765.23 cores=0,2,4,6
/proc/8635/stat : 8635 (java) S 8632 8635 8273 0 -1 4202496 26036 0 1 0 176275 248 0 0 20 0 22 0 104059879 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 140736923579776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8635/statm: 2456183 971333 2294 9 0 2446860 0
[pid=8635/tid=8636] ppid=8632 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/8635/task/8636/stat : 8636 (java) S 8632 8635 8273 0 -1 4202560 2452 0 1 0 26 3 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657363088248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8638] ppid=8632 vsize=9824732 CPUtime=4.26 cores=0,2,4,6
/proc/8635/task/8638/stat : 8638 (java) S 8632 8635 8273 0 -1 4202560 742 0 0 0 407 19 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657324579496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8639] ppid=8632 vsize=9824732 CPUtime=4.24 cores=0,2,4,6
/proc/8635/task/8639/stat : 8639 (java) S 8632 8635 8273 0 -1 4202560 712 0 0 0 402 22 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657323526952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8640] ppid=8632 vsize=9824732 CPUtime=4.27 cores=0,2,4,6
/proc/8635/task/8640/stat : 8640 (java) S 8632 8635 8273 0 -1 4202560 786 0 0 0 405 22 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657322474408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8641] ppid=8632 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/8635/task/8641/stat : 8641 (java) S 8632 8635 8273 0 -1 4202560 871 0 0 0 410 21 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657321421864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8642] ppid=8632 vsize=9824732 CPUtime=4.15 cores=0,2,4,6
/proc/8635/task/8642/stat : 8642 (java) S 8632 8635 8273 0 -1 4202560 670 0 0 0 396 19 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657320368296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8643] ppid=8632 vsize=9824732 CPUtime=3.88 cores=0,2,4,6
/proc/8635/task/8643/stat : 8643 (java) S 8632 8635 8273 0 -1 4202560 649 0 0 0 369 19 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657319315752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8644] ppid=8632 vsize=9824732 CPUtime=4.56 cores=0,2,4,6
/proc/8635/task/8644/stat : 8644 (java) S 8632 8635 8273 0 -1 4202560 720 0 0 0 434 22 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657318263208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8645] ppid=8632 vsize=9824732 CPUtime=4.2 cores=0,2,4,6
/proc/8635/task/8645/stat : 8645 (java) S 8632 8635 8273 0 -1 4202560 742 0 0 0 399 21 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657317210664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8646] ppid=8632 vsize=9824732 CPUtime=6.48 cores=0,2,4,6
/proc/8635/task/8646/stat : 8646 (java) S 8632 8635 8273 0 -1 4202560 2699 0 0 0 640 8 0 0 20 0 22 0 104059881 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657186634344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8647] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8647/stat : 8647 (java) S 8632 8635 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104059882 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657185580664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8648] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8648/stat : 8648 (java) S 8632 8635 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104059882 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657184528008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8649] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8649/stat : 8649 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657183476752 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8650] ppid=8632 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/8635/task/8650/stat : 8650 (java) S 8632 8635 8273 0 -1 4202560 2834 0 0 0 83 0 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657182423096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8651] ppid=8632 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/8635/task/8651/stat : 8651 (java) S 8632 8635 8273 0 -1 4202560 9172 0 0 0 183 2 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657181370552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8652] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8652/stat : 8652 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657180318200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8653] ppid=8632 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/8635/task/8653/stat : 8653 (java) S 8632 8635 8273 0 -1 4202560 52 0 0 0 16 16 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657179265864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8657] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8657/stat : 8657 (java) S 8632 8635 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104059904 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657175053992 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8714] ppid=8632 vsize=9824732 CPUtime=501.7 cores=0,2,4,6
/proc/8635/task/8714/stat : 8714 (java) R 8632 8635 8273 0 -1 4202560 6 0 0 0 50163 7 0 0 20 0 22 0 104097128 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657177149200 139657187274934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8715] ppid=8632 vsize=9824732 CPUtime=501.64 cores=0,2,4,6
/proc/8635/task/8715/stat : 8715 (java) R 8632 8635 8273 0 -1 4202560 45 0 0 0 50157 7 0 0 20 0 22 0 104097128 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657176105736 139657187739908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8716] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8716/stat : 8716 (java) S 8632 8635 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104097128 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657178211496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1765.23
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.501 s]
/proc/loadavg: 4.27 4.38 3.98 5/221 8829
/proc/meminfo: memFree=26103172/32872528 swapFree=15540/1663004
[pid=8635] ppid=8632 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/8635/stat : 8635 (java) S 8632 8635 8273 0 -1 4202496 26038 0 1 0 179755 249 0 0 20 0 22 0 104059879 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 140736923579776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8635/statm: 2456183 971333 2294 9 0 2446860 0
[pid=8635/tid=8636] ppid=8632 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/8635/task/8636/stat : 8636 (java) S 8632 8635 8273 0 -1 4202560 2452 0 1 0 26 3 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657363088248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8638] ppid=8632 vsize=9824732 CPUtime=4.33 cores=0,2,4,6
/proc/8635/task/8638/stat : 8638 (java) S 8632 8635 8273 0 -1 4202560 742 0 0 0 414 19 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657324579496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8639] ppid=8632 vsize=9824732 CPUtime=4.38 cores=0,2,4,6
/proc/8635/task/8639/stat : 8639 (java) S 8632 8635 8273 0 -1 4202560 712 0 0 0 416 22 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657323526952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8640] ppid=8632 vsize=9824732 CPUtime=4.38 cores=0,2,4,6
/proc/8635/task/8640/stat : 8640 (java) S 8632 8635 8273 0 -1 4202560 786 0 0 0 416 22 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657322474408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8641] ppid=8632 vsize=9824732 CPUtime=4.49 cores=0,2,4,6
/proc/8635/task/8641/stat : 8641 (java) S 8632 8635 8273 0 -1 4202560 871 0 0 0 428 21 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657321421864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8642] ppid=8632 vsize=9824732 CPUtime=4.28 cores=0,2,4,6
/proc/8635/task/8642/stat : 8642 (java) S 8632 8635 8273 0 -1 4202560 670 0 0 0 409 19 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657320368296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8643] ppid=8632 vsize=9824732 CPUtime=3.97 cores=0,2,4,6
/proc/8635/task/8643/stat : 8643 (java) S 8632 8635 8273 0 -1 4202560 649 0 0 0 378 19 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657319315752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8644] ppid=8632 vsize=9824732 CPUtime=4.62 cores=0,2,4,6
/proc/8635/task/8644/stat : 8644 (java) S 8632 8635 8273 0 -1 4202560 720 0 0 0 440 22 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657318263208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8645] ppid=8632 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/8635/task/8645/stat : 8645 (java) S 8632 8635 8273 0 -1 4202560 742 0 0 0 410 21 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657317210664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8646] ppid=8632 vsize=9824732 CPUtime=6.48 cores=0,2,4,6
/proc/8635/task/8646/stat : 8646 (java) S 8632 8635 8273 0 -1 4202560 2699 0 0 0 640 8 0 0 20 0 22 0 104059881 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657186634344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8647] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8647/stat : 8647 (java) S 8632 8635 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104059882 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657185580664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8648] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8648/stat : 8648 (java) S 8632 8635 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104059882 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657184528008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8649] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8649/stat : 8649 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657183476752 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8650] ppid=8632 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/8635/task/8650/stat : 8650 (java) S 8632 8635 8273 0 -1 4202560 2834 0 0 0 83 0 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657182423096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8651] ppid=8632 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/8635/task/8651/stat : 8651 (java) S 8632 8635 8273 0 -1 4202560 9172 0 0 0 183 2 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657181370552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8652] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8652/stat : 8652 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657180318200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8653] ppid=8632 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/8635/task/8653/stat : 8653 (java) S 8632 8635 8273 0 -1 4202560 52 0 0 0 16 16 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657179265864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8657] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8657/stat : 8657 (java) S 8632 8635 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104059904 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657175053992 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8714] ppid=8632 vsize=9824732 CPUtime=518.66 cores=0,2,4,6
/proc/8635/task/8714/stat : 8714 (java) R 8632 8635 8273 0 -1 4202560 7 0 0 0 51859 7 0 0 20 0 22 0 104097128 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657177149200 139657187138316 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8715] ppid=8632 vsize=9824732 CPUtime=518.6 cores=0,2,4,6
/proc/8635/task/8715/stat : 8715 (java) R 8632 8635 8273 0 -1 4202560 46 0 0 0 51853 7 0 0 20 0 22 0 104097128 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657176104160 139657187224038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8716] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8716/stat : 8716 (java) S 8632 8635 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104097128 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657178211496 273909069737 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 8635 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.501 s]
/proc/loadavg: 4.27 4.38 3.98 5/221 8829
/proc/meminfo: memFree=26103172/32872528 swapFree=15540/1663004
[pid=8635] ppid=8632 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/8635/stat : 8635 (java) S 8632 8635 8273 0 -1 4202496 26038 0 1 0 179755 249 0 0 20 0 22 0 104059879 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 140736923579776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8635/statm: 2456183 971333 2294 9 0 2446860 0
[pid=8635/tid=8636] ppid=8632 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/8635/task/8636/stat : 8636 (java) S 8632 8635 8273 0 -1 4202560 2452 0 1 0 26 3 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657363088248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8638] ppid=8632 vsize=9824732 CPUtime=4.33 cores=0,2,4,6
/proc/8635/task/8638/stat : 8638 (java) S 8632 8635 8273 0 -1 4202560 742 0 0 0 414 19 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657324579496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8639] ppid=8632 vsize=9824732 CPUtime=4.38 cores=0,2,4,6
/proc/8635/task/8639/stat : 8639 (java) S 8632 8635 8273 0 -1 4202560 712 0 0 0 416 22 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657323526952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8640] ppid=8632 vsize=9824732 CPUtime=4.38 cores=0,2,4,6
/proc/8635/task/8640/stat : 8640 (java) S 8632 8635 8273 0 -1 4202560 786 0 0 0 416 22 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657322474408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8641] ppid=8632 vsize=9824732 CPUtime=4.49 cores=0,2,4,6
/proc/8635/task/8641/stat : 8641 (java) S 8632 8635 8273 0 -1 4202560 871 0 0 0 428 21 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657321421864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8642] ppid=8632 vsize=9824732 CPUtime=4.28 cores=0,2,4,6
/proc/8635/task/8642/stat : 8642 (java) S 8632 8635 8273 0 -1 4202560 670 0 0 0 409 19 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657320368296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8643] ppid=8632 vsize=9824732 CPUtime=3.97 cores=0,2,4,6
/proc/8635/task/8643/stat : 8643 (java) S 8632 8635 8273 0 -1 4202560 649 0 0 0 378 19 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657319315752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8644] ppid=8632 vsize=9824732 CPUtime=4.62 cores=0,2,4,6
/proc/8635/task/8644/stat : 8644 (java) S 8632 8635 8273 0 -1 4202560 720 0 0 0 440 22 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657318263208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8645] ppid=8632 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/8635/task/8645/stat : 8645 (java) S 8632 8635 8273 0 -1 4202560 742 0 0 0 410 21 0 0 20 0 22 0 104059880 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657317210664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8646] ppid=8632 vsize=9824732 CPUtime=6.48 cores=0,2,4,6
/proc/8635/task/8646/stat : 8646 (java) S 8632 8635 8273 0 -1 4202560 2699 0 0 0 640 8 0 0 20 0 22 0 104059881 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657186634344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8647] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8647/stat : 8647 (java) S 8632 8635 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104059882 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657185580664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8648] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8648/stat : 8648 (java) S 8632 8635 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104059882 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657184528008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8649] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8649/stat : 8649 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657183476752 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8635/tid=8650] ppid=8632 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/8635/task/8650/stat : 8650 (java) S 8632 8635 8273 0 -1 4202560 2834 0 0 0 83 0 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657182423096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8651] ppid=8632 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/8635/task/8651/stat : 8651 (java) S 8632 8635 8273 0 -1 4202560 9172 0 0 0 183 2 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657181370552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8652] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8652/stat : 8652 (java) S 8632 8635 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657180318200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8635/tid=8653] ppid=8632 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/8635/task/8653/stat : 8653 (java) S 8632 8635 8273 0 -1 4202560 52 0 0 0 16 16 0 0 20 0 22 0 104059884 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657179265864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8657] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8657/stat : 8657 (java) S 8632 8635 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104059904 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657175053992 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8714] ppid=8632 vsize=9824732 CPUtime=518.66 cores=0,2,4,6
/proc/8635/task/8714/stat : 8714 (java) R 8632 8635 8273 0 -1 4202560 7 0 0 0 51859 7 0 0 20 0 22 0 104097128 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657177149200 139657187138316 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8635/tid=8715] ppid=8632 vsize=9824732 CPUtime=518.6 cores=0,2,4,6
/proc/8635/task/8715/stat : 8715 (java) R 8632 8635 8273 0 -1 4202560 46 0 0 0 51853 7 0 0 20 0 22 0 104097128 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657176104160 139657187224038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8635/tid=8716] ppid=8632 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8635/task/8716/stat : 8716 (java) S 8632 8635 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104097128 10060525568 971333 33554432000 1073741824 1073778376 140736923588640 139657178211496 273909069737 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

Child status: 143
Real time (s): 899.568
CPU time (s): 1800.54
CPU user time (s): 1797.65
CPU system time (s): 2.89156
CPU usage (%): 200.156
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.65
system time used= 2.89156
maximum resident set size= 3885468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26082
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24051
involuntary context switches= 29041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12407 second user time and 7.03293 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-06 15:54:31
IDJOB=4081193
IDBENCH=1950
IDSOLVER=2543
FILE ID=node134/4081193-1465221271
RUNJOBID= node134-1465220363-8289
PBS_JOBID= 19843220
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081193-1465221271/watcher-4081193-1465221271 -o /tmp/evaluation-result-4081193-1465221271/solver-4081193-1465221271 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8289 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081193-1465221271.opb

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

MD5SUM BENCH= 9828b7020b058ee74169951dda258843
RANDOM SEED=938273102

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.403
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.403
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:        30084724 kB
Buffers:           10528 kB
Cached:            77880 kB
SwapCached:         1824 kB
Active:           380104 kB
Inactive:          32292 kB
Active(anon):     325320 kB
Inactive(anon):     1032 kB
Active(file):      54784 kB
Inactive(file):    31260 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098268 kB
Dirty:              1764 kB
Writeback:             0 kB
AnonPages:       1986648 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             566464 kB
SReclaimable:       9972 kB
SUnreclaim:       556492 kB
KernelStack:        1624 kB
PageTables:         8268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2483760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1933312 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= 71732 MiB
End job on node134 at 2016-06-06 16:09:31