Trace number 4079118

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
toysat 2016-05-02? (TO) 1800.66 1800.95

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__256.opb
MD5SUMd1969ed58806ec8ac69295cde35dfac4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark723548
Best CPU time to get the best result obtained on this benchmark1802.64
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2561998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint256
Maximum length of a constraint11265
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 88710395136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 88710395136
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T04:31:32+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079118-1465266688.opb"]
0.00/0.01	c use --random-gen="3371698025 719987010 546674524 2792270579 4187927509 2535374330 2546073517 4164707620 1131022895 4220115346 4209017719 2015074736 4179139161 3757098879 1161715513 1527016360 2219370956 4135331701 2417279466 2257576291 2513991361 1236118891 713092958 3888019069 2531829427 2787957537 63262703 1605794571 45042630 4100929863 455874569 3173190621 911361540 1235830305 4272166603 586803682 2637521357 1642685268 1440274462 1530322720 2311098741 571563351 3895917196 337066149 337460939 3656235712 1763468088 1307170440 3082028923 3907397941 1215368647 3388980715 3437246149 3210615769 2102543063 2952108590 4009095253 2993079023 4114038987 1431494800 2761028501 58810266 3081336912 1256852877 1605416015 477779578 1901785491 2720054746 2516812535 454787249 4227060536 4222467062 3684013160 4017013737 1204704785 3107234728 209404214 2194560905 174175086 3243627192 3859517422 2533789543 976553162 2249835854 1972509629 2932829453 3012340740 99942758 185203095 447806708 2201096195 2274702189 3972045725 3878219333 800603837 1890996243 2295710620 3286850876 1914814855 2000101918 1097064620 1481678865 2173426785 3157761304 1501083742 3376895230 2170968442 3181354038 1303602202 670129111 3645483620 369206779 2870380937 1721384553 2752740072 2374031575 3040863599 3868686041 2186907904 2358673895 1961416836 825890925 2273711491 65544135 1099298128 3348741474 1624987860 258068018 2699925810 948812375 1996221531 2316103632 4265856749 1338942698 2799651679 3450008156 646627681 2190696969 1417950381 2942143227 3631807817 3983996584 2151130080 3995681297 3767569226 3291559734 4163961549 2950606077 1237004503 614199724 1440389000 705010427 300666717 3235866567 307084910 173591544 3943935854 1259316665 2993876503 4258940957 2361752745 2601173026 2236834207 486036169 4091523122 3302146887 986784132 2708491386 3423316518 4198237042 234984677 472691479 986132249 1719106364 1097929980 2610048755 4220362892 802357267 367210568 362817448 1022594014 2861760052 3716624931 2723077130 1444468788 3467484330 1630570405 3528369059 2034130792 1482655790 2596385476 3352403975 3253706284 1862781277 2528828247 3971760457 2027627093 3946411208 4160934886 1124066515 2873896642 202713594 910070291 900547924 488920490 2806796751 953797660 1541203968 3596273218 3105589101 1612971316 1700776855 3196476072 4103423958 1333263561 2045533877 245349801 3962509274 3084689557 2630808855 4022082554 3084913376 3429066736 3904131835 2881358416 2735635297 1861168073 1286303378 757299922 1564329970 3690942617 3628045749 1545515256 3653003656 3202206913 837498364 2188785491 1854676493 1090540150 851747302 1733902695 2060158417 2468924823 1612274330 820952972 2630990431 3814287180 1013994636 3292466284 402303836 2342771793 4259408831 367074556 452126338 2497640213 3594214408 255 362436" option to reproduce the execution
17.59/17.67	c #vars 2561998
17.59/17.67	c #constraints 12000
65.99/66.07	c BCD2: Hardening is enabled.
65.99/66.07	c BCD2: BiasedSearch is enabled.
65.99/66.07	c Solving starts ...
65.99/66.07	c ============================[ Search Statistics ]============================
65.99/66.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.99/66.07	c       |         |          |          |    Limit     GC | Var      | Constra 
65.99/66.07	c =============================================================================
65.99/66.07	c  0.0s |       0 |        0 |        0 |   858666      0 |        0 |        0
78.37/78.44	c 12.4s |       0 |     3796 |      100 |   858666      0 |        0 |        0
79.78/79.85	c 13.8s |       1 |     3796 |      100 |   858666      0 |        0 |        0
87.48/87.54	c 21.5s |       1 |    22675 |      200 |   944533      0 |        0 |        0
90.47/90.57	c 24.5s |       2 |    22675 |      250 |   944533      0 |        0 |        0
99.28/99.36	c 33.3s |       2 |    65168 |      350 |  1038987      0 |        0 |        0
103.68/103.70	c 37.6s |       2 |    65168 |      450 |  1038987      0 |        0 |        0
106.18/106.27	c 40.2s |       3 |    65168 |      475 |  1038987      0 |        0 |        0
114.18/114.25	c 48.2s |       3 |   126136 |      575 |  1142886      0 |        0 |        0
117.68/117.79	c 51.7s |       3 |   126136 |      675 |  1142886      0 |        0 |        0
121.97/122.03	c 56.0s |       3 |   135872 |      775 |  1142886      0 |        0 |        0
125.27/125.37	c 59.3s |       4 |   135872 |      813 |  1142886      0 |        0 |        0
131.47/131.56	c 65.5s |       4 |   214330 |      913 |  1257175      0 |        0 |        0
136.77/136.83	c 70.8s |       4 |   261591 |     1113 |  1257175      0 |        0 |        0
140.17/140.27	c 74.2s |       4 |   261591 |     1313 |  1257175      0 |        0 |        0
141.97/142.04	c 76.0s |       5 |   261591 |     1320 |  1257175      0 |        0 |        0
149.57/149.70	c 83.6s |       5 |   400450 |     1420 |  1382893      0 |        0 |        0
152.46/152.59	c 86.5s |       5 |   400450 |     1520 |  1382893      0 |        0 |        0
161.46/161.58	c 95.5s |       5 |   402134 |     1620 |  1382893      0 |        0 |        0
172.06/172.19	c  106s |       5 |   402134 |     1720 |  1382893      0 |        0 |        0
180.66/180.72	c  114s |       5 |   408724 |     1820 |  1382893      0 |        0 |        0
183.96/184.06	c  117s |       5 |   408724 |     1920 |  1382893      0 |        0 |        0
187.36/187.42	c  121s |       5 |   408724 |     2020 |  1382893      0 |        0 |        0
191.36/191.49	c  125s |       6 |   410540 |     2081 |  1521183      0 |        0 |        0
204.76/204.85	c  138s |       6 |   585049 |     2181 |  1521183      0 |        0 |        0
212.85/212.98	c  146s |       6 |   585049 |     2281 |  1521183      0 |        0 |        0
219.15/219.27	c  153s |       6 |   592659 |     2381 |  1521183      0 |        0 |        0
222.85/222.94	c  156s |       6 |   592659 |     2481 |  1521183      0 |        0 |        0
226.56/226.65	c  160s |       6 |   592659 |     2581 |  1521183      0 |        0 |        0
229.86/229.94	c  163s |       6 |   643955 |     2681 |  1521183      0 |        0 |        0
232.06/232.17	c  166s |       6 |   643955 |     2781 |  1521183      0 |        0 |        0
234.05/234.19	c  168s |       6 |   656237 |     2881 |  1521183      0 |        0 |        0
236.65/236.74	c  170s |       6 |   656237 |     3081 |  1521183      0 |        0 |        0
240.86/240.94	c  174s |       7 |   660566 |     3223 |  1673302      0 |        0 |        0
250.45/250.57	c  184s |       7 |   950154 |     3323 |  1673302      0 |        0 |        0
254.35/254.42	c  188s |       7 |   950154 |     3423 |  1673302      0 |        0 |        0
259.85/259.93	c  193s |       7 |  1012703 |     3523 |  1673302      0 |        0 |        0
292.04/292.18	c  226s |       7 |  1030327 |     3623 |  1673302      0 |        0 |        0
414.63/414.76	c  348s |       7 |  1042947 |     3723 |  1673302      0 |        0 |        0
678.69/678.84	c  612s |       7 |  1050562 |     3823 |  1673302      0 |        0 |        0
827.46/827.66	c  761s |       7 |  1186682 |     3923 |  1673302      0 |        0 |        0
829.56/829.71	c  763s |       7 |  1186682 |     4023 |  1673302      0 |        0 |        0
831.66/831.81	c  765s |       7 |  1186682 |     4123 |  1673302      0 |        0 |        0
840.06/840.25	c  774s |       7 |  1190652 |     4223 |  1673302      0 |        0 |        0
857.86/858.01	c  791s |       7 |  1190652 |     4323 |  1673302      0 |        0 |        0
870.75/870.94	c  804s |       7 |  1264980 |     4423 |  1673302      0 |        0 |        0
876.25/876.40	c  810s |       7 |  1285462 |     4523 |  1673302      0 |        0 |        0
881.76/882.00	c  815s |       7 |  1285462 |     4623 |  1673302      0 |        0 |        0
894.65/894.89	c  828s |       7 |  1357894 |     4723 |  1673302      0 |        0 |        0
902.25/902.48	c  836s |       7 |  1360145 |     4823 |  1673302      0 |        0 |        0
914.75/914.91	c  848s |       7 |  1420112 |     4923 |  1840633      0 |        0 |        0
921.24/921.44	c  855s |       8 |  1422186 |     4936 |  1840633      0 |        0 |        0
931.94/932.19	c  866s |       8 |  1873097 |     5036 |  1840633      0 |        0 |        0
936.15/936.38	c  870s |       8 |  1873097 |     5136 |  1840633      0 |        0 |        0
942.04/942.27	c  876s |       8 |  1922992 |     5236 |  1840633      0 |        0 |        0
949.35/949.52	c  883s |       8 |  1922992 |     5336 |  1840633      0 |        0 |        0
956.34/956.55	c  890s |       8 |  1923939 |     5436 |  1840633      0 |        0 |        0
958.74/958.91	c  892s |       8 |  1923939 |     5536 |  1840633      0 |        0 |        0
963.55/963.72	c  897s |       8 |  1923939 |     5636 |  1840633      0 |        0 |        0
969.24/969.43	c  903s |       8 |  1964934 |     5736 |  1840633      0 |        0 |        0
973.24/973.41	c  907s |       8 |  1965776 |     5836 |  1840633      0 |        0 |        0
977.24/977.47	c  911s |       8 |  2029604 |     5936 |  1840633      0 |        0 |        0
990.14/990.30	c  924s |       8 |  2046924 |     6036 |  1840633      0 |        0 |        0
1002.63/1002.82	c  936s |       8 |  2051280 |     6136 |  1840633      0 |        0 |        0
1018.04/1018.23	c  952s |       8 |  2125315 |     6236 |  1840633      0 |        0 |        0
1043.33/1043.53	c  977s |       8 |  2126848 |     6336 |  1840633      0 |        0 |        0
1061.63/1061.80	c  995s |       8 |  2136137 |     6436 |  1840633      0 |        0 |        0
1079.93/1080.12	c 1014s |       8 |  2146237 |     6536 |  1840633      0 |        0 |        0
1110.01/1110.20	c 1044s |       8 |  2146237 |     6636 |  1840633      0 |        0 |        0
1140.11/1140.37	c 1074s |       8 |  2146237 |     6736 |  1840633      0 |        0 |        0
1153.02/1153.21	c 1087s |       8 |  2177614 |     6836 |  1840633      0 |        0 |        0
1165.41/1165.68	c 1099s |       8 |  2241368 |     6936 |  1840633      0 |        0 |        0
1183.31/1183.51	c 1117s |       8 |  2241368 |     7036 |  1840633      0 |        0 |        0
1205.90/1206.18	c 1140s |       8 |  2271758 |     7136 |  1840633      0 |        0 |        0
1217.70/1217.98	c 1151s |       8 |  2272974 |     7236 |  1840633      0 |        0 |        0
1229.61/1229.87	c 1163s |       8 |  2273829 |     7336 |  1840633      0 |        0 |        0
1245.00/1245.25	c 1179s |       8 |  2274202 |     7436 |  1840633      0 |        0 |        0
1255.70/1255.97	c 1189s |       9 |  2274458 |     7506 |  2024697      0 |        0 |        0
1267.80/1268.07	c 1201s |       9 |  2903501 |     7606 |  2024697      0 |        0 |        0
1272.69/1272.95	c 1206s |       9 |  2920613 |     7706 |  2024697      0 |        0 |        0
1277.59/1277.87	c 1211s |       9 |  2920928 |     7806 |  2024697      0 |        0 |        0
1282.79/1283.03	c 1216s |       9 |  2921179 |     7906 |  2024697      0 |        0 |        0
1288.19/1288.41	c 1222s |       9 |  2921421 |     8006 |  2024697      0 |        0 |        0
1293.59/1293.81	c 1227s |       9 |  2921699 |     8106 |  2024697      0 |        0 |        0
1298.99/1299.26	c 1233s |       9 |  2921952 |     8206 |  2024697      0 |        0 |        0
1309.99/1310.20	c 1244s |       9 |  2922229 |     8306 |  2024697      0 |        0 |        0
1315.40/1315.62	c 1249s |       9 |  2922541 |     8406 |  2024697      0 |        0 |        0
1321.09/1321.33	c 1255s |       9 |  2922869 |     8506 |  2024697      0 |        0 |        0
1327.09/1327.32	c 1261s |       9 |  2923119 |     8606 |  2024697      0 |        0 |        0
1333.38/1333.62	c 1267s |       9 |  2923395 |     8706 |  2024697      0 |        0 |        0
1339.49/1339.78	c 1273s |       9 |  2923685 |     8806 |  2024697      0 |        0 |        0
1345.79/1346.05	c 1279s |       9 |  2924006 |     8906 |  2024697      0 |        0 |        0
1352.38/1352.69	c 1286s |       9 |  2924230 |     9006 |  2024697      0 |        0 |        0
1358.88/1359.13	c 1293s |       9 |  2924480 |     9106 |  2024697      0 |        0 |        0
1365.37/1365.61	c 1299s |       9 |  2924745 |     9206 |  2024697      0 |        0 |        0
1372.08/1372.39	c 1306s |       9 |  2925016 |     9306 |  2024697      0 |        0 |        0
1379.37/1379.66	c 1313s |       9 |  2925276 |     9406 |  2024697      0 |        0 |        0
1386.37/1386.61	c 1320s |       9 |  2925526 |     9506 |  2024697      0 |        0 |        0
1398.27/1398.55	c 1332s |       9 |  2925894 |     9606 |  2024697      0 |        0 |        0
1405.68/1405.93	c 1339s |       9 |  2926130 |     9706 |  2024697      0 |        0 |        0
1411.57/1411.81	c 1345s |       9 |  2926283 |     9806 |  2024697      0 |        0 |        0
1417.97/1418.26	c 1352s |       9 |  2926364 |     9906 |  2024697      0 |        0 |        0
1425.27/1425.50	c 1359s |       9 |  2926549 |    10006 |  2024697      0 |        0 |        0
1430.17/1430.49	c 1364s |       9 |  2928086 |    10106 |  2024697      0 |        0 |        0
1441.17/1441.48	c 1375s |       9 |  2963262 |    10206 |  2024697      0 |        0 |        0
1446.77/1447.05	c 1380s |       9 |  2963299 |    10306 |  2024697      0 |        0 |        0
1452.16/1452.43	c 1386s |       9 |  2963609 |    10406 |  2024697      0 |        0 |        0
1458.77/1459.01	c 1392s |       9 |  2964540 |    10506 |  2024697      0 |        0 |        0
1465.36/1465.62	c 1399s |       9 |  2965217 |    10606 |  2024697      0 |        0 |        0
1474.46/1474.78	c 1408s |       9 |  3100082 |    10706 |  2024697      0 |        0 |        0
1482.26/1482.52	c 1416s |       9 |  3100082 |    10806 |  2024697      0 |        0 |        0
1488.56/1488.89	c 1422s |       9 |  3204800 |    10906 |  2024697      0 |        0 |        0
1496.06/1496.35	c 1430s |       9 |  3204960 |    11006 |  2024697      0 |        0 |        0
1507.96/1508.20	c 1442s |       9 |  3208552 |    11106 |  2024697      0 |        0 |        0
1528.45/1528.76	c 1462s |       9 |  3210239 |    11206 |  2024697      0 |        0 |        0
1550.95/1551.20	c 1485s |       9 |  3210574 |    11306 |  2227167      0 |        0 |        0
1564.35/1564.64	c 1498s |      10 |  3210945 |    11361 |  2227167      0 |        0 |        0
1583.05/1583.34	c 1517s |      10 |  3947463 |    11461 |  2227167      0 |        0 |        0
1601.24/1601.56	c 1535s |      10 |  3948096 |    11561 |  2227167      0 |        0 |        0
1624.14/1624.42	c 1558s |      10 |  3948612 |    11661 |  2227167      0 |        0 |        0
1640.84/1641.10	c 1575s |      10 |  3949010 |    11761 |  2227167      0 |        0 |        0
1664.14/1664.44	c 1598s |      10 |  3950167 |    11861 |  2227167      0 |        0 |        0
1689.43/1689.75	c 1623s |      10 |  3950412 |    11961 |  2227167      0 |        0 |        0
1715.73/1716.01	c 1649s |      10 |  3950741 |    12061 |  2227167      0 |        0 |        0
1733.12/1733.44	c 1667s |      10 |  3951083 |    12161 |  2227167      0 |        0 |        0
1752.52/1752.84	c 1686s |      10 |  3960022 |    12261 |  2227167      0 |        0 |        0
1756.42/1756.71	c 1690s |      10 |  3967413 |    12361 |  2227167      0 |        0 |        0
1760.22/1760.50	c 1694s |      10 |  3967479 |    12461 |  2227167      0 |        0 |        0
1768.11/1768.41	c 1702s |      10 |  4001945 |    12561 |  2227167      0 |        0 |        0
1784.42/1784.70	c 1718s |      10 |  4005094 |    12661 |  2227167      0 |        0 |        0

