Trace number 4085700

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)132 1800.06 1792.34

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-go19.opb
MD5SUMac3a0c512b81d5e532f489853538ca8f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables441
Total number of constraints441
Number of constraints which are clauses361
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint5
Number of terms in the objective function 361
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 361
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 361
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
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 No 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.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085700-1465279311.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.19	c ... done. Wall clock time 0.081s.
0.10/0.19	c declared #vars     441
0.10/0.19	c #constraints  521
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 361
0.10/0.19	c org.sat4j.specs.Constr$1 => 80
0.10/0.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 80
0.10/0.19	c 521 constraints processed.
0.10/0.19	c objective function length is 361 literals
0.27/0.20	c SATISFIABLE
0.27/0.20	c OPTIMIZING...
0.27/0.20	c Got one! Elapsed wall clock time (in seconds):0.093
0.27/0.20	o 141
0.27/0.21	c Got one! Elapsed wall clock time (in seconds):0.104
0.27/0.21	o 140
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.117
0.27/0.23	o 139
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.2
0.51/0.31	o 138
0.80/0.55	c cleaning 2720 clauses out of 5453 with flag 10606/5453
0.95/0.61	c Got one! Elapsed wall clock time (in seconds):0.498
0.95/0.61	o 137
1.09/0.72	c Got one! Elapsed wall clock time (in seconds):0.616
1.09/0.72	o 136
1.09/0.74	c Got one! Elapsed wall clock time (in seconds):0.633
1.09/0.74	o 135
1.09/0.79	c cleaning 4497 clauses out of 9003 with flag 2240/11723
1.47/1.03	c cleaning 5247 clauses out of 10507 with flag 15913/17724
1.78/1.32	c cleaning 6124 clauses out of 12261 with flag 30885/24725
2.09/1.68	c cleaning 7060 clauses out of 14135 with flag 47649/32723
2.59/2.10	c cleaning 8029 clauses out of 16076 with flag 66938/41724
3.10/2.60	c cleaning 9017 clauses out of 18047 with flag 88058/51724
3.70/3.21	c cleaning 10005 clauses out of 20029 with flag 111265/62723
4.30/3.84	c cleaning 11004 clauses out of 22024 with flag 136522/74723
4.50/4.06	c Got one! Elapsed wall clock time (in seconds):3.948
4.50/4.06	o 134
4.80/4.38	c cleaning 10732 clauses out of 21482 with flag 10997/85185
5.10/4.65	c cleaning 8368 clauses out of 16750 with flag 23861/91185
5.40/4.98	c cleaning 7682 clauses out of 15381 with flag 38674/98184
5.79/5.34	c cleaning 7839 clauses out of 15700 with flag 55561/106185
6.20/5.72	c cleaning 8422 clauses out of 16860 with flag 74512/115184
6.60/6.16	c cleaning 9212 clauses out of 18439 with flag 95565/125185
7.10/6.69	c cleaning 10104 clauses out of 20227 with flag 118724/136185
7.69/7.29	c cleaning 11053 clauses out of 22122 with flag 143996/148184
8.40/7.95	c cleaning 12025 clauses out of 24069 with flag 171400/161184
9.20/8.70	c cleaning 13014 clauses out of 26044 with flag 200850/175184
10.00/9.54	c cleaning 14007 clauses out of 28032 with flag 232576/190186
10.30/9.87	c Got one! Elapsed wall clock time (in seconds):9.759
10.30/9.87	o 133
10.60/10.19	c cleaning 12974 clauses out of 25959 with flag 10644/202120
10.92/10.46	c cleaning 9485 clauses out of 18984 with flag 23822/208119
11.21/10.73	c cleaning 8241 clauses out of 16499 with flag 38838/215119
11.52/11.06	c cleaning 8118 clauses out of 16258 with flag 55608/223119
11.91/11.41	c cleaning 8560 clauses out of 17140 with flag 74846/232119
12.31/11.82	c cleaning 9282 clauses out of 18580 with flag 96018/242119
12.82/12.36	c cleaning 10138 clauses out of 20300 with flag 119340/253121
13.51/13.02	c cleaning 11071 clauses out of 22160 with flag 145347/265119
14.11/13.66	c cleaning 12037 clauses out of 24090 with flag 172941/278120
14.92/14.44	c cleaning 13020 clauses out of 26053 with flag 202582/292120
15.82/15.37	c cleaning 14007 clauses out of 28033 with flag 234400/307120
16.82/16.34	c cleaning 15002 clauses out of 30026 with flag 268323/323120
17.81/17.40	c cleaning 16004 clauses out of 32023 with flag 304140/340119
19.02/18.55	c cleaning 17001 clauses out of 34020 with flag 342388/358120
20.32/19.84	c cleaning 18003 clauses out of 36019 with flag 382673/377120
21.71/21.29	c cleaning 18996 clauses out of 38016 with flag 424705/397120
23.21/22.76	c cleaning 20001 clauses out of 40019 with flag 469118/418119
25.21/24.62	c cleaning 21005 clauses out of 42018 with flag 515581/440119
27.31/26.77	c cleaning 21996 clauses out of 44013 with flag 564032/463119
29.61/29.05	c cleaning 22999 clauses out of 46018 with flag 615004/487120
31.41/30.82	c Got one! Elapsed wall clock time (in seconds):30.712
31.41/30.82	o 132
32.11/31.56	c cleaning 23802 clauses out of 47621 with flag 11187/511722
32.51/31.95	c cleaning 14903 clauses out of 29819 with flag 24050/517722
32.81/32.29	c cleaning 10950 clauses out of 21916 with flag 38850/524722
33.21/32.67	c cleaning 9476 clauses out of 18966 with flag 55854/532722
33.61/33.08	c cleaning 9235 clauses out of 18490 with flag 74877/541722
34.11/33.53	c cleaning 9617 clauses out of 19256 with flag 96084/551723
34.61/34.09	c cleaning 10306 clauses out of 20638 with flag 119251/562722
35.31/34.73	c cleaning 11152 clauses out of 22333 with flag 144766/574723
36.01/35.41	c cleaning 12082 clauses out of 24181 with flag 172283/587723
36.81/36.22	c cleaning 13039 clauses out of 26098 with flag 201834/601722
37.91/37.30	c cleaning 14020 clauses out of 28059 with flag 233586/616722
39.01/38.48	c cleaning 15013 clauses out of 30039 with flag 267761/632722
40.25/39.68	c cleaning 16004 clauses out of 32026 with flag 303626/649722
41.46/40.85	c cleaning 16999 clauses out of 34023 with flag 341541/667723
42.86/42.25	c cleaning 18000 clauses out of 36023 with flag 381425/686722
44.16/43.58	c cleaning 19000 clauses out of 38023 with flag 423459/706722
45.66/45.01	c cleaning 20004 clauses out of 40023 with flag 467671/727722
47.26/46.66	c cleaning 21004 clauses out of 42020 with flag 514142/749723
49.06/48.42	c cleaning 22002 clauses out of 44015 with flag 562768/772722
50.75/50.18	c cleaning 22997 clauses out of 46014 with flag 613062/796723
52.75/52.17	c cleaning 23998 clauses out of 48017 with flag 665472/821723
54.75/54.13	c cleaning 25002 clauses out of 50018 with flag 719833/847722
56.88/56.26	c cleaning 25995 clauses out of 52016 with flag 776396/874722
58.98/58.36	c cleaning 27002 clauses out of 54022 with flag 835318/902723
61.18/60.57	c cleaning 28001 clauses out of 56019 with flag 896401/931722
63.48/62.83	c cleaning 28999 clauses out of 58018 with flag 959458/961722
66.07/65.47	c cleaning 29998 clauses out of 60019 with flag 1024873/992722
69.17/68.50	c cleaning 31001 clauses out of 62021 with flag 1092437/1024722
72.77/72.11	c cleaning 32001 clauses out of 64020 with flag 1162168/1057722
76.07/75.30	c cleaning 33000 clauses out of 66019 with flag 1234089/1091722
79.67/78.90	c cleaning 33998 clauses out of 68019 with flag 1307774/1126722
83.07/82.33	c cleaning 35001 clauses out of 70021 with flag 1383607/1162722
86.86/86.12	c cleaning 36000 clauses out of 72021 with flag 1461923/1199723
90.86/90.12	c cleaning 36999 clauses out of 74020 with flag 1542179/1237722
95.56/94.86	c cleaning 38001 clauses out of 76022 with flag 1624013/1276723
100.27/99.47	c cleaning 38999 clauses out of 78021 with flag 1708191/1316723
105.67/104.82	c cleaning 40002 clauses out of 80022 with flag 1794238/1357723
110.98/110.17	c cleaning 40996 clauses out of 82019 with flag 1882336/1399722
115.77/114.93	c cleaning 41998 clauses out of 84024 with flag 1972433/1442723
121.17/120.39	c cleaning 43001 clauses out of 86025 with flag 2065158/1486722
127.38/126.44	c cleaning 43999 clauses out of 88025 with flag 2160573/1531723
132.38/131.45	c cleaning 45004 clauses out of 90026 with flag 2259167/1577723
137.78/136.89	c cleaning 46003 clauses out of 92021 with flag 2358326/1624722
144.28/143.33	c cleaning 47001 clauses out of 94018 with flag 2459369/1672722
150.91/149.81	c cleaning 48001 clauses out of 96017 with flag 2562372/1721722
157.61/156.58	c cleaning 48996 clauses out of 98016 with flag 2668011/1771722
164.31/163.24	c cleaning 49998 clauses out of 100020 with flag 2775748/1822722
171.77/170.56	c cleaning 51002 clauses out of 102024 with flag 2885421/1874724
178.86/177.68	c cleaning 52002 clauses out of 104020 with flag 2997635/1927722
187.56/186.37	c cleaning 52999 clauses out of 106018 with flag 3111487/1981722
194.53/193.17	c cleaning 54004 clauses out of 108019 with flag 3227633/2036722
202.63/201.21	c cleaning 54999 clauses out of 110015 with flag 3345361/2092722
211.33/209.95	c cleaning 55998 clauses out of 112017 with flag 3465360/2149723
221.08/219.53	c cleaning 57000 clauses out of 114019 with flag 3587885/2207723
230.98/229.48	c cleaning 57996 clauses out of 116018 with flag 3712203/2266722
238.14/236.54	c cleaning 59001 clauses out of 118022 with flag 3838846/2326722
246.74/245.19	c cleaning 60001 clauses out of 120022 with flag 3967539/2387723
255.64/254.02	c cleaning 61000 clauses out of 122020 with flag 4097958/2449722
266.01/264.37	c cleaning 62002 clauses out of 124021 with flag 4230479/2512723
276.11/274.46	c cleaning 62999 clauses out of 126018 with flag 4365324/2576722
287.96/286.26	c cleaning 63998 clauses out of 128020 with flag 4502179/2641723
300.97/299.21	c cleaning 65001 clauses out of 130022 with flag 4641047/2707723
310.57/308.73	c cleaning 66004 clauses out of 132020 with flag 4782170/2774722
319.08/317.21	c cleaning 67000 clauses out of 134017 with flag 4925221/2842723
329.36/327.43	c cleaning 68002 clauses out of 136018 with flag 5070592/2911724
339.96/338.10	c cleaning 68997 clauses out of 138014 with flag 5218007/2981722
350.20/348.25	c cleaning 70000 clauses out of 140018 with flag 5367433/3052723
361.40/359.45	c cleaning 70997 clauses out of 142017 with flag 5518753/3124722
372.57/370.58	c cleaning 71998 clauses out of 144020 with flag 5672428/3197722
384.37/382.37	c cleaning 72996 clauses out of 146022 with flag 5827896/3271722
396.39/394.31	c cleaning 74008 clauses out of 148027 with flag 5985534/3346723
406.56/404.45	c cleaning 74998 clauses out of 150018 with flag 6144937/3422722
420.06/417.93	c cleaning 75996 clauses out of 152021 with flag 6307219/3499723
433.73/431.53	c cleaning 77004 clauses out of 154024 with flag 6470670/3577722
447.74/445.54	c cleaning 78001 clauses out of 156020 with flag 6637389/3656722
461.88/459.67	c cleaning 78999 clauses out of 158019 with flag 6806072/3736722
476.64/474.30	c cleaning 79997 clauses out of 160021 with flag 6976580/3817723
493.05/490.72	c cleaning 81003 clauses out of 162023 with flag 7149218/3899722
509.76/507.44	c cleaning 81994 clauses out of 164020 with flag 7322846/3982722
525.82/523.40	c cleaning 83002 clauses out of 166026 with flag 7499182/4066722
542.62/540.13	c cleaning 84004 clauses out of 168024 with flag 7678523/4151722
560.11/557.68	c cleaning 85002 clauses out of 170021 with flag 7859822/4237723
578.16/575.63	c cleaning 86000 clauses out of 172019 with flag 8042487/4324723
597.33/594.72	c cleaning 86999 clauses out of 174018 with flag 8227272/4412722
619.59/616.92	c cleaning 88001 clauses out of 176020 with flag 8414043/4501723
643.39/640.69	c cleaning 88996 clauses out of 178018 with flag 8603922/4591722
666.29/663.58	c cleaning 90000 clauses out of 180023 with flag 8795565/4682723
691.35/688.57	c cleaning 91001 clauses out of 182022 with flag 8989691/4774722
716.39/713.54	c cleaning 91999 clauses out of 184021 with flag 9186115/4867722
742.62/739.79	c cleaning 92999 clauses out of 186022 with flag 9383855/4961722
764.95/762.01	c cleaning 93998 clauses out of 188024 with flag 9583377/5056723
793.74/790.77	c cleaning 95005 clauses out of 190026 with flag 9785552/5152723
815.40/812.36	c cleaning 95999 clauses out of 192021 with flag 9990105/5249723
839.23/836.18	c cleaning 97003 clauses out of 194021 with flag 10196593/5347722
864.07/860.90	c cleaning 97996 clauses out of 196018 with flag 10404887/5446722
890.42/887.16	c cleaning 98999 clauses out of 198023 with flag 10616496/5546723
916.53/913.19	c cleaning 100000 clauses out of 200024 with flag 10830053/5647723
941.07/937.69	c cleaning 100999 clauses out of 202024 with flag 11046451/5749723
964.07/960.58	c cleaning 102003 clauses out of 204025 with flag 11264785/5852723
986.16/982.52	c cleaning 103000 clauses out of 206023 with flag 11484361/5956724
1011.46/1007.79	c cleaning 103997 clauses out of 208021 with flag 11705972/6061722
1032.49/1028.70	c cleaning 105001 clauses out of 210024 with flag 11928847/6167722
1057.93/1054.03	c cleaning 105999 clauses out of 212023 with flag 12154046/6274722
1084.49/1080.52	c cleaning 107000 clauses out of 214024 with flag 12381331/6382722
1113.14/1109.20	c cleaning 108003 clauses out of 216024 with flag 12609538/6491722
1140.11/1135.92	c cleaning 108997 clauses out of 218022 with flag 12840872/6601723
1168.81/1164.56	c cleaning 110000 clauses out of 220024 with flag 13075956/6712722
1194.61/1190.29	c cleaning 110998 clauses out of 222024 with flag 13312558/6824722
1221.75/1217.26	c cleaning 112001 clauses out of 224027 with flag 13550705/6937723
1249.28/1244.60	c cleaning 112999 clauses out of 226025 with flag 13790822/7051722
1279.11/1274.34	c cleaning 114001 clauses out of 228026 with flag 14032698/7166722
1307.60/1302.75	c cleaning 115001 clauses out of 230026 with flag 14276291/7282723
1334.26/1329.26	c cleaning 115998 clauses out of 232024 with flag 14522289/7399722
1358.93/1353.78	c cleaning 117001 clauses out of 234027 with flag 14770618/7517723
1386.84/1381.55	c cleaning 117997 clauses out of 236026 with flag 15021367/7636723
1415.56/1410.08	c cleaning 119004 clauses out of 238028 with flag 15274896/7756722
1439.35/1433.74	c cleaning 120003 clauses out of 240024 with flag 15530185/7877722
1460.15/1454.36	c cleaning 121000 clauses out of 242021 with flag 15788115/7999722
1483.25/1477.31	c cleaning 122001 clauses out of 244022 with flag 16046811/8122723
1505.82/1499.74	c cleaning 122995 clauses out of 246020 with flag 16307750/8246722
1534.07/1527.89	c cleaning 124003 clauses out of 248026 with flag 16571424/8371723
1564.47/1558.10	c cleaning 124999 clauses out of 250023 with flag 16835772/8497723
1595.38/1588.91	c cleaning 126000 clauses out of 252023 with flag 17102519/8624722
1625.52/1618.96	c cleaning 127000 clauses out of 254025 with flag 17371075/8752724
1650.37/1643.66	c cleaning 128000 clauses out of 256025 with flag 17643094/8881724
1675.14/1668.25	c cleaning 128999 clauses out of 258023 with flag 17917755/9011722
1703.78/1696.75	c cleaning 129999 clauses out of 260025 with flag 18194241/9142723
1730.30/1723.08	c cleaning 131000 clauses out of 262026 with flag 18472106/9274723
1757.24/1749.82	c cleaning 132000 clauses out of 264025 with flag 18751701/9407722
1786.83/1779.22	c cleaning 133004 clauses out of 266026 with flag 19033703/9541723
1800.06/1792.30	c starts		: 11
1800.06/1792.30	c conflicts		: 9630783
1800.06/1792.30	c decisions		: 12599994
1800.06/1792.30	c propagations		: 83560105
1800.06/1792.30	c inspects		: 34383120409
1800.06/1792.30	c shortcuts		: 0
1800.06/1792.30	c learnt literals	: 0
1800.06/1792.30	c learnt binary clauses	: 0
1800.06/1792.30	c learnt ternary clauses	: 0
1800.06/1792.30	c learnt constraints	: 9630783
1800.06/1792.30	c ignored constraints	: 0
1800.06/1792.30	c root simplifications	: 0
1800.06/1792.30	c removed literals (reason simplification)	: 0
1800.06/1792.30	c reason swapping (by a shorter reason)	: 0
1800.06/1792.30	c Calls to reduceDB	: 170
1800.06/1792.30	c Number of update (reduction) of LBD	: 239953
1800.06/1792.30	c Imported unit clauses	: 0
1800.06/1792.30	c number of reductions to clauses (during analyze)	: 0
1800.06/1792.30	c number of learned constraints concerned by reduction	: 0
1800.06/1792.30	c number of learning phase by resolution	: 0
1800.06/1792.30	c number of learning phase by cutting planes	: 0
1800.06/1792.30	c speed (assignments/second)	: 46626.686769610555
1800.06/1792.30	c non guided choices	0
1800.06/1792.33	c learnt constraints type 
1800.06/1792.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 222082
1800.06/1792.33	s SATISFIABLE
1800.06/1792.33	c Found 10 solution(s)
1800.06/1792.33	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 
1800.06/1792.33	c objective function=132
1800.06/1792.33	c Total wall clock time (in seconds): 1792.227

