Trace number 4085277

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)231 1800.73 1788.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_17.opb.PB06.opb
MD5SUM90154dd1b8a90675a35ad37cbef52f77
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark219
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 189
Optimality of the best value was proved NO
Number of variables481
Total number of constraints481
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 constraints481
Minimum length of a constraint3
Maximum length of a constraint19
Number of terms in the objective function 481
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 481
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 481
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085277-1465223979.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.27/0.22	c ... done. Wall clock time 0.11s.
0.27/0.22	c declared #vars     481
0.27/0.22	c #constraints  481
0.27/0.22	c constraints type 
0.27/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 481
0.27/0.22	c 481 constraints processed.
0.27/0.22	c objective function length is 481 literals
0.27/0.24	c SATISFIABLE
0.27/0.24	c OPTIMIZING...
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.123
0.27/0.24	o 237
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.156
0.27/0.27	o 236
0.92/0.58	c Got one! Elapsed wall clock time (in seconds):0.467
0.92/0.58	o 235
1.25/0.86	c cleaning 2940 clauses out of 5888 with flag 6963/5888
1.77/1.28	c cleaning 4468 clauses out of 8949 with flag 19574/11889
2.06/1.51	c Got one! Elapsed wall clock time (in seconds):1.402
2.06/1.51	o 234
2.23/1.68	c cleaning 5123 clauses out of 10265 with flag 4508/17673
2.74/2.13	c cleaning 5562 clauses out of 11142 with flag 17640/23673
3.25/2.70	c cleaning 6284 clauses out of 12581 with flag 32426/30674
3.95/3.31	c cleaning 7140 clauses out of 14296 with flag 49239/38673
4.65/4.06	c cleaning 8067 clauses out of 16156 with flag 68150/47673
5.45/4.85	c cleaning 9037 clauses out of 18090 with flag 89187/57674
6.34/5.75	c cleaning 10013 clauses out of 20052 with flag 112097/68673
6.64/6.08	c Got one! Elapsed wall clock time (in seconds):5.966
6.64/6.08	o 233
6.74/6.18	c cleaning 7677 clauses out of 15370 with flag 2138/74004
7.25/6.65	c cleaning 6839 clauses out of 13694 with flag 15749/80005
7.75/7.19	c cleaning 6921 clauses out of 13855 with flag 30384/87005
8.35/7.78	c cleaning 7461 clauses out of 14933 with flag 47090/95004
9.05/8.45	c cleaning 8229 clauses out of 16472 with flag 65861/104004
9.85/9.21	c cleaning 9115 clauses out of 18243 with flag 86715/114004
10.79/10.10	c cleaning 10056 clauses out of 20128 with flag 109759/125004
10.99/10.31	c Got one! Elapsed wall clock time (in seconds):10.198
10.99/10.31	o 232
11.09/10.48	c cleaning 7596 clauses out of 15208 with flag 4392/130140
11.49/10.87	c cleaning 6797 clauses out of 13611 with flag 16944/136139
11.99/11.34	c cleaning 6898 clauses out of 13813 with flag 31618/143138
12.59/11.96	c cleaning 7451 clauses out of 14916 with flag 48714/151139
13.49/12.84	c cleaning 8227 clauses out of 16465 with flag 67618/160139
14.69/14.06	c cleaning 9109 clauses out of 18237 with flag 88463/170138
15.89/15.28	c cleaning 10058 clauses out of 20128 with flag 111264/181138
17.09/16.50	c cleaning 11028 clauses out of 22071 with flag 137008/193139
18.59/17.92	c cleaning 12017 clauses out of 24044 with flag 164045/206140
20.09/19.48	c cleaning 13006 clauses out of 26026 with flag 193196/220139
21.79/21.18	c cleaning 14005 clauses out of 28020 with flag 224395/235139
23.49/22.87	c cleaning 15000 clauses out of 30015 with flag 257924/251139
25.61/24.93	c cleaning 15998 clauses out of 32014 with flag 293345/268138
27.71/27.04	c cleaning 17002 clauses out of 34017 with flag 330892/286139
29.61/28.98	c cleaning 18002 clauses out of 36015 with flag 370657/305139
32.31/31.68	c cleaning 18997 clauses out of 38013 with flag 412082/325139
34.82/34.19	c cleaning 20000 clauses out of 40016 with flag 455672/346139
37.21/36.50	c cleaning 20999 clauses out of 42015 with flag 501507/368138
39.89/39.12	c cleaning 21999 clauses out of 44016 with flag 549300/391138
42.79/42.09	c cleaning 22998 clauses out of 46018 with flag 599089/415139
46.29/45.52	c cleaning 24000 clauses out of 48020 with flag 651055/440139
49.79/49.03	c cleaning 25001 clauses out of 50020 with flag 705099/466139
53.49/52.78	c cleaning 26004 clauses out of 52019 with flag 761150/493139
57.13/56.22	c cleaning 26998 clauses out of 54015 with flag 819551/521139
60.62/59.76	c cleaning 27999 clauses out of 56016 with flag 879831/550138
65.02/64.19	c cleaning 28998 clauses out of 58017 with flag 942257/580138
70.02/69.12	c cleaning 30001 clauses out of 60020 with flag 1006676/611139
74.42/73.56	c cleaning 31001 clauses out of 62018 with flag 1073336/643138
79.28/78.35	c cleaning 31999 clauses out of 64017 with flag 1142332/676138
83.78/82.86	c cleaning 33002 clauses out of 66019 with flag 1213121/710139
88.68/87.76	c cleaning 34000 clauses out of 68017 with flag 1285613/745139
94.35/93.21	c cleaning 34996 clauses out of 70016 with flag 1360078/781138
100.35/99.27	c cleaning 36002 clauses out of 72020 with flag 1437738/818138
106.65/105.51	c cleaning 36998 clauses out of 74019 with flag 1516773/856139
113.37/112.18	c cleaning 38000 clauses out of 76020 with flag 1596937/895138
120.18/118.93	c cleaning 39003 clauses out of 78020 with flag 1679815/935138
127.88/126.64	c cleaning 40000 clauses out of 80018 with flag 1764950/976139
136.21/134.82	c cleaning 40999 clauses out of 82017 with flag 1852468/1018138
146.51/145.19	c cleaning 41999 clauses out of 84018 with flag 1942035/1061138
156.08/154.50	c cleaning 43000 clauses out of 86019 with flag 2033885/1105138
164.77/163.22	c cleaning 43997 clauses out of 88019 with flag 2128116/1150138
173.06/171.40	c cleaning 45002 clauses out of 90023 with flag 2223987/1196139
184.06/182.31	c cleaning 46001 clauses out of 92021 with flag 2321498/1243139
194.59/192.71	c cleaning 46998 clauses out of 94020 with flag 2421929/1291139
205.08/203.12	c cleaning 48002 clauses out of 96022 with flag 2523668/1340139
215.78/213.84	c cleaning 48999 clauses out of 98019 with flag 2627478/1390138
229.12/227.11	c cleaning 50001 clauses out of 100021 with flag 2733369/1441139
241.94/239.87	c cleaning 51000 clauses out of 102019 with flag 2841162/1493138
252.64/250.51	c cleaning 51999 clauses out of 104020 with flag 2951338/1546139
264.88/262.72	c cleaning 52999 clauses out of 106020 with flag 3063455/1600138
276.95/274.74	c cleaning 53999 clauses out of 108021 with flag 3177503/1655138
289.65/287.42	c cleaning 55002 clauses out of 110023 with flag 3294220/1711139
301.50/299.27	c cleaning 55999 clauses out of 112021 with flag 3413080/1768139
315.70/313.42	c cleaning 57003 clauses out of 114021 with flag 3534060/1826138
327.86/325.50	c cleaning 57998 clauses out of 116018 with flag 3657268/1885138
339.71/337.30	c cleaning 58998 clauses out of 118020 with flag 3782403/1945138
353.67/351.25	c cleaning 60000 clauses out of 120022 with flag 3909189/2006138
370.17/367.72	c cleaning 60997 clauses out of 122022 with flag 4039794/2068138
385.22/382.73	c cleaning 61999 clauses out of 124026 with flag 4172197/2131139
402.87/400.37	c cleaning 63002 clauses out of 126027 with flag 4306285/2195139
421.73/419.16	c cleaning 64004 clauses out of 128025 with flag 4440947/2260139
435.57/432.99	c cleaning 65000 clauses out of 130020 with flag 4578244/2326138
454.01/451.33	c cleaning 65998 clauses out of 132021 with flag 4718035/2393139
471.67/468.95	c cleaning 67001 clauses out of 134023 with flag 4860657/2461139
492.58/489.78	c cleaning 68000 clauses out of 136022 with flag 5005532/2530139
514.27/511.39	c cleaning 68999 clauses out of 138022 with flag 5151092/2600139
531.92/528.98	c cleaning 69998 clauses out of 140022 with flag 5298496/2671138
557.23/554.19	c cleaning 71001 clauses out of 142024 with flag 5447263/2743138
575.60/572.49	c cleaning 72003 clauses out of 144023 with flag 5599641/2816138
594.76/591.58	c cleaning 73002 clauses out of 146021 with flag 5754224/2890139
618.47/615.19	c cleaning 73999 clauses out of 148019 with flag 5910287/2965139
648.10/644.71	c cleaning 74998 clauses out of 150019 with flag 6067854/3041138
670.17/666.77	c cleaning 75999 clauses out of 152021 with flag 6228103/3118138
697.99/694.41	c cleaning 77003 clauses out of 154023 with flag 6390853/3196139
723.84/720.29	c cleaning 77997 clauses out of 156019 with flag 6555340/3275138
753.87/750.27	c cleaning 79000 clauses out of 158022 with flag 6721540/3355138
791.27/787.57	c cleaning 80005 clauses out of 160023 with flag 6891502/3436139
815.50/811.62	c cleaning 80999 clauses out of 162018 with flag 7061952/3518139
838.52/834.54	c cleaning 81996 clauses out of 164019 with flag 7234155/3601139
864.18/860.20	c cleaning 82997 clauses out of 166022 with flag 7409027/3685138
898.62/894.49	c cleaning 84002 clauses out of 168026 with flag 7585174/3770139
927.04/922.70	c cleaning 84998 clauses out of 170024 with flag 7764141/3856139
929.64/925.36	c Got one! Elapsed wall clock time (in seconds):925.252
929.64/925.36	o 231
931.85/927.57	c cleaning 52025 clauses out of 104066 with flag 11026/3875179
933.06/928.72	c cleaning 29013 clauses out of 58042 with flag 23670/3881180
933.96/929.62	c cleaning 18002 clauses out of 36027 with flag 38420/3888178
934.75/930.46	c cleaning 13004 clauses out of 26026 with flag 55454/3896179
935.55/931.21	c cleaning 11001 clauses out of 22022 with flag 74369/3905179
936.49/932.10	c cleaning 10502 clauses out of 21021 with flag 95415/3915179
937.39/933.03	c cleaning 10748 clauses out of 21519 with flag 118342/3926179
938.29/933.98	c cleaning 11377 clauses out of 22771 with flag 143457/3938179
939.29/935.00	c cleaning 12183 clauses out of 24394 with flag 170613/3951179
940.50/936.14	c cleaning 13095 clauses out of 26212 with flag 200044/3965180
941.99/937.66	c cleaning 14049 clauses out of 28115 with flag 231797/3980178
943.71/939.31	c cleaning 15025 clauses out of 30066 with flag 265176/3996178
945.51/941.18	c cleaning 16013 clauses out of 32042 with flag 300502/4013179
947.65/943.25	c cleaning 17003 clauses out of 34029 with flag 337934/4031179
949.55/945.17	c cleaning 18000 clauses out of 36026 with flag 377375/4050179
951.96/947.53	c cleaning 19004 clauses out of 38025 with flag 421729/4070178
954.29/949.87	c cleaning 20001 clauses out of 40022 with flag 465279/4091179
956.59/952.16	c cleaning 21002 clauses out of 42021 with flag 511093/4113179
959.21/954.74	c cleaning 21997 clauses out of 44018 with flag 558703/4136178
962.41/957.97	c cleaning 23001 clauses out of 46021 with flag 608640/4160178
965.51/961.04	c cleaning 23999 clauses out of 48020 with flag 660714/4185178
968.35/963.85	c cleaning 25002 clauses out of 50022 with flag 714693/4211179
971.78/967.22	c cleaning 26000 clauses out of 52020 with flag 770733/4238179
975.21/970.69	c cleaning 26998 clauses out of 54019 with flag 829010/4266178
979.51/974.94	c cleaning 28003 clauses out of 56021 with flag 889496/4295178
983.62/979.02	c cleaning 28998 clauses out of 58019 with flag 952219/4325179
987.94/983.30	c cleaning 30001 clauses out of 60022 with flag 1016518/4356180
993.08/988.43	c cleaning 30997 clauses out of 62020 with flag 1082811/4388179
997.90/993.21	c cleaning 32003 clauses out of 64023 with flag 1151755/4421179
1003.02/998.32	c cleaning 33001 clauses out of 66020 with flag 1222762/4455179
1008.76/1004.04	c cleaning 34000 clauses out of 68018 with flag 1295633/4490178
1014.35/1009.56	c cleaning 34998 clauses out of 70018 with flag 1370989/4526178
1019.98/1015.10	c cleaning 35999 clauses out of 72021 with flag 1448244/4563179
1026.20/1021.31	c cleaning 36996 clauses out of 74021 with flag 1526731/4601178
1032.86/1027.90	c cleaning 38005 clauses out of 76025 with flag 1607430/4640178
1040.08/1035.19	c cleaning 38999 clauses out of 78020 with flag 1690504/4680178
1048.19/1043.25	c cleaning 40002 clauses out of 80021 with flag 1775782/4721178
1056.64/1051.62	c cleaning 41000 clauses out of 82019 with flag 1863514/4763178
1067.72/1062.67	c cleaning 41997 clauses out of 84019 with flag 1952929/4806178
1078.05/1072.96	c cleaning 43003 clauses out of 86023 with flag 2044794/4850179
1086.88/1081.74	c cleaning 44000 clauses out of 88019 with flag 2138222/4895178
1096.03/1090.82	c cleaning 45002 clauses out of 90019 with flag 2233919/4941178
1105.50/1100.26	c cleaning 45998 clauses out of 92018 with flag 2331771/4988179
1116.55/1111.28	c cleaning 46998 clauses out of 94019 with flag 2431815/5036178
1126.08/1120.77	c cleaning 47997 clauses out of 96021 with flag 2533924/5085178
1138.09/1132.67	c cleaning 49001 clauses out of 98024 with flag 2637857/5135178
1149.18/1143.65	c cleaning 50000 clauses out of 100024 with flag 2743977/5186179
1159.74/1154.13	c cleaning 51006 clauses out of 102023 with flag 2852323/5238178
1172.55/1166.80	c cleaning 51998 clauses out of 104017 with flag 2962250/5291178
1184.45/1178.67	c cleaning 53000 clauses out of 106019 with flag 3074590/5345178
1196.21/1190.36	c cleaning 53999 clauses out of 108020 with flag 3188898/5400179
1207.80/1201.80	c cleaning 54999 clauses out of 110020 with flag 3305208/5456178
1219.23/1213.12	c cleaning 56000 clauses out of 112021 with flag 3423665/5513178
1231.83/1225.68	c cleaning 57001 clauses out of 114021 with flag 3544219/5571178
1244.33/1238.06	c cleaning 57997 clauses out of 116020 with flag 3667761/5630178
1259.12/1252.74	c cleaning 58995 clauses out of 118023 with flag 3793548/5690178
1276.21/1269.72	c cleaning 60002 clauses out of 120029 with flag 3919736/5751179
1289.54/1282.97	c cleaning 61005 clauses out of 122026 with flag 4048616/5813178
1304.14/1297.40	c cleaning 62002 clauses out of 124022 with flag 4179592/5876179
1320.36/1313.56	c cleaning 62998 clauses out of 126019 with flag 4312261/5940178
1336.63/1329.75	c cleaning 63996 clauses out of 128022 with flag 4448150/6005179
1351.48/1344.43	c cleaning 65001 clauses out of 130025 with flag 4584806/6071178
1365.88/1358.77	c cleaning 66004 clauses out of 132025 with flag 4724901/6138179
1383.14/1375.80	c cleaning 66995 clauses out of 134021 with flag 4866521/6206179
1402.60/1395.18	c cleaning 68000 clauses out of 136026 with flag 5010482/6275179
1420.85/1413.26	c cleaning 68999 clauses out of 138026 with flag 5156060/6345179
1440.89/1433.17	c cleaning 69997 clauses out of 140026 with flag 5303014/6416178
1465.36/1457.45	c cleaning 71006 clauses out of 142029 with flag 5452429/6488178
1484.64/1476.59	c cleaning 72001 clauses out of 144024 with flag 5604294/6561179
1508.74/1500.43	c cleaning 73000 clauses out of 146023 with flag 5757406/6635179
1528.55/1520.06	c cleaning 73998 clauses out of 148022 with flag 5913170/6710178
1548.65/1539.98	c cleaning 74999 clauses out of 150024 with flag 6070996/6786178
1569.66/1560.75	c cleaning 76003 clauses out of 152025 with flag 6230110/6863178
1589.99/1580.84	c cleaning 77000 clauses out of 154022 with flag 6392838/6941178
1610.33/1600.95	c cleaning 78000 clauses out of 156023 with flag 6557746/7020179
1630.33/1620.79	c cleaning 78997 clauses out of 158022 with flag 6726482/7100178
1650.30/1640.50	c cleaning 80000 clauses out of 160025 with flag 6894383/7181178
1670.76/1660.64	c cleaning 81003 clauses out of 162025 with flag 7064274/7263178
1691.39/1681.09	c cleaning 81998 clauses out of 164023 with flag 7237306/7346179
1714.82/1704.20	c cleaning 83003 clauses out of 166025 with flag 7412515/7430179
1737.09/1726.22	c cleaning 84000 clauses out of 168021 with flag 7590079/7515178
1766.65/1755.54	c cleaning 84999 clauses out of 170021 with flag 7768130/7601178
1795.35/1784.08	c cleaning 86001 clauses out of 172023 with flag 7950539/7688179
1800.02/1788.61	c starts		: 8
1800.02/1788.61	c conflicts		: 7710519
1800.02/1788.61	c decisions		: 10517637
1800.02/1788.61	c propagations		: 282396676
1800.02/1788.61	c inspects		: 34867817892
1800.02/1788.61	c shortcuts		: 0
1800.02/1788.61	c learnt literals	: 0
1800.02/1788.61	c learnt binary clauses	: 0
1800.02/1788.61	c learnt ternary clauses	: 0
1800.02/1788.61	c learnt constraints	: 7710519
1800.02/1788.61	c ignored constraints	: 0
1800.02/1788.61	c root simplifications	: 0
1800.02/1788.61	c removed literals (reason simplification)	: 0
1800.02/1788.61	c reason swapping (by a shorter reason)	: 0
1800.02/1788.61	c Calls to reduceDB	: 181
1800.02/1788.61	c Number of update (reduction) of LBD	: 110824
1800.02/1788.61	c Imported unit clauses	: 0
1800.02/1788.61	c number of reductions to clauses (during analyze)	: 0
1800.02/1788.61	c number of learned constraints concerned by reduction	: 0
1800.02/1788.61	c number of learning phase by resolution	: 0
1800.02/1788.61	c number of learning phase by cutting planes	: 0
1800.02/1788.61	c speed (assignments/second)	: 157906.15097549013
1800.02/1788.61	c non guided choices	0
1800.02/1788.64	c learnt constraints type 
1800.02/1788.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108362
1800.02/1788.64	s SATISFIABLE
1800.02/1788.64	c Found 7 solution(s)
1800.02/1788.64	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 -x477 -x478 -x479 -x480 -x481 
1800.02/1788.64	c objective function=231
1800.02/1788.64	c Total wall clock time (in seconds): 1788.527