Verifier Data

ERROR: no interpretation found !

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-4079118-1465266688/watcher-4079118-1465266688 -o /tmp/evaluation-result-4079118-1465266688/solver-4079118-1465266688 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465261284-9911 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079118-1465266688.opb 

pid=10449
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.21 2.23 2.19 4/180 10452
/proc/meminfo: memFree=29226260/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=722364 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 2696 0 0 0 0 0 0 0 20 0 4 0 108602482 739700736 3056 33554432000 4194304 16246674 140733464186416 140733464185840 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 181359 3067 441 2943 0 178253 0
[pid=10452/tid=10453] ppid=10449 vsize=741820 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 759623680 3132 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=745916 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 763817984 3148 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=751036 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108602482 769060864 3165 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100179 s]
/proc/loadavg: 2.21 2.23 2.19 4/180 10452
/proc/meminfo: memFree=29226260/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 29189 0 0 0 5 4 0 0 20 0 4 0 108602482 1333334016 29488 33554432000 4194304 16246674 140733464186416 140733464185728 7368729 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 325521 29506 798 2943 0 322415 0
[pid=10452/tid=10453] ppid=10449 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 1333334016 29517 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 1333334016 29529 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 1333334016 29540 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200544 s]
/proc/loadavg: 2.21 2.23 2.19 4/180 10452
/proc/meminfo: memFree=29226260/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 42128 0 0 0 13 6 0 0 20 0 4 0 108602482 1344868352 42937 33554432000 4194304 16246674 140733464186416 140733464185728 4220871 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 328337 42937 798 2943 0 325231 0
[pid=10452/tid=10453] ppid=10449 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 1344868352 42937 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 1344868352 42937 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 1344868352 42937 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300501 s]
/proc/loadavg: 2.21 2.23 2.19 4/180 10452
/proc/meminfo: memFree=29226260/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 42739 0 0 0 23 6 0 0 20 0 4 0 108602482 1344868352 43548 33554432000 4194304 16246674 140733464186416 140733464185728 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 328337 43548 798 2943 0 325231 0
[pid=10452/tid=10453] ppid=10449 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 1344868352 43548 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 1344868352 43548 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 1344868352 43548 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700432 s]
/proc/loadavg: 2.21 2.23 2.19 4/180 10452
/proc/meminfo: memFree=29226260/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 57448 0 0 0 59 10 0 0 20 0 4 0 108602482 1344868352 58257 33554432000 4194304 16246674 140733464186416 140733464185728 4207001 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 328337 58257 800 2943 0 325231 0
[pid=10452/tid=10453] ppid=10449 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 1344868352 58257 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 1344868352 58257 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 1344868352 58257 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50041 s]
/proc/loadavg: 2.21 2.23 2.19 4/184 10456
/proc/meminfo: memFree=28738852/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=1313348 CPUtime=1.48 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 77131 0 0 0 134 14 0 0 20 0 4 0 108602482 1344868352 77940 33554432000 4194304 16246674 140733464186416 140733464169408 8058796 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 328337 77959 800 2943 0 325231 0
[pid=10452/tid=10453] ppid=10449 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 1344868352 77970 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 1344868352 77982 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 1344868352 77994 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1313348