Verifier Data

OK	132

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-4085700-1465279311/watcher-4085700-1465279311 -o /tmp/evaluation-result-4085700-1465279311/solver-4085700-1465279311 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085700-1465279311.opb 

pid=9183
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.14 2.08 2.02 4/195 9186
/proc/meminfo: memFree=31390732/32872528 swapFree=10676/249824
[pid=9186] ppid=9183 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9186/stat : 9186 (java) S 9183 9186 5384 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 109866609 98570240 977 33554432000 1073741824 1073778376 140733318437648 140733318428784 247067607101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9186/statm: 24065 977 743 9 0 16771 0
[pid=9186/tid=9187] ppid=9183 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9187/stat : 9187 (java) R 9183 9186 5384 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 109866609 98570240 977 33554432000 1073741824 1073778376 140733318437648 140061852929576 247064249728 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.14 2.08 2.02 4/195 9186
/proc/meminfo: memFree=31390732/32872528 swapFree=10676/249824
[pid=9186] ppid=9183 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9186/stat : 9186 (java) S 9183 9186 5384 0 -1 4202496 4416 0 1 0 9 1 0 0 20 0 18 0 109866609 9787879424 6045 33554432000 1073741824 1073778376 140733318437648 140733318428784 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9186/statm: 2389619 6045 2125 9 0 2380296 0
[pid=9186/tid=9187] ppid=9183 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9186/task/9187/stat : 9187 (java) R 9183 9186 5384 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 109866609 9787879424 6045 33554432000 1073741824 1073778376 140733318437648 140061852933024 140061860362040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200312 s]
/proc/loadavg: 2.14 2.08 2.02 4/195 9186
/proc/meminfo: memFree=31390732/32872528 swapFree=10676/249824
[pid=9186] ppid=9183 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9186/stat : 9186 (java) S 9183 9186 5384 0 -1 4202496 4936 0 1 0 26 1 0 0 20 0 19 0 109866609 9856040960 6978 33554432000 1073741824 1073778376 140733318437648 140733318428784 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9186/statm: 2406260 6978 2219 9 0 2396937 0
[pid=9186/tid=9187] ppid=9183 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9186/task/9187/stat : 9187 (java) R 9183 9186 5384 0 -1 4202560 2421 0 1 0 16 1 0 0 20 0 19 0 109866609 9856040960 6978 33554432000 1073741824 1073778376 140733318437648 140061852934784 140061718996284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300298 s]
/proc/loadavg: 2.14 2.08 2.02 4/195 9186
/proc/meminfo: memFree=31390732/32872528 swapFree=10676/249824
[pid=9186] ppid=9183 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9186/stat : 9186 (java) S 9183 9186 5384 0 -1 4202496 6881 0 1 0 50 1 0 0 20 0 19 0 109866609 9856040960 8459 33554432000 1073741824 1073778376 140733318437648 140733318428784 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9186/statm: 2406260 8459 2244 9 0 2396937 0
[pid=9186/tid=9187] ppid=9183 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9186/task/9187/stat : 9187 (java) R 9183 9186 5384 0 -1 4202560 2426 0 1 0 26 1 0 0 20 0 19 0 109866609 9856040960 8459 33554432000 1073741824 1073778376 140733318437648 140061852934784 140061856220026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.70026 s]
/proc/loadavg: 2.14 2.08 2.02 4/195 9186
/proc/meminfo: memFree=31390732/32872528 swapFree=10676/249824
[pid=9186] ppid=9183 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/9186/stat : 9186 (java) S 9183 9186 5384 0 -1 4202496 8129 0 1 0 107 2 0 0 20 0 19 0 109866609 9856040960 10038 33554432000 1073741824 1073778376 140733318437648 140733318428784 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9186/statm: 2406260 10038 2255 9 0 2396937 0
[pid=9186/tid=9187] ppid=9183 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9186/task/9187/stat : 9187 (java) R 9183 9186 5384 0 -1 4202560 2429 0 1 0 66 1 0 0 20 0 19 0 109866609 9856040960 10038 33554432000 1073741824 1073778376 140733318437648 140061852934536 140061719367642 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.14 2.08 2.02 3/214 9205
/proc/meminfo: memFree=31351008/32872528 swapFree=10676/249824
[pid=9186] ppid=9183 vsize=9625040 CPUtime=1.99 cores=0,2,4,6
/proc/9186/stat : 9186 (java) S 9183 9186 5384 0 -1 4202496 9275 0 1 0 197 2 0 0 20 0 19 0 109866609 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140733318428784 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9186/statm: 2406260 13626 2259 9 0 2396937 0
[pid=9186/tid=9187] ppid=9183 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/9186/task/9187/stat : 9187 (java) R 9183 9186 5384 0 -1 4202560 2436 0 1 0 146 1 0 0 20 0 19 0 109866609 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061852931112 140061719434460 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9189] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9189/stat : 9189 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061841996584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9190] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9190/stat : 9190 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061840943784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9191] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9191/stat : 9191 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061839891496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9186/tid=9192] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9192/stat : 9192 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061838838696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9193] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9193/stat : 9193 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061837785384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9194] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9194/stat : 9194 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061691295912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9195] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9195/stat : 9195 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061690243624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9196] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9196/stat : 9196 (java) S 9183 9186 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061689190824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9197] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9197/stat : 9197 (java) S 9183 9186 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109866611 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061676993256 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9198] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9198/stat : 9198 (java) S 9183 9186 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109866612 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061675939320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9199] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9199/stat : 9199 (java) S 9183 9186 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109866612 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061674886920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9200] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9200/stat : 9200 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061673835408 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9201] ppid=9183 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9186/task/9201/stat : 9201 (java) S 9183 9186 5384 0 -1 4202560 3586 0 0 0 25 0 0 0 20 0 19 0 109866614 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061672782008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9202] ppid=9183 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9186/task/9202/stat : 9202 (java) S 9183 9186 5384 0 -1 4202560 1982 0 0 0 22 0 0 0 20 0 19 0 109866614 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061671729208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9203] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9203/stat : 9203 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061670677112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9204] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9204/stat : 9204 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061669624520 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9205] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9205/stat : 9205 (java) S 9183 9186 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109866629 9856040960 13626 33554432000 1073741824 1073778376 140733318437648 140061668570536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.14 2.08 2.02 3/214 9205
/proc/meminfo: memFree=31333756/32872528 swapFree=10676/249824
[pid=9186] ppid=9183 vsize=9625040 CPUtime=3.6 cores=0,2,4,6
/proc/9186/stat : 9186 (java) S 9183 9186 5384 0 -1 4202496 9285 0 1 0 357 3 0 0 20 0 19 0 109866609 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140733318428784 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9186/statm: 2406260 18746 2259 9 0 2396937 0
[pid=9186/tid=9187] ppid=9183 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/9186/task/9187/stat : 9187 (java) R 9183 9186 5384 0 -1 4202560 2446 0 1 0 306 2 0 0 20 0 19 0 109866609 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061852925632 140061719375446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9189] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9189/stat : 9189 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061841996584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9190] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9190/stat : 9190 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061840943784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9191] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9191/stat : 9191 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061839891496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9186/tid=9192] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9192/stat : 9192 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061838838696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9193] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9193/stat : 9193 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061837785384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9194] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9194/stat : 9194 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061691295912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9195] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9195/stat : 9195 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061690243624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9196] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9196/stat : 9196 (java) S 9183 9186 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061689190824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9197] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9197/stat : 9197 (java) S 9183 9186 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109866611 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061676993256 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9198] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9198/stat : 9198 (java) S 9183 9186 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109866612 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061675939320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9199] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9199/stat : 9199 (java) S 9183 9186 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109866612 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061674886920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9200] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9200/stat : 9200 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061673835408 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9201] ppid=9183 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9186/task/9201/stat : 9201 (java) S 9183 9186 5384 0 -1 4202560 3586 0 0 0 25 0 0 0 20 0 19 0 109866614 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061672782008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9202] ppid=9183 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9186/task/9202/stat : 9202 (java) S 9183 9186 5384 0 -1 4202560 1982 0 0 0 22 0 0 0 20 0 19 0 109866614 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061671729208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9203] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9203/stat : 9203 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061670677112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9204] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9204/stat : 9204 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061669624520 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9205] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9205/stat : 9205 (java) S 9183 9186 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109866629 9856040960 18746 33554432000 1073741824 1073778376 140733318437648 140061668570536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.13 2.07 2.01 3/214 9205
/proc/meminfo: memFree=31294800/32872528 swapFree=10676/249824
[pid=9186] ppid=9183 vsize=9625040 CPUtime=6.8 cores=0,2,4,6
/proc/9186/stat : 9186 (java) S 9183 9186 5384 0 -1 4202496 9306 0 1 0 677 3 0 0 20 0 19 0 109866609 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140733318428784 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9186/statm: 2406260 28414 2260 9 0 2396937 0
[pid=9186/tid=9187] ppid=9183 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/9186/task/9187/stat : 9187 (java) R 9183 9186 5384 0 -1 4202560 2466 0 1 0 624 2 0 0 20 0 19 0 109866609 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061852934520 140061719434336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9189] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9189/stat : 9189 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061841996584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9190] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9190/stat : 9190 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061840943784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9191] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9191/stat : 9191 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061839891496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9186/tid=9192] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9192/stat : 9192 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061838838696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9193] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9193/stat : 9193 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061837785384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9194] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9194/stat : 9194 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061691295912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9195] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9195/stat : 9195 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061690243624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9196] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9196/stat : 9196 (java) S 9183 9186 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109866610 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061689190824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9197] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9197/stat : 9197 (java) S 9183 9186 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109866611 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061676993256 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9198] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9198/stat : 9198 (java) S 9183 9186 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109866612 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061675939320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9199] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9199/stat : 9199 (java) S 9183 9186 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109866612 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061674886920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9200] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9200/stat : 9200 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061673835408 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9201] ppid=9183 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9186/task/9201/stat : 9201 (java) S 9183 9186 5384 0 -1 4202560 3586 0 0 0 25 0 0 0 20 0 19 0 109866614 9856040960 28414 33554432000 1073741824 1073778376 140733318437648 140061672782008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9202] ppid=9183 vsize=9625040 CPUtime=0.22 cores=0,2,4,6

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