Verifier Data

OK	231

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-4085277-1465223979/watcher-4085277-1465223979 -o /tmp/evaluation-result-4085277-1465223979/solver-4085277-1465223979 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085277-1465223979.opb 

pid=2236
running on 4 cores: 1,3,5,7

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.14 2.15 3/194 2239
/proc/meminfo: memFree=30199508/32872528 swapFree=16252/1391864
[pid=2239] ppid=2236 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (java) D 2236 2239 737 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 104331090 2560000 46 33554432000 1073741824 1073778376 140735655051728 140735655048856 272877317415 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/2239/statm: 625 46 37 9 0 29 0

[startup+0.100158 s]
/proc/loadavg: 2.14 2.14 2.15 3/194 2239
/proc/meminfo: memFree=30199508/32872528 swapFree=16252/1391864
[pid=2239] ppid=2236 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/2239/stat : 2239 (java) S 2236 2239 737 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 104331090 9787879424 6022 33554432000 1073741824 1073778376 140735655051728 140735655042864 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2239/statm: 2389619 6022 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.14 2.14 2.15 3/194 2239
/proc/meminfo: memFree=30199508/32872528 swapFree=16252/1391864
[pid=2239] ppid=2236 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/2239/stat : 2239 (java) S 2236 2239 737 0 -1 4202496 5005 0 1 0 26 1 0 0 20 0 18 0 104331090 9787879424 6973 33554432000 1073741824 1073778376 140735655051728 140735655042864 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2239/statm: 2389619 6973 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 2.14 2.14 2.15 3/194 2239
/proc/meminfo: memFree=30199508/32872528 swapFree=16252/1391864
[pid=2239] ppid=2236 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/2239/stat : 2239 (java) S 2236 2239 737 0 -1 4202496 7815 0 1 0 50 2 0 0 20 0 19 0 104331090 9856040960 9801 33554432000 1073741824 1073778376 140735655051728 140735655042864 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2239/statm: 2406260 9801 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700261 s]
/proc/loadavg: 2.14 2.14 2.15 3/194 2239
/proc/meminfo: memFree=30199508/32872528 swapFree=16252/1391864
[pid=2239] ppid=2236 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/2239/stat : 2239 (java) S 2236 2239 737 0 -1 4202496 7941 0 1 0 113 2 0 0 20 0 19 0 104331090 9856040960 10839 33554432000 1073741824 1073778376 140735655051728 140735655042864 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2239/statm: 2406260 10839 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.14 2.14 2.15 3/213 2258
/proc/meminfo: memFree=30158240/32872528 swapFree=16252/1391864
[pid=2239] ppid=2236 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/2239/stat : 2239 (java) S 2236 2239 737 0 -1 4202496 9147 0 1 0 203 3 0 0 20 0 19 0 104331090 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 140735655042864 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2239/statm: 2406260 13963 2258 9 0 2396937 0
[pid=2239/tid=2241] ppid=2236 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (java) R 2236 2239 737 0 -1 4202560 2420 0 1 0 145 2 0 0 20 0 19 0 104331091 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873245654264 139873076342275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2242] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873207146664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2243] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2243/stat : 2243 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873206094120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2244] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2244/stat : 2244 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873205041576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2245] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2245/stat : 2245 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873203989032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2246] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2246/stat : 2246 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873202936488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2247] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2247/stat : 2247 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873201883944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2248] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2248/stat : 2248 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873200831400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2249] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2249/stat : 2249 (java) S 2236 2239 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873199778856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2250] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2250/stat : 2250 (java) S 2236 2239 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873069533288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2251] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2251/stat : 2251 (java) S 2236 2239 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873068479608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2252] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2252/stat : 2252 (java) S 2236 2239 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873067426952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2253] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2253/stat : 2253 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873066375696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2254] ppid=2236 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/2239/task/2254/stat : 2254 (java) S 2236 2239 737 0 -1 4202560 2197 0 0 0 25 0 0 0 20 0 19 0 104331096 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873065323064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2255] ppid=2236 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/2239/task/2255/stat : 2255 (java) S 2236 2239 737 0 -1 4202560 3258 0 0 0 30 0 0 0 20 0 19 0 104331096 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873064270520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2256] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2256/stat : 2256 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873063218168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2257] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2257/stat : 2257 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873062165832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2258] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2258/stat : 2258 (java) S 2236 2239 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104331113 9856040960 13963 33554432000 1073741824 1073778376 140735655051728 139873061110568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.14 2.14 2.15 3/213 2258
/proc/meminfo: memFree=30143036/32872528 swapFree=16252/1391864
[pid=2239] ppid=2236 vsize=9625040 CPUtime=3.75 cores=1,3,5,7
/proc/2239/stat : 2239 (java) S 2236 2239 737 0 -1 4202496 9655 0 1 0 372 3 0 0 20 0 19 0 104331090 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 140735655042864 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2239/statm: 2406260 19129 2260 9 0 2396937 0
[pid=2239/tid=2241] ppid=2236 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (java) R 2236 2239 737 0 -1 4202560 2431 0 1 0 305 2 0 0 20 0 19 0 104331091 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873245646528 139873076489330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2242] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873207146664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2243] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2243/stat : 2243 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873206094120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2244] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2244/stat : 2244 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873205041576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2245] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2245/stat : 2245 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873203989032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2246] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2246/stat : 2246 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873202936488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2247] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2247/stat : 2247 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873201883944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2248] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2248/stat : 2248 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873200831400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2249] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2249/stat : 2249 (java) S 2236 2239 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873199778856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2250] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2250/stat : 2250 (java) S 2236 2239 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873069533288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2251] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2251/stat : 2251 (java) S 2236 2239 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873068479608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2252] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2252/stat : 2252 (java) S 2236 2239 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873067426952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2253] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2253/stat : 2253 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873066375696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2254] ppid=2236 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2239/task/2254/stat : 2254 (java) S 2236 2239 737 0 -1 4202560 2693 0 0 0 31 0 0 0 20 0 19 0 104331096 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873065323064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2255] ppid=2236 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/2239/task/2255/stat : 2255 (java) S 2236 2239 737 0 -1 4202560 3259 0 0 0 33 0 0 0 20 0 19 0 104331096 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873064270520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2256] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2256/stat : 2256 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873063218168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2257] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2257/stat : 2257 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873062165832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2258] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2258/stat : 2258 (java) S 2236 2239 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104331113 9856040960 19129 33554432000 1073741824 1073778376 140735655051728 139873061110568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.13 2.14 2.15 4/213 2258
/proc/meminfo: memFree=30103356/32872528 swapFree=16252/1391864
[pid=2239] ppid=2236 vsize=9625040 CPUtime=6.94 cores=1,3,5,7
/proc/2239/stat : 2239 (java) S 2236 2239 737 0 -1 4202496 9676 0 1 0 691 3 0 0 20 0 19 0 104331090 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 140735655042864 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2239/statm: 2406260 28486 2261 9 0 2396937 0
[pid=2239/tid=2241] ppid=2236 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (java) R 2236 2239 737 0 -1 4202560 2451 0 1 0 624 2 0 0 20 0 19 0 104331091 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873245646528 139873076453895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2242] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873207146664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2243] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2243/stat : 2243 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873206094120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2244] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2244/stat : 2244 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873205041576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2245] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2245/stat : 2245 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873203989032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2246] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2246/stat : 2246 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873202936488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2247] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2247/stat : 2247 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873201883944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2248] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2248/stat : 2248 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873200831400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2249] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2249/stat : 2249 (java) S 2236 2239 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104331092 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873199778856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2250] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2250/stat : 2250 (java) S 2236 2239 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873069533288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2251] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2251/stat : 2251 (java) S 2236 2239 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873068479608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2252] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2252/stat : 2252 (java) S 2236 2239 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873067426952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2253] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2253/stat : 2253 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873066375696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2254] ppid=2236 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2239/task/2254/stat : 2254 (java) S 2236 2239 737 0 -1 4202560 2693 0 0 0 31 0 0 0 20 0 19 0 104331096 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873065323064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2255] ppid=2236 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/2239/task/2255/stat : 2255 (java) S 2236 2239 737 0 -1 4202560 3259 0 0 0 33 0 0 0 20 0 19 0 104331096 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873064270520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2256] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2256/stat : 2256 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873063218168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2257] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2257/stat : 2257 (java) S 2236 2239 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873062165832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2258] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2258/stat : 2258 (java) S 2236 2239 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104331113 9856040960 28486 33554432000 1073741824 1073778376 140735655051728 139873061110568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 9625040


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