[startup+3.10039 s]
/proc/loadavg: 2.21 2.23 2.19 4/184 10456
/proc/meminfo: memFree=28565544/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=1337924 CPUtime=3.09 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 141415 0 0 0 286 23 0 0 20 0 4 0 108602482 1370034176 148356 33554432000 4194304 16246674 140733464186416 140733464169408 4225154 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 334481 148364 800 2943 0 331375 0
[pid=10452/tid=10453] ppid=10449 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 1370034176 148368 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 1370034176 148374 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 1370034176 148378 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1337924

[startup+6.3004 s]
/proc/loadavg: 2.27 2.24 2.20 3/184 10456
/proc/meminfo: memFree=28057588/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=1387076 CPUtime=6.29 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 248540 0 0 0 588 41 0 0 20 0 4 0 108602482 1420365824 267234 33554432000 4194304 16246674 140733464186416 140733464185512 8055574 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 346769 267234 802 2943 0 343663 0
[pid=10452/tid=10453] ppid=10449 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 1420365824 267234 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 1420365824 267234 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 1420365824 267234 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1387076

[startup+12.7004 s]
/proc/loadavg: 2.25 2.24 2.19 3/184 10456
/proc/meminfo: memFree=27858272/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=1485380 CPUtime=12.68 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 248588 0 0 0 1224 44 0 0 20 0 4 0 108602482 1521029120 291299 33554432000 4194304 16246674 140733464186416 140733464169408 7440268 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 371345 291299 802 2943 0 368239 0
[pid=10452/tid=10453] ppid=10449 vsize=1485380 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 1521029120 291299 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=1485380 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 1521029120 291299 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=1485380 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 1521029120 291299 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1485380