[pid=9186/tid=9205] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9205/stat : 9205 (java) S 9183 9186 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109866629 9856040960 88647 33554432000 1073741824 1073778376 140733318437648 140061668570536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1729.6
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 9316
/proc/meminfo: memFree=30793724/32872528 swapFree=10676/249824
[pid=9186] ppid=9183 vsize=9625040 CPUtime=1789.97 cores=0,2,4,6
/proc/9186/stat : 9186 (java) S 9183 9186 5384 0 -1 4202496 14689 0 1 0 178912 85 0 0 20 0 19 0 109866609 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140733318428784 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9186/statm: 2406260 86588 2282 9 0 2396937 0
[pid=9186/tid=9187] ppid=9183 vsize=9625040 CPUtime=1773.53 cores=0,2,4,6
/proc/9186/task/9187/stat : 9187 (java) R 9183 9186 5384 0 -1 4202560 2619 0 1 0 177322 31 0 0 20 0 19 0 109866609 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061852933312 140061719351199 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9189] ppid=9183 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/9186/task/9189/stat : 9189 (java) S 9183 9186 5384 0 -1 4202560 676 0 0 0 109 7 0 0 20 0 19 0 109866610 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061841996584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9190] ppid=9183 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/9186/task/9190/stat : 9190 (java) S 9183 9186 5384 0 -1 4202560 506 0 0 0 110 7 0 0 20 0 19 0 109866610 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061840943784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9191] ppid=9183 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/9186/task/9191/stat : 9191 (java) S 9183 9186 5384 0 -1 4202560 977 0 0 0 114 8 0 0 20 0 19 0 109866610 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061839891496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9186/tid=9192] ppid=9183 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/9186/task/9192/stat : 9192 (java) S 9183 9186 5384 0 -1 4202560 543 0 0 0 121 9 0 0 20 0 19 0 109866610 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061838838696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9186/tid=9193] ppid=9183 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/9186/task/9193/stat : 9193 (java) S 9183 9186 5384 0 -1 4202560 599 0 0 0 121 8 0 0 20 0 19 0 109866610 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061837785384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9194] ppid=9183 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/9186/task/9194/stat : 9194 (java) S 9183 9186 5384 0 -1 4202560 273 0 0 0 121 7 0 0 20 0 19 0 109866610 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061691295912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9186/tid=9195] ppid=9183 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/9186/task/9195/stat : 9195 (java) S 9183 9186 5384 0 -1 4202560 413 0 0 0 117 9 0 0 20 0 19 0 109866610 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061690243624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9196] ppid=9183 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/9186/task/9196/stat : 9196 (java) S 9183 9186 5384 0 -1 4202560 339 0 0 0 114 7 0 0 20 0 19 0 109866610 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061689190824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9197] ppid=9183 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/9186/task/9197/stat : 9197 (java) S 9183 9186 5384 0 -1 4202560 316 0 0 0 118 4 0 0 20 0 19 0 109866611 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061676993256 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9198] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9198/stat : 9198 (java) S 9183 9186 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109866612 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061675939320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9199] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9199/stat : 9199 (java) S 9183 9186 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866612 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061674886920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9200] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9200/stat : 9200 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061673835408 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9201] ppid=9183 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9186/task/9201/stat : 9201 (java) S 9183 9186 5384 0 -1 4202560 4085 0 0 0 28 0 0 0 20 0 19 0 109866614 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061672782008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9202] ppid=9183 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9186/task/9202/stat : 9202 (java) S 9183 9186 5384 0 -1 4202560 1982 0 0 0 22 0 0 0 20 0 19 0 109866614 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061671729208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9203] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9203/stat : 9203 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061670677112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9204] ppid=9183 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9186/task/9204/stat : 9204 (java) S 9183 9186 5384 0 -1 4202560 104 0 0 0 25 21 0 0 20 0 19 0 109866614 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061669624520 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9205] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9205/stat : 9205 (java) S 9183 9186 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109866629 9856040960 86588 33554432000 1073741824 1073778376 140733318437648 140061668570536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1789.97
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/213 9316
/proc/meminfo: memFree=30834424/32872528 swapFree=10676/249824
[pid=9186] ppid=9183 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/9186/stat : 9186 (java) S 9183 9186 5384 0 -1 4202496 14691 0 1 0 179921 85 0 0 20 0 19 0 109866609 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140733318428784 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9186/statm: 2406260 86381 2282 9 0 2396937 0
[pid=9186/tid=9187] ppid=9183 vsize=9625040 CPUtime=1783.33 cores=0,2,4,6
/proc/9186/task/9187/stat : 9187 (java) R 9183 9186 5384 0 -1 4202560 2621 0 1 0 178301 32 0 0 20 0 19 0 109866609 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061852933328 140061719351165 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9189] ppid=9183 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/9186/task/9189/stat : 9189 (java) S 9183 9186 5384 0 -1 4202560 676 0 0 0 111 7 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061841996584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9190] ppid=9183 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/9186/task/9190/stat : 9190 (java) S 9183 9186 5384 0 -1 4202560 506 0 0 0 111 7 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061840943784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9186/tid=9191] ppid=9183 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/9186/task/9191/stat : 9191 (java) S 9183 9186 5384 0 -1 4202560 977 0 0 0 116 8 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061839891496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9192] ppid=9183 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/9186/task/9192/stat : 9192 (java) S 9183 9186 5384 0 -1 4202560 543 0 0 0 122 9 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061838838696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9193] ppid=9183 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/9186/task/9193/stat : 9193 (java) S 9183 9186 5384 0 -1 4202560 599 0 0 0 122 8 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061837785384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9194] ppid=9183 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/9186/task/9194/stat : 9194 (java) S 9183 9186 5384 0 -1 4202560 273 0 0 0 124 7 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061691295912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9186/tid=9195] ppid=9183 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/9186/task/9195/stat : 9195 (java) S 9183 9186 5384 0 -1 4202560 413 0 0 0 119 9 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061690243624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9196] ppid=9183 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/9186/task/9196/stat : 9196 (java) S 9183 9186 5384 0 -1 4202560 339 0 0 0 115 7 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061689190824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9197] ppid=9183 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/9186/task/9197/stat : 9197 (java) S 9183 9186 5384 0 -1 4202560 316 0 0 0 132 4 0 0 20 0 19 0 109866611 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061676993256 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9198] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9198/stat : 9198 (java) S 9183 9186 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109866612 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061675939320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9199] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9199/stat : 9199 (java) S 9183 9186 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866612 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061674886920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9200] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9200/stat : 9200 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061673835408 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9201] ppid=9183 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9186/task/9201/stat : 9201 (java) S 9183 9186 5384 0 -1 4202560 4085 0 0 0 28 0 0 0 20 0 19 0 109866614 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061672782008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9202] ppid=9183 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9186/task/9202/stat : 9202 (java) S 9183 9186 5384 0 -1 4202560 1982 0 0 0 22 0 0 0 20 0 19 0 109866614 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061671729208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9203] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9203/stat : 9203 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061670677112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9204] ppid=9183 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9186/task/9204/stat : 9204 (java) S 9183 9186 5384 0 -1 4202560 104 0 0 0 25 21 0 0 20 0 19 0 109866614 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061669624520 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9205] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9205/stat : 9205 (java) S 9183 9186 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109866629 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061668570536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9186 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1792.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/213 9316
/proc/meminfo: memFree=30834424/32872528 swapFree=10676/249824
[pid=9186] ppid=9183 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/9186/stat : 9186 (java) S 9183 9186 5384 0 -1 4202496 14691 0 1 0 179921 85 0 0 20 0 19 0 109866609 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140733318428784 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9186/statm: 2406260 86381 2282 9 0 2396937 0
[pid=9186/tid=9187] ppid=9183 vsize=9625040 CPUtime=1783.33 cores=0,2,4,6
/proc/9186/task/9187/stat : 9187 (java) R 9183 9186 5384 0 -1 4202560 2621 0 1 0 178301 32 0 0 20 0 19 0 109866609 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061852933328 140061719351165 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9189] ppid=9183 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/9186/task/9189/stat : 9189 (java) S 9183 9186 5384 0 -1 4202560 676 0 0 0 111 7 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061841996584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9190] ppid=9183 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/9186/task/9190/stat : 9190 (java) S 9183 9186 5384 0 -1 4202560 506 0 0 0 111 7 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061840943784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9186/tid=9191] ppid=9183 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/9186/task/9191/stat : 9191 (java) S 9183 9186 5384 0 -1 4202560 977 0 0 0 116 8 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061839891496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9192] ppid=9183 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/9186/task/9192/stat : 9192 (java) S 9183 9186 5384 0 -1 4202560 543 0 0 0 122 9 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061838838696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9193] ppid=9183 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/9186/task/9193/stat : 9193 (java) S 9183 9186 5384 0 -1 4202560 599 0 0 0 122 8 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061837785384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9194] ppid=9183 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/9186/task/9194/stat : 9194 (java) S 9183 9186 5384 0 -1 4202560 273 0 0 0 124 7 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061691295912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9186/tid=9195] ppid=9183 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/9186/task/9195/stat : 9195 (java) S 9183 9186 5384 0 -1 4202560 413 0 0 0 119 9 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061690243624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9196] ppid=9183 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/9186/task/9196/stat : 9196 (java) S 9183 9186 5384 0 -1 4202560 339 0 0 0 115 7 0 0 20 0 19 0 109866610 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061689190824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9197] ppid=9183 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/9186/task/9197/stat : 9197 (java) S 9183 9186 5384 0 -1 4202560 316 0 0 0 132 4 0 0 20 0 19 0 109866611 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061676993256 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9198] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9198/stat : 9198 (java) S 9183 9186 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109866612 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061675939320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9199] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9199/stat : 9199 (java) S 9183 9186 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866612 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061674886920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9200] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9200/stat : 9200 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061673835408 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9201] ppid=9183 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9186/task/9201/stat : 9201 (java) S 9183 9186 5384 0 -1 4202560 4085 0 0 0 28 0 0 0 20 0 19 0 109866614 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061672782008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9186/tid=9202] ppid=9183 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9186/task/9202/stat : 9202 (java) S 9183 9186 5384 0 -1 4202560 1982 0 0 0 22 0 0 0 20 0 19 0 109866614 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061671729208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9203] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9203/stat : 9203 (java) S 9183 9186 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866614 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061670677112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9186/tid=9204] ppid=9183 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9186/task/9204/stat : 9204 (java) S 9183 9186 5384 0 -1 4202560 104 0 0 0 25 21 0 0 20 0 19 0 109866614 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061669624520 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9186/tid=9205] ppid=9183 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9186/task/9205/stat : 9205 (java) S 9183 9186 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109866629 9856040960 86381 33554432000 1073741824 1073778376 140733318437648 140061668570536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1792.34
CPU time (s): 1800.06
CPU user time (s): 1799.21
CPU system time (s): 0.85
CPU usage (%): 100.431
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.69
system time used= 1.3328
maximum resident set size= 613688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14744
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41826
involuntary context switches= 24474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.70153 second user time and 13.6149 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-07 08:01:51
IDJOB=4085700
IDBENCH=89865
IDSOLVER=2546
FILE ID=node103/4085700-1465279311
RUNJOBID= node103-1465256472-5400
PBS_JOBID= 19843279
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-go19.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085700-1465279311/watcher-4085700-1465279311 -o /tmp/evaluation-result-4085700-1465279311/solver-4085700-1465279311 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085700-1465279311.opb

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

MD5SUM BENCH= ac3a0c512b81d5e532f489853538ca8f
RANDOM SEED=1484255021

node103.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.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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.760
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.760
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.760
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.760
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.760
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.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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:        31391268 kB
Buffers:          136012 kB
Cached:           167584 kB
SwapCached:         1720 kB
Active:           294876 kB
Inactive:         198812 kB
Active(anon):     191128 kB
Inactive(anon):     1216 kB
Active(file):     103748 kB
Inactive(file):   197596 kB
Unevictable:      249824 kB
Mlocked:           10676 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:               792 kB
Writeback:             0 kB
AnonPages:        471660 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             601776 kB
SReclaimable:      45072 kB
SUnreclaim:       556704 kB
KernelStack:        1768 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     939032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 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= 71736 MiB
End job on node103 at 2016-06-07 08:31:44