/proc/2239/task/2251/stat : 2251 (java) S 2236 2239 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 68125 33554432000 1073741824 1073778376 140735655051728 139873068479608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2252] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2252/stat : 2252 (java) S 2236 2239 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 68125 33554432000 1073741824 1073778376 140735655051728 139873067426952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2253] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2253/stat : 2253 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 68125 33554432000 1073741824 1073778376 140735655051728 139873066375696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2254] ppid=2236 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2239/task/2254/stat : 2254 (java) S 2236 2239 737 0 -1 4202560 2693 0 0 0 31 0 0 0 20 0 19 0 104331096 9856040960 68125 33554432000 1073741824 1073778376 140735655051728 139873065323064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2255] ppid=2236 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/2239/task/2255/stat : 2255 (java) S 2236 2239 737 0 -1 4202560 3552 0 0 0 35 0 0 0 20 0 19 0 104331096 9856040960 68125 33554432000 1073741824 1073778376 140735655051728 139873064270520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2256] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2256/stat : 2256 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 68125 33554432000 1073741824 1073778376 140735655051728 139873063218168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2257] ppid=2236 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/2239/task/2257/stat : 2257 (java) S 2236 2239 737 0 -1 4202560 98 0 0 0 13 21 0 0 20 0 19 0 104331096 9856040960 68125 33554432000 1073741824 1073778376 140735655051728 139873062165832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2258] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2258/stat : 2258 (java) S 2236 2239 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104331113 9856040960 68125 33554432000 1073741824 1073778376 140735655051728 139873061110568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1672.48
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.11 2.13 2.15 4/213 2391
/proc/meminfo: memFree=29889080/32872528 swapFree=16252/1391864
[pid=2239] ppid=2236 vsize=9625040 CPUtime=1733.16 cores=1,3,5,7
/proc/2239/stat : 2239 (java) S 2236 2239 737 0 -1 4202496 16891 0 1 0 173213 103 0 0 20 0 19 0 104331090 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 140735655042864 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2239/statm: 2406260 64296 2283 9 0 2396937 0
[pid=2239/tid=2241] ppid=2236 vsize=9625040 CPUtime=1715.19 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (java) R 2236 2239 737 0 -1 4202560 2779 0 1 0 171487 32 0 0 20 0 19 0 104331091 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873245654208 139873076453895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2242] ppid=2236 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (java) S 2236 2239 737 0 -1 4202560 1476 0 0 0 173 11 0 0 20 0 19 0 104331092 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873207146664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2243] ppid=2236 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/2239/task/2243/stat : 2243 (java) S 2236 2239 737 0 -1 4202560 852 0 0 0 189 10 0 0 20 0 19 0 104331092 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873206094120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2244] ppid=2236 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/2239/task/2244/stat : 2244 (java) S 2236 2239 737 0 -1 4202560 1027 0 0 0 181 10 0 0 20 0 19 0 104331092 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873205041576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2245] ppid=2236 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/2239/task/2245/stat : 2245 (java) S 2236 2239 737 0 -1 4202560 684 0 0 0 178 9 0 0 20 0 19 0 104331092 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873203989032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2246] ppid=2236 vsize=9625040 CPUtime=1.78 cores=1,3,5,7
/proc/2239/task/2246/stat : 2246 (java) S 2236 2239 737 0 -1 4202560 428 0 0 0 170 8 0 0 20 0 19 0 104331092 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873202936488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2247] ppid=2236 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/2239/task/2247/stat : 2247 (java) S 2236 2239 737 0 -1 4202560 383 0 0 0 175 9 0 0 20 0 19 0 104331092 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873201883944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2248] ppid=2236 vsize=9625040 CPUtime=1.76 cores=1,3,5,7
/proc/2239/task/2248/stat : 2248 (java) S 2236 2239 737 0 -1 4202560 512 0 0 0 167 9 0 0 20 0 19 0 104331092 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873200831400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2249] ppid=2236 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/2239/task/2249/stat : 2249 (java) S 2236 2239 737 0 -1 4202560 667 0 0 0 179 10 0 0 20 0 19 0 104331092 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873199778856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2250] ppid=2236 vsize=9625040 CPUtime=2.4 cores=1,3,5,7
/proc/2239/task/2250/stat : 2250 (java) S 2236 2239 737 0 -1 4202560 480 0 0 0 234 6 0 0 20 0 19 0 104331093 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873069533288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2251] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2251/stat : 2251 (java) S 2236 2239 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873068479608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2252] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2252/stat : 2252 (java) S 2236 2239 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873067426952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2253] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2253/stat : 2253 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873066375696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2254] ppid=2236 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2239/task/2254/stat : 2254 (java) S 2236 2239 737 0 -1 4202560 2693 0 0 0 31 0 0 0 20 0 19 0 104331096 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873065323064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2255] ppid=2236 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/2239/task/2255/stat : 2255 (java) S 2236 2239 737 0 -1 4202560 3552 0 0 0 35 0 0 0 20 0 19 0 104331096 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873064270520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2256] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2256/stat : 2256 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873063218168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2257] ppid=2236 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/2239/task/2257/stat : 2257 (java) S 2236 2239 737 0 -1 4202560 100 0 0 0 14 22 0 0 20 0 19 0 104331096 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873062165832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2258] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2258/stat : 2258 (java) S 2236 2239 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104331113 9856040960 64296 33554432000 1073741824 1073778376 140735655051728 139873061110568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1733.16
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.12 2.14 4/213 2392
/proc/meminfo: memFree=29910372/32872528 swapFree=16252/1391864
[pid=2239] ppid=2236 vsize=9625040 CPUtime=1793.65 cores=1,3,5,7
/proc/2239/stat : 2239 (java) S 2236 2239 737 0 -1 4202496 17033 0 1 0 179261 104 0 0 20 0 19 0 104331090 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 140735655042864 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2239/statm: 2406260 63324 2283 9 0 2396937 0
[pid=2239/tid=2241] ppid=2236 vsize=9625040 CPUtime=1774.73 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (java) R 2236 2239 737 0 -1 4202560 2802 0 1 0 177441 32 0 0 20 0 19 0 104331091 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873245654208 139873076419439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2242] ppid=2236 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (java) S 2236 2239 737 0 -1 4202560 1476 0 0 0 180 11 0 0 20 0 19 0 104331092 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873207146664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2243] ppid=2236 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/2239/task/2243/stat : 2243 (java) S 2236 2239 737 0 -1 4202560 852 0 0 0 198 10 0 0 20 0 19 0 104331092 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873206094120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2244] ppid=2236 vsize=9625040 CPUtime=2 cores=1,3,5,7
/proc/2239/task/2244/stat : 2244 (java) S 2236 2239 737 0 -1 4202560 1027 0 0 0 190 10 0 0 20 0 19 0 104331092 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873205041576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2245] ppid=2236 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/2239/task/2245/stat : 2245 (java) S 2236 2239 737 0 -1 4202560 716 0 0 0 189 9 0 0 20 0 19 0 104331092 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873203989032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2246] ppid=2236 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/2239/task/2246/stat : 2246 (java) S 2236 2239 737 0 -1 4202560 428 0 0 0 180 8 0 0 20 0 19 0 104331092 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873202936488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2247] ppid=2236 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/2239/task/2247/stat : 2247 (java) S 2236 2239 737 0 -1 4202560 383 0 0 0 186 9 0 0 20 0 19 0 104331092 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873201883944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2248] ppid=2236 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/2239/task/2248/stat : 2248 (java) S 2236 2239 737 0 -1 4202560 512 0 0 0 177 9 0 0 20 0 19 0 104331092 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873200831400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2249] ppid=2236 vsize=9625040 CPUtime=1.97 cores=1,3,5,7
/proc/2239/task/2249/stat : 2249 (java) S 2236 2239 737 0 -1 4202560 684 0 0 0 187 10 0 0 20 0 19 0 104331092 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873199778856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2250] ppid=2236 vsize=9625040 CPUtime=2.64 cores=1,3,5,7
/proc/2239/task/2250/stat : 2250 (java) S 2236 2239 737 0 -1 4202560 546 0 0 0 257 7 0 0 20 0 19 0 104331093 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873069533288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2251] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2251/stat : 2251 (java) S 2236 2239 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873068479608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2252] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2252/stat : 2252 (java) S 2236 2239 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873067426952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2253] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2253/stat : 2253 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873066375696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2254] ppid=2236 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2239/task/2254/stat : 2254 (java) S 2236 2239 737 0 -1 4202560 2693 0 0 0 31 0 0 0 20 0 19 0 104331096 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873065323064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2255] ppid=2236 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/2239/task/2255/stat : 2255 (java) S 2236 2239 737 0 -1 4202560 3552 0 0 0 35 0 0 0 20 0 19 0 104331096 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873064270520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2256] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2256/stat : 2256 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873063218168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2257] ppid=2236 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/2239/task/2257/stat : 2257 (java) S 2236 2239 737 0 -1 4202560 104 0 0 0 14 23 0 0 20 0 19 0 104331096 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873062165832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2258] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2258/stat : 2258 (java) S 2236 2239 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104331113 9856040960 63324 33554432000 1073741824 1073778376 140735655051728 139873061110568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1793.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.6 s]
/proc/loadavg: 2.15 2.13 2.15 3/213 2392
/proc/meminfo: memFree=29906060/32872528 swapFree=16252/1391864
[pid=2239] ppid=2236 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/2239/stat : 2239 (java) S 2236 2239 737 0 -1 4202496 17461 0 1 0 179897 105 0 0 20 0 19 0 104331090 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 140735655042864 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2239/statm: 2406260 64751 2283 9 0 2396937 0
[pid=2239/tid=2241] ppid=2236 vsize=9625040 CPUtime=1781 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (java) R 2236 2239 737 0 -1 4202560 2805 0 1 0 178067 33 0 0 20 0 19 0 104331091 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873245654192 139873076453895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2242] ppid=2236 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (java) S 2236 2239 737 0 -1 4202560 1573 0 0 0 181 11 0 0 20 0 19 0 104331092 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873207146664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2243] ppid=2236 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/2239/task/2243/stat : 2243 (java) S 2236 2239 737 0 -1 4202560 852 0 0 0 199 10 0 0 20 0 19 0 104331092 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873206094120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2244] ppid=2236 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/2239/task/2244/stat : 2244 (java) S 2236 2239 737 0 -1 4202560 1027 0 0 0 191 10 0 0 20 0 19 0 104331092 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873205041576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2245] ppid=2236 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/2239/task/2245/stat : 2245 (java) S 2236 2239 737 0 -1 4202560 812 0 0 0 190 9 0 0 20 0 19 0 104331092 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873203989032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2246] ppid=2236 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/2239/task/2246/stat : 2246 (java) S 2236 2239 737 0 -1 4202560 470 0 0 0 181 8 0 0 20 0 19 0 104331092 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873202936488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2247] ppid=2236 vsize=9625040 CPUtime=1.97 cores=1,3,5,7
/proc/2239/task/2247/stat : 2247 (java) S 2236 2239 737 0 -1 4202560 383 0 0 0 188 9 0 0 20 0 19 0 104331092 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873201883944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2248] ppid=2236 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/2239/task/2248/stat : 2248 (java) S 2236 2239 737 0 -1 4202560 535 0 0 0 178 9 0 0 20 0 19 0 104331092 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873200831400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2249] ppid=2236 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/2239/task/2249/stat : 2249 (java) S 2236 2239 737 0 -1 4202560 848 0 0 0 188 10 0 0 20 0 19 0 104331092 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873199778856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2250] ppid=2236 vsize=9625040 CPUtime=2.64 cores=1,3,5,7
/proc/2239/task/2250/stat : 2250 (java) S 2236 2239 737 0 -1 4202560 549 0 0 0 257 7 0 0 20 0 19 0 104331093 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873069533288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2239/tid=2251] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2251/stat : 2251 (java) S 2236 2239 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873068479608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2252] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2252/stat : 2252 (java) S 2236 2239 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104331093 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873067426952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2253] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2253/stat : 2253 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873066375696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2254] ppid=2236 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2239/task/2254/stat : 2254 (java) S 2236 2239 737 0 -1 4202560 2693 0 0 0 31 0 0 0 20 0 19 0 104331096 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873065323064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2239/tid=2255] ppid=2236 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/2239/task/2255/stat : 2255 (java) S 2236 2239 737 0 -1 4202560 3552 0 0 0 35 0 0 0 20 0 19 0 104331096 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873064270520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2256] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2256/stat : 2256 (java) S 2236 2239 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104331096 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873063218168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2239/tid=2257] ppid=2236 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/2239/task/2257/stat : 2257 (java) S 2236 2239 737 0 -1 4202560 104 0 0 0 14 23 0 0 20 0 19 0 104331096 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873062165832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2239/tid=2258] ppid=2236 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2258/stat : 2258 (java) S 2236 2239 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104331113 9856040960 64751 33554432000 1073741824 1073778376 140735655051728 139873061110568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 2239 sig 9
??? kill -2239 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1788.65
CPU time (s): 1800.73
CPU user time (s): 1799.18
CPU system time (s): 1.55276
CPU usage (%): 100.676
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.55276
maximum resident set size= 642556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17508
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48107
involuntary context switches= 38021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.78051 second user time and 13.5249 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 16:39:39
IDJOB=4085277
IDBENCH=1949
IDSOLVER=2546
FILE ID=node119/4085277-1465223979
RUNJOBID= node119-1465217315-755
PBS_JOBID= 19843200
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_17.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085277-1465223979/watcher-4085277-1465223979 -o /tmp/evaluation-result-4085277-1465223979/solver-4085277-1465223979 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085277-1465223979.opb

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

MD5SUM BENCH= 90154dd1b8a90675a35ad37cbef52f77
RANDOM SEED=2108034146

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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.410
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.410
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.410
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.410
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:        30199880 kB
Buffers:           14544 kB
Cached:            84596 kB
SwapCached:          832 kB
Active:           538120 kB
Inactive:          43176 kB
Active(anon):     482532 kB
Inactive(anon):     1608 kB
Active(file):      55588 kB
Inactive(file):    41568 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:               516 kB
Writeback:             0 kB
AnonPages:       1874796 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             565440 kB
SReclaimable:       9428 kB
SUnreclaim:       556012 kB
KernelStack:        1592 kB
PageTables:         8020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2006548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1826816 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 node119 at 2016-06-06 17:09:28