[startup+25.5005 s]
/proc/loadavg: 2.19 2.23 2.19 3/184 10457
/proc/meminfo: memFree=25271716/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=4047428 CPUtime=25.48 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 860473 0 0 0 2417 131 0 0 20 0 4 0 108602482 4144566272 935888 33554432000 4194304 16246674 140733464186416 140733464185592 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 1011857 935888 842 2943 0 1008751 0
[pid=10452/tid=10453] ppid=10449 vsize=4047428 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 4144566272 935888 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=4047428 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 4144566272 935888 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=4047428 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 4144566272 935888 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4047428

[startup+51.1005 s]
/proc/loadavg: 2.14 2.21 2.18 3/184 10457
/proc/meminfo: memFree=20104820/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=8863300 CPUtime=51.08 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 2064478 0 0 0 4808 300 0 0 20 0 4 0 108602482 9076019200 2157267 33554432000 4194304 16246674 140733464186416 140733464185592 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2215825 2157267 842 2943 0 2212719 0
[pid=10452/tid=10453] ppid=10449 vsize=8863300 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 9076019200 2157267 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=8863300 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 9076019200 2157267 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=8863300 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 9076019200 2157267 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8863300

[startup+102.3 s]
/proc/loadavg: 2.19 2.21 2.18 3/184 10458
/proc/meminfo: memFree=17156852/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=11427396 CPUtime=102.29 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 2705556 0 0 0 9837 392 0 0 20 0 4 0 108602482 11701653504 2798345 33554432000 4194304 16246674 140733464186416 140733464168320 5711576 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2856849 2798345 895 2943 0 2853743 0
[pid=10452/tid=10453] ppid=10449 vsize=11427396 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 11701653504 2798345 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=11427396 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 11701653504 2798345 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=11427396 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 11701653504 2798345 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 11427396


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


[startup+1422.3 s]
/proc/loadavg: 2.35 2.24 2.19 3/183 10695
/proc/meminfo: memFree=13127032/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=12613188 CPUtime=1422.08 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 3001797 0 0 0 141396 812 0 0 20 0 4 0 108602482 12915904512 3094586 33554432000 4194304 16246674 140733464186416 140733464185512 5711984 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 3153297 3094586 897 2943 0 3150191 0
[pid=10452/tid=10453] ppid=10449 vsize=12613188 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 12915904512 3094586 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=12613188 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 12915904512 3094586 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=12613188 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 12915904512 3094586 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 12613188

[startup+1482.3 s]
/proc/loadavg: 2.34 2.26 2.20 3/183 10696
/proc/meminfo: memFree=12797344/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=12613188 CPUtime=1482.06 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 3001797 0 0 0 147385 821 0 0 20 0 4 0 108602482 12915904512 3094586 33554432000 4194304 16246674 140733464186416 140733464185512 5712608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 3153297 3094586 897 2943 0 3150191 0
[pid=10452/tid=10453] ppid=10449 vsize=12613188 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 12915904512 3094586 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=12613188 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 12915904512 3094586 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=12613188 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 12915904512 3094586 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 12613188

[startup+1542.31 s]
/proc/loadavg: 2.27 2.25 2.20 3/183 10697
/proc/meminfo: memFree=12773192/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=12614212 CPUtime=1542.06 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 3002020 0 0 0 153376 830 0 0 20 0 4 0 108602482 12916953088 3094809 33554432000 4194304 16246674 140733464186416 140733464185592 5712536 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 3153553 3094809 897 2943 0 3150447 0
[pid=10452/tid=10453] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3094809 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3094809 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3094809 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 12614212

[startup+1602.3 s]
/proc/loadavg: 2.19 2.22 2.18 3/183 10699
/proc/meminfo: memFree=12636236/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=12614212 CPUtime=1602.04 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 3002020 0 0 0 159367 837 0 0 20 0 4 0 108602482 12916953088 3094809 33554432000 4194304 16246674 140733464186416 140733464168320 5712608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 3153553 3094809 897 2943 0 3150447 0
[pid=10452/tid=10453] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3094809 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3094809 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3094809 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 12614212

[startup+1662.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/183 10700
/proc/meminfo: memFree=12529764/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=12614212 CPUtime=1662.03 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 3002262 0 0 0 165365 838 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 140733464168320 5712608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 3153553 3095051 897 2943 0 3150447 0
[pid=10452/tid=10453] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 12614212

[startup+1722.3 s]
/proc/loadavg: 2.14 2.20 2.18 3/184 10704
/proc/meminfo: memFree=12365464/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=12614212 CPUtime=1722.02 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 3002262 0 0 0 171361 841 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 140733464168320 5712536 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 3153553 3095051 897 2943 0 3150447 0
[pid=10452/tid=10453] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 12614212

[startup+1782.3 s]
/proc/loadavg: 2.33 2.24 2.19 3/184 10728
/proc/meminfo: memFree=12251700/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=12614212 CPUtime=1782.01 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 3002262 0 0 0 177356 845 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 140733464168320 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 3153553 3095051 897 2943 0 3150447 0
[pid=10452/tid=10453] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 12614212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/184 10777
/proc/meminfo: memFree=16797132/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=12614212 CPUtime=1800.01 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) R 10449 10452 9894 0 -1 4202496 3002262 0 0 0 179154 847 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 140733464185592 5712608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 3153553 3095051 897 2943 0 3150447 0
[pid=10452/tid=10453] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) S 10449 10452 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 139798941510896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=10452/tid=10454] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10454/stat : 10454 (toysat) S 10449 10452 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 139798931021040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=10452/tid=10455] ppid=10449 vsize=12614212 CPUtime=0 cores=1,3,5,7
/proc/10452/task/10455/stat : 10455 (toysat) S 10449 10452 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108602482 12916953088 3095051 33554432000 4194304 16246674 140733464186416 139798920547504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 12614212

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

[startup+1800.4 s]
/proc/loadavg: 2.15 2.20 2.18 3/184 10777
/proc/meminfo: memFree=16797132/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=0 CPUtime=1800.11 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) Z 10449 10452 9894 0 -1 4203532 3002262 0 0 0 179154 857 0 0 20 0 2 0 108602482 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 0 0 0 0 0 0 0
[pid=10452/tid=10453] ppid=10449 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) R 10449 10452 9894 0 -1 4203588 9 0 0 0 0 8 0 0 20 0 2 0 108602482 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

[startup+1800.81 s]
/proc/loadavg: 2.15 2.20 2.18 3/182 10777
/proc/meminfo: memFree=24336456/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=0 CPUtime=1800.51 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) Z 10449 10452 9894 0 -1 4203532 3002262 0 0 0 179154 897 0 0 20 0 2 0 108602482 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 0 0 0 0 0 0 0
[pid=10452/tid=10453] ppid=10449 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) R 10449 10452 9894 0 -1 4203588 9 0 0 0 0 48 0 0 20 0 2 0 108602482 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.15 2.20 2.18 3/182 10777
/proc/meminfo: memFree=24336456/32872528 swapFree=15272/1656604
[pid=10452] ppid=10449 vsize=0 CPUtime=1800.61 cores=1,3,5,7
/proc/10452/stat : 10452 (toysat) Z 10449 10452 9894 0 -1 4203532 3002262 0 0 0 179154 907 0 0 20 0 2 0 108602482 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 0 0 0 0 0 0 0
[pid=10452/tid=10453] ppid=10449 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/10452/task/10453/stat : 10453 (toysat) R 10449 10452 9894 0 -1 4203588 9 0 0 0 0 58 0 0 20 0 2 0 108602482 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.95
CPU time (s): 1800.66
CPU user time (s): 1791.55
CPU system time (s): 9.10862
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 12614212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.55
system time used= 9.10862
maximum resident set size= 12380204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3002262
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86
involuntary context switches= 2304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.51131 second user time and 6.96494 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-07 04:31:32
IDJOB=4079118
IDBENCH=71873
IDSOLVER=2542
FILE ID=node136/4079118-1465266688
RUNJOBID= node136-1465261284-9911
PBS_JOBID= 19843291
Free space on /tmp= 71596 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__256.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079118-1465266688/watcher-4079118-1465266688 -o /tmp/evaluation-result-4079118-1465266688/solver-4079118-1465266688 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465261284-9911 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079118-1465266688.opb

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

MD5SUM BENCH= d1969ed58806ec8ac69295cde35dfac4
RANDOM SEED=29100008

node136.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.959
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.91
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.959
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.959
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.959
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.959
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.959
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.59
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.959
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.959
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:        29226160 kB
Buffers:           53192 kB
Cached:           314264 kB
SwapCached:          800 kB
Active:          1133676 kB
Inactive:         138692 kB
Active(anon):     906240 kB
Inactive(anon):     1212 kB
Active(file):     227436 kB
Inactive(file):   137480 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099352 kB
Dirty:            160056 kB
Writeback:             0 kB
AnonPages:       2561296 kB
Mapped:            10720 kB
Shmem:                 0 kB
Slab:             581744 kB
SReclaimable:      21580 kB
SUnreclaim:       560164 kB
KernelStack:        1456 kB
PageTables:         9440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2904040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1646592 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= 71580 MiB
End job on node136 at 2016-06-07 05:01:33