Trace number 4079744

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-02OPT2 827.696 828.051

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark827.696
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
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.00	c 2016-06-06T22:14:33+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-4079744-1465244073.opb"]
0.00/0.01	c use --random-gen="2261651461 3174581850 3775821579 243900110 2823317070 1450502504 3758390411 2813649686 935577043 1458322143 3506686978 464953989 3075057513 1263211742 4084744708 1762728326 4106714310 3873347519 3138962600 1362425756 3494548542 3631865568 448292090 61942518 3526061902 194246143 2938648197 132130531 1192885026 377438465 3159425774 3027537160 4122557499 560779186 2267027229 3061641013 918612266 2128878866 2657820467 3623517027 2468271249 2804785082 1382211950 2359803717 2853788405 1887365274 4073378869 2004349939 3070874250 1081227754 2275133597 3734090901 167798828 3178486754 3705742545 2353425080 1853850653 2455492603 3673672148 1041604280 2419979664 3042980376 932892404 28743506 636786408 3223591152 1448826186 1343885188 3621185425 1285096038 2580699990 4023015685 3864172014 777354605 2946189822 2935972678 3690297010 3424007181 3607463047 421206694 1925269648 1163728258 1793075762 2169633821 150418602 2823661152 3535042965 2419126409 1918800398 2356533712 2222162661 3853451985 112586689 3300140387 983669185 3023255064 4008779567 2859744890 1411907379 2801231780 3411629048 1872783794 1959837591 3377971426 3719619970 3640981509 2811446300 3781165184 508103083 3463166449 355088576 2560442586 3876529872 764104238 3049304224 1815841304 654451676 2513304403 1139802793 3130422014 1224493854 2837513364 3526337958 3288800142 696029549 3582969657 1535829163 1814592442 4271285274 3826502446 2732586137 2981200504 2100588687 3647155385 2025937780 754186763 799319604 2252118545 2898094980 1545976489 1513480204 2898570922 283659936 3149323639 3799166398 2313391328 1090550444 1758351894 1488408281 326844509 1566294864 120471076 2401670947 3001717272 1811620645 1520360733 252947315 2125539222 1548890310 3993741696 499008852 4242281349 2279538410 2051538054 3300220388 205873211 1091747881 3764419815 1808361465 1818301483 1724647340 651606139 1600576219 97814887 254258299 1973732365 2084256006 76456713 1380887408 2172849913 3772932030 3288863449 496115279 917012227 2438623503 1521890170 2202878521 203424338 3145040765 949072906 976749558 1649809343 1517250104 1788988299 1288202917 637080153 4185263666 3679687761 2945105383 3504612461 3769223148 465865992 3425716777 3263403101 3404093521 4207698770 3095467780 3695171286 3065529979 3817411413 2812697760 1589286412 100176398 3330660671 91748968 1211356190 381611297 1443229145 431411164 257748213 1108645363 3196923013 1095536886 3216875359 2108536068 1205690541 1339881653 1874564816 3551468042 3666554178 2490801443 1264345945 3656763877 3332180493 3725274569 2119363247 1840261344 2999814341 2227160804 3762080736 3467297849 1692294988 1642296926 2115524629 2617240149 3786022154 1632548714 1298416146 2750882610 3673765957 1312873664 2915718105 275200999 2318250565 2573921484 1941840987 255 362436" option to reproduce the execution
0.00/0.01	c #vars 94
0.00/0.01	c #constraints 8
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       34      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |       40 |        0 |       34      0 |        0 |        0
0.00/0.01	c #cpu_time = 0.001s
0.00/0.01	c #wall_clock_time = 0.001s
0.00/0.01	c #decision = 40
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	o 1256
0.00/0.01	c BCD2: updating upper bound: 2040 -> 1255
0.00/0.01	c BCD2: 0 <= obj <= 1255
0.00/0.01	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       34      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      181 |      100 |       34      0 |        0 |        0
0.00/0.05	c  0.0s |       2 |      409 |      250 |       38      3 |        0 |        0
0.00/0.09	c  0.1s |       3 |      710 |      475 |       42      8 |        0 |        0
0.09/0.15	c  0.1s |       4 |     1131 |      813 |       47     14 |        0 |        0
0.19/0.23	c  0.2s |       5 |     1720 |     1320 |       52     22 |        0 |        0
0.29/0.35	c  0.3s |       6 |     2558 |     2081 |       64     33 |        0 |        0
0.49/0.53	c  0.5s |       7 |     3783 |     3223 |       71     50 |        0 |        0
0.79/0.82	c  0.8s |       8 |     5583 |     4936 |       79     74 |        0 |        0
1.10/1.21	c  1.2s |       9 |     8239 |     7506 |       87    108 |        0 |        0
1.59/1.63	c  1.6s |      10 |    12192 |    11361 |       96    156 |        0 |        0
2.30/2.31	c  2.3s |      11 |    18106 |    17144 |      106    225 |        0 |        0
3.18/3.26	c  3.2s |      12 |    26914 |    25819 |      117    323 |        0 |        0
4.58/4.69	c  4.7s |      13 |    40105 |    38832 |      129    461 |        0 |        0
6.60/6.69	c  6.7s |      13 |    58785 |    57232 |      129    645 |        0 |        0
6.79/6.82	c  6.8s |      14 |    59915 |    58352 |      142    656 |        0 |        0
8.80/8.82	c  8.8s |      14 |    77920 |    76152 |      142    823 |        0 |        0
10.09/10.13	c 10.1s |      15 |    89498 |    87632 |      157    931 |        0 |        0
12.10/12.14	c 12.1s |      15 |   107316 |   105232 |      157   1085 |        0 |        0
14.09/14.14	c 14.1s |      15 |   125617 |   123332 |      157   1244 |        0 |        0
15.09/15.10	c 15.1s |      16 |   133897 |   131552 |      173   1317 |        0 |        0
17.09/17.11	c 17.1s |      16 |   151854 |   149252 |      173   1462 |        0 |        0
19.09/19.11	c 19.1s |      16 |   169092 |   166352 |      173   1603 |        0 |        0
21.09/21.12	c 21.1s |      16 |   186629 |   183752 |      173   1746 |        0 |        0
22.68/22.74	c 22.7s |      17 |   200395 |   197432 |      191   1859 |        0 |        0
24.68/24.74	c 24.7s |      17 |   218126 |   214932 |      191   1993 |        0 |        0
26.68/26.75	c 26.7s |      17 |   235224 |   231932 |      191   2123 |        0 |        0
28.69/28.76	c 28.7s |      17 |   252059 |   248632 |      191   2252 |        0 |        0
30.68/30.77	c 30.8s |      17 |   268773 |   265232 |      191   2380 |        0 |        0
32.69/32.78	c 32.8s |      17 |   285792 |   282132 |      191   2510 |        0 |        0
34.39/34.48	c 34.5s |      18 |   300000 |   296252 |      211   2618 |        0 |        0
36.40/36.49	c 36.5s |      18 |   317089 |   313152 |      211   2738 |        0 |        0
38.39/38.49	c 38.5s |      18 |   334261 |   330152 |      211   2859 |        0 |        0
40.48/40.50	c 40.5s |      18 |   351836 |   347552 |      211   2984 |        0 |        0
42.48/42.50	c 42.5s |      18 |   368801 |   364352 |      211   3105 |        0 |        0
44.48/44.51	c 44.5s |      18 |   385967 |   381352 |      211   3226 |        0 |        0
46.48/46.52	c 46.5s |      18 |   403241 |   398452 |      211   3348 |        0 |        0
48.49/48.52	c 48.5s |      18 |   419968 |   415052 |      211   3467 |        0 |        0
50.48/50.52	c 50.5s |      18 |   436499 |   431452 |      211   3585 |        0 |        0
52.08/52.13	c 52.1s |      19 |   449626 |   444482 |      233   3677 |        0 |        0
54.08/54.13	c 54.1s |      19 |   466132 |   460782 |      233   3785 |        0 |        0
56.09/56.14	c 56.1s |      19 |   482777 |   477282 |      233   3894 |        0 |        0
58.08/58.15	c 58.1s |      19 |   499120 |   493482 |      233   4002 |        0 |        0
60.08/60.16	c 60.1s |      19 |   515909 |   510082 |      233   4112 |        0 |        0
62.08/62.16	c 62.1s |      19 |   532227 |   526282 |      233   4221 |        0 |        0
64.08/64.17	c 64.2s |      19 |   548640 |   542582 |      233   4329 |        0 |        0
66.09/66.18	c 66.2s |      19 |   565162 |   558982 |      233   4439 |        0 |        0
68.08/68.20	c 68.2s |      19 |   581895 |   575582 |      233   4549 |        0 |        0
70.18/70.20	c 70.2s |      19 |   598205 |   591782 |      233   4656 |        0 |        0
72.18/72.21	c 72.2s |      19 |   614891 |   608282 |      233   4766 |        0 |        0
74.18/74.21	c 74.2s |      19 |   631289 |   624482 |      233   4874 |        0 |        0
76.18/76.22	c 76.2s |      19 |   647763 |   640782 |      233   4983 |        0 |        0
78.19/78.22	c 78.2s |      19 |   663923 |   656782 |      233   5090 |        0 |        0
79.38/79.46	c 79.4s |      20 |   674039 |   666827 |      257   5155 |        0 |        0
81.38/81.47	c 81.5s |      20 |   691688 |   684227 |      257   5261 |        0 |        0
83.37/83.48	c 83.5s |      20 |   708528 |   700927 |      257   5363 |        0 |        0
85.37/85.49	c 85.5s |      20 |   724861 |   717127 |      257   5462 |        0 |        0
87.48/87.50	c 87.5s |      20 |   741234 |   733327 |      257   5562 |        0 |        0
89.48/89.51	c 89.5s |      20 |   757695 |   749627 |      257   5662 |        0 |        0
91.48/91.52	c 91.5s |      20 |   774395 |   766127 |      257   5764 |        0 |        0
93.49/93.53	c 93.5s |      20 |   790841 |   782427 |      257   5864 |        0 |        0
95.48/95.53	c 95.5s |      20 |   807342 |   798727 |      257   5965 |        0 |        0
97.48/97.53	c 97.5s |      20 |   823524 |   814727 |      257   6064 |        0 |        0
99.48/99.54	c 99.5s |      20 |   839741 |   830827 |      257   6163 |        0 |        0
101.47/101.54	c  101s |      20 |   856306 |   847227 |      257   6264 |        0 |        0
103.48/103.55	c  103s |      20 |   872528 |   863327 |      257   6363 |        0 |        0
105.47/105.55	c  105s |      20 |   888800 |   879427 |      257   6462 |        0 |        0
107.47/107.56	c  107s |      20 |   905126 |   895627 |      257   6562 |        0 |        0
109.47/109.57	c  109s |      20 |   921284 |   911627 |      257   6661 |        0 |        0
111.47/111.58	c  111s |      20 |   937443 |   927627 |      257   6760 |        0 |        0
113.47/113.59	c  113s |      20 |   953044 |   943127 |      257   6856 |        0 |        0
115.48/115.59	c  115s |      20 |   968977 |   958927 |      257   6954 |        0 |        0
117.57/117.60	c  117s |      20 |   985548 |   975327 |      257   7055 |        0 |        0
119.57/119.61	c  119s |      20 |  1001158 |   990827 |      257   7151 |        0 |        0
120.77/120.82	c  120s |      21 |  1010735 |  1000345 |      283   7206 |        0 |        0
122.77/122.84	c  122s |      21 |  1026832 |  1016245 |      283   7296 |        0 |        0
124.77/124.84	c  124s |      21 |  1042636 |  1031945 |      283   7385 |        0 |        0
126.77/126.86	c  126s |      21 |  1058884 |  1048045 |      283   7476 |        0 |        0
128.78/128.86	c  128s |      21 |  1075007 |  1064045 |      283   7567 |        0 |        0
130.77/130.87	c  130s |      21 |  1090845 |  1079745 |      283   7656 |        0 |        0
132.77/132.87	c  132s |      21 |  1106656 |  1095445 |      283   7746 |        0 |        0
134.77/134.88	c  134s |      21 |  1123139 |  1111745 |      283   7839 |        0 |        0
136.77/136.89	c  136s |      21 |  1139701 |  1128145 |      283   7932 |        0 |        0
138.87/138.90	c  138s |      21 |  1156383 |  1144645 |      283   8027 |        0 |        0
140.78/140.90	c  140s |      21 |  1172655 |  1160745 |      283   8119 |        0 |        0
142.87/142.92	c  142s |      21 |  1189102 |  1177045 |      283   8211 |        0 |        0
144.87/144.92	c  144s |      21 |  1205334 |  1193145 |      283   8303 |        0 |        0
146.87/146.92	c  146s |      21 |  1221233 |  1208945 |      283   8393 |        0 |        0
148.87/148.94	c  148s |      21 |  1237352 |  1224945 |      283   8484 |        0 |        0
150.87/150.94	c  150s |      21 |  1253032 |  1240545 |      283   8573 |        0 |        0
152.87/152.94	c  152s |      21 |  1269438 |  1256745 |      283   8666 |        0 |        0
154.87/154.94	c  154s |      21 |  1284855 |  1272045 |      283   8753 |        0 |        0
156.87/156.95	c  156s |      21 |  1300617 |  1287645 |      283   8843 |        0 |        0
158.87/158.96	c  158s |      21 |  1316316 |  1303245 |      283   8932 |        0 |        0
160.87/160.96	c  160s |      21 |  1332691 |  1319445 |      283   9025 |        0 |        0
162.88/162.97	c  162s |      21 |  1348527 |  1335145 |      283   9115 |        0 |        0
164.86/164.97	c  164s |      21 |  1364833 |  1351245 |      283   9207 |        0 |        0
166.86/166.98	c  166s |      21 |  1380561 |  1366845 |      283   9297 |        0 |        0
168.86/168.99	c  168s |      21 |  1396493 |  1382645 |      283   9388 |        0 |        0
170.86/170.99	c  170s |      21 |  1412528 |  1398545 |      283   9478 |        0 |        0
172.96/173.00	c  172s |      21 |  1428472 |  1414345 |      283   9568 |        0 |        0
174.97/175.01	c  174s |      21 |  1444845 |  1430545 |      283   9660 |        0 |        0
176.96/177.01	c  177s |      21 |  1460569 |  1446145 |      283   9750 |        0 |        0
178.96/179.02	c  179s |      21 |  1476224 |  1461645 |      283   9838 |        0 |        0
180.96/181.03	c  181s |      21 |  1491760 |  1477045 |      283   9926 |        0 |        0
182.96/183.04	c  183s |      21 |  1507464 |  1492645 |      312  10014 |        0 |        0
183.96/184.05	c  184s |      22 |  1515502 |  1500622 |      312  10056 |        0 |        0
185.97/186.06	c  186s |      22 |  1531947 |  1516822 |      312  10141 |        0 |        0
187.96/188.06	c  188s |      22 |  1547659 |  1532422 |      312  10223 |        0 |        0
189.96/190.07	c  190s |      22 |  1563494 |  1548122 |      312  10305 |        0 |        0
191.96/192.08	c  192s |      22 |  1579231 |  1563722 |      312  10387 |        0 |        0
193.96/194.08	c  194s |      22 |  1594875 |  1579222 |      312  10469 |        0 |        0
195.96/196.09	c  196s |      22 |  1610729 |  1594922 |      312  10551 |        0 |        0
197.97/198.10	c  198s |      22 |  1626569 |  1610622 |      312  10633 |        0 |        0
200.06/200.10	c  200s |      22 |  1642423 |  1626322 |      312  10716 |        0 |        0
202.06/202.10	c  202s |      22 |  1658060 |  1641822 |      312  10798 |        0 |        0
204.06/204.10	c  204s |      22 |  1673267 |  1656922 |      312  10878 |        0 |        0
206.06/206.11	c  206s |      22 |  1688468 |  1672022 |      312  10958 |        0 |        0
208.06/208.12	c  208s |      22 |  1704624 |  1688022 |      312  11042 |        0 |        0
210.06/210.13	c  210s |      22 |  1720034 |  1703322 |      312  11122 |        0 |        0
212.05/212.14	c  212s |      22 |  1735659 |  1718822 |      312  11204 |        0 |        0
214.05/214.14	c  214s |      22 |  1751159 |  1734222 |      312  11285 |        0 |        0
216.06/216.15	c  216s |      22 |  1766694 |  1749622 |      312  11367 |        0 |        0
218.06/218.15	c  218s |      22 |  1782157 |  1764922 |      312  11447 |        0 |        0
220.07/220.15	c  220s |      22 |  1797804 |  1780422 |      312  11529 |        0 |        0
222.06/222.16	c  222s |      22 |  1813250 |  1795722 |      312  11610 |        0 |        0
224.06/224.17	c  224s |      22 |  1828667 |  1811022 |      312  11691 |        0 |        0
226.05/226.18	c  226s |      22 |  1843876 |  1826122 |      312  11771 |        0 |        0
228.05/228.18	c  228s |      22 |  1859318 |  1841422 |      312  11852 |        0 |        0
230.05/230.19	c  230s |      22 |  1874617 |  1856622 |      312  11933 |        0 |        0
232.06/232.20	c  232s |      22 |  1889865 |  1871722 |      312  12013 |        0 |        0
234.14/234.21	c  234s |      22 |  1905818 |  1887522 |      312  12097 |        0 |        0
236.14/236.22	c  236s |      22 |  1921812 |  1903322 |      312  12180 |        0 |        0
238.14/238.22	c  238s |      22 |  1937323 |  1918722 |      312  12261 |        0 |        0
240.14/240.23	c  240s |      22 |  1952821 |  1934122 |      312  12342 |        0 |        0
242.15/242.24	c  242s |      22 |  1968242 |  1949422 |      312  12422 |        0 |        0
244.15/244.25	c  244s |      22 |  1983447 |  1964522 |      312  12502 |        0 |        0
246.14/246.26	c  246s |      22 |  1998763 |  1979722 |      312  12583 |        0 |        0
248.14/248.27	c  248s |      22 |  2014493 |  1995322 |      312  12665 |        0 |        0
250.14/250.27	c  250s |      22 |  2030029 |  2010722 |      312  12746 |        0 |        0
252.14/252.27	c  252s |      22 |  2045665 |  2026222 |      312  12828 |        0 |        0
254.15/254.28	c  254s |      22 |  2060880 |  2041322 |      312  12908 |        0 |        0
256.14/256.29	c  256s |      22 |  2076430 |  2056722 |      312  12990 |        0 |        0
258.24/258.30	c  258s |      22 |  2091813 |  2071922 |      312  13071 |        0 |        0
260.24/260.31	c  260s |      22 |  2106966 |  2086922 |      312  13150 |        0 |        0
262.24/262.32	c  262s |      22 |  2121771 |  2101622 |      312  13229 |        0 |        0
264.24/264.33	c  264s |      22 |  2137619 |  2117322 |      312  13311 |        0 |        0
266.25/266.34	c  266s |      22 |  2153182 |  2132722 |      312  13393 |        0 |        0
268.24/268.34	c  268s |      22 |  2168501 |  2147922 |      312  13473 |        0 |        0
270.24/270.35	c  270s |      22 |  2183835 |  2163122 |      312  13554 |        0 |        0
272.24/272.36	c  272s |      22 |  2199294 |  2178422 |      312  13635 |        0 |        0
274.23/274.36	c  274s |      22 |  2214507 |  2193522 |      312  13715 |        0 |        0
276.23/276.38	c  276s |      22 |  2229613 |  2208522 |      312  13795 |        0 |        0
278.24/278.39	c  278s |      22 |  2244977 |  2223722 |      312  13876 |        0 |        0
280.23/280.39	c  280s |      22 |  2260525 |  2239122 |      344  13955 |        0 |        0
281.83/281.97	c  281s |      23 |  2272578 |  2251038 |      344  14014 |        0 |        0
283.84/283.98	c  283s |      23 |  2288160 |  2266438 |      344  14088 |        0 |        0
285.83/285.98	c  285s |      23 |  2303913 |  2282038 |      344  14163 |        0 |        0
287.83/287.99	c  287s |      23 |  2319556 |  2297538 |      344  14239 |        0 |        0
289.93/290.00	c  289s |      23 |  2335237 |  2313038 |      344  14314 |        0 |        0
291.93/292.01	c  291s |      23 |  2351406 |  2329038 |      344  14391 |        0 |        0
293.93/294.01	c  293s |      23 |  2366945 |  2344438 |      344  14466 |        0 |        0
295.94/296.01	c  295s |      23 |  2381966 |  2359338 |      344  14539 |        0 |        0
297.93/298.02	c  298s |      23 |  2397842 |  2375038 |      344  14615 |        0 |        0
299.93/300.02	c  300s |      23 |  2413162 |  2390238 |      344  14689 |        0 |        0
301.93/302.03	c  302s |      23 |  2428297 |  2405238 |      344  14762 |        0 |        0
303.93/304.03	c  304s |      23 |  2443507 |  2420338 |      344  14835 |        0 |        0
305.92/306.04	c  306s |      23 |  2458814 |  2435538 |      344  14909 |        0 |        0
307.93/308.05	c  308s |      23 |  2474040 |  2450638 |      344  14982 |        0 |        0
309.92/310.06	c  310s |      23 |  2489394 |  2465838 |      344  15056 |        0 |        0
311.92/312.07	c  312s |      23 |  2504417 |  2480738 |      344  15128 |        0 |        0
313.92/314.08	c  314s |      23 |  2519144 |  2495338 |      344  15200 |        0 |        0
315.92/316.09	c  316s |      23 |  2534155 |  2510238 |      344  15272 |        0 |        0
318.01/318.10	c  318s |      23 |  2549366 |  2525338 |      344  15346 |        0 |        0
319.91/320.10	c  320s |      23 |  2564384 |  2540238 |      344  15418 |        0 |        0
322.01/322.11	c  322s |      23 |  2579130 |  2554838 |      344  15490 |        0 |        0
324.00/324.11	c  324s |      23 |  2594067 |  2569638 |      344  15562 |        0 |        0
326.00/326.12	c  326s |      23 |  2608957 |  2584438 |      344  15634 |        0 |        0
328.00/328.13	c  328s |      23 |  2623549 |  2598938 |      344  15705 |        0 |        0
330.01/330.13	c  330s |      23 |  2638299 |  2613538 |      344  15777 |        0 |        0
332.00/332.13	c  332s |      23 |  2653524 |  2628638 |      344  15850 |        0 |        0
334.00/334.13	c  334s |      23 |  2668648 |  2643638 |      344  15923 |        0 |        0
336.00/336.14	c  336s |      23 |  2683755 |  2658638 |      344  15996 |        0 |        0
338.01/338.15	c  338s |      23 |  2699090 |  2673838 |      344  16069 |        0 |        0
340.01/340.16	c  340s |      23 |  2714577 |  2689138 |      344  16144 |        0 |        0
342.01/342.17	c  342s |      23 |  2729793 |  2704238 |      344  16217 |        0 |        0
344.00/344.17	c  344s |      23 |  2744925 |  2719238 |      344  16291 |        0 |        0
346.00/346.18	c  346s |      23 |  2760074 |  2734238 |      344  16364 |        0 |        0
348.10/348.20	c  348s |      23 |  2775109 |  2749138 |      344  16436 |        0 |        0
350.10/350.21	c  350s |      23 |  2790322 |  2764238 |      344  16510 |        0 |        0
352.10/352.22	c  352s |      23 |  2805340 |  2779138 |      344  16583 |        0 |        0
354.10/354.23	c  354s |      23 |  2820144 |  2793838 |      344  16654 |        0 |        0
356.09/356.23	c  356s |      23 |  2834840 |  2808438 |      344  16726 |        0 |        0
358.09/358.25	c  358s |      23 |  2849750 |  2823238 |      344  16798 |        0 |        0
360.09/360.25	c  360s |      23 |  2864383 |  2837738 |      344  16870 |        0 |        0
362.09/362.26	c  362s |      23 |  2880578 |  2853738 |      344  16947 |        0 |        0
364.10/364.27	c  364s |      23 |  2895423 |  2868438 |      344  17019 |        0 |        0
366.08/366.28	c  366s |      23 |  2910762 |  2883638 |      344  17093 |        0 |        0
368.08/368.28	c  368s |      23 |  2925908 |  2898638 |      344  17166 |        0 |        0
370.08/370.28	c  370s |      23 |  2940644 |  2913238 |      344  17238 |        0 |        0
372.08/372.29	c  372s |      23 |  2955462 |  2927938 |      344  17310 |        0 |        0
374.18/374.30	c  374s |      23 |  2970054 |  2942438 |      344  17381 |        0 |        0
376.09/376.30	c  376s |      23 |  2984448 |  2956738 |      344  17451 |        0 |        0
378.19/378.31	c  378s |      23 |  2999167 |  2971338 |      344  17522 |        0 |        0
380.19/380.31	c  380s |      23 |  3013980 |  2986038 |      344  17594 |        0 |        0
382.19/382.32	c  382s |      23 |  3028685 |  3000638 |      344  17666 |        0 |        0
384.18/384.33	c  384s |      23 |  3043506 |  3015338 |      344  17738 |        0 |        0
386.18/386.33	c  386s |      23 |  3058250 |  3029938 |      344  17810 |        0 |        0
388.19/388.34	c  388s |      23 |  3072872 |  3044438 |      344  17881 |        0 |        0
390.18/390.35	c  390s |      23 |  3087736 |  3059138 |      344  17953 |        0 |        0
392.18/392.35	c  392s |      23 |  3102955 |  3074238 |      344  18027 |        0 |        0
394.17/394.36	c  394s |      23 |  3118075 |  3089238 |      344  18100 |        0 |        0
396.17/396.37	c  396s |      23 |  3133072 |  3104138 |      344  18172 |        0 |        0
398.18/398.37	c  398s |      23 |  3147827 |  3118738 |      344  18244 |        0 |        0
400.17/400.38	c  400s |      23 |  3163170 |  3133938 |      344  18317 |        0 |        0
402.17/402.39	c  402s |      23 |  3178711 |  3149338 |      344  18392 |        0 |        0
404.27/404.40	c  404s |      23 |  3193916 |  3164438 |      344  18466 |        0 |        0
406.27/406.41	c  406s |      23 |  3209156 |  3179538 |      344  18540 |        0 |        0
408.27/408.42	c  408s |      23 |  3224508 |  3194738 |      344  18614 |        0 |        0
410.28/410.43	c  410s |      23 |  3239334 |  3209438 |      344  18686 |        0 |        0
412.27/412.43	c  412s |      23 |  3254162 |  3224138 |      344  18758 |        0 |        0
414.26/414.44	c  414s |      23 |  3269056 |  3238938 |      344  18830 |        0 |        0
416.26/416.45	c  416s |      23 |  3284592 |  3254238 |      344  18904 |        0 |        0
418.26/418.45	c  418s |      23 |  3299397 |  3268938 |      344  18976 |        0 |        0
420.26/420.46	c  420s |      23 |  3314311 |  3283738 |      344  19049 |        0 |        0
422.27/422.46	c  422s |      23 |  3329120 |  3298438 |      344  19120 |        0 |        0
424.25/424.47	c  424s |      23 |  3343834 |  3313038 |      344  19192 |        0 |        0
426.25/426.47	c  426s |      23 |  3358687 |  3327738 |      344  19264 |        0 |        0
428.25/428.48	c  428s |      23 |  3373712 |  3342638 |      344  19337 |        0 |        0
430.25/430.49	c  430s |      23 |  3388550 |  3357338 |      379  19407 |        0 |        0
432.35/432.50	c  432s |      23 |  3403044 |  3371738 |      379  19472 |        0 |        0
433.04/433.20	c  433s |      24 |  3408008 |  3376662 |      379  19494 |        0 |        0
435.04/435.21	c  435s |      24 |  3422919 |  3391362 |      379  19560 |        0 |        0
437.05/437.22	c  437s |      24 |  3437235 |  3405562 |      379  19624 |        0 |        0
439.05/439.22	c  439s |      24 |  3451311 |  3419562 |      379  19688 |        0 |        0
441.06/441.23	c  441s |      24 |  3465624 |  3433762 |      379  19752 |        0 |        0
443.04/443.24	c  443s |      24 |  3480043 |  3448062 |      379  19816 |        0 |        0
445.04/445.25	c  445s |      24 |  3494588 |  3462462 |      379  19881 |        0 |        0
447.04/447.25	c  447s |      24 |  3509042 |  3476762 |      379  19946 |        0 |        0
449.04/449.26	c  449s |      24 |  3523560 |  3491162 |      379  20011 |        0 |        0
451.04/451.26	c  451s |      24 |  3538487 |  3505962 |      379  20077 |        0 |        0
453.04/453.27	c  453s |      24 |  3553203 |  3520562 |      379  20143 |        0 |        0
455.03/455.27	c  455s |      24 |  3568239 |  3535462 |      379  20210 |        0 |        0
457.03/457.28	c  457s |      24 |  3582738 |  3549862 |      379  20275 |        0 |        0
459.14/459.30	c  459s |      24 |  3597336 |  3564362 |      379  20340 |        0 |        0
461.14/461.30	c  461s |      24 |  3611563 |  3578462 |      379  20404 |        0 |        0
463.13/463.31	c  463s |      24 |  3626101 |  3592862 |      379  20469 |        0 |        0
465.14/465.32	c  465s |      24 |  3640837 |  3607462 |      379  20535 |        0 |        0
467.13/467.32	c  467s |      24 |  3655138 |  3621662 |      379  20599 |        0 |        0
469.13/469.33	c  469s |      24 |  3669378 |  3635762 |      379  20662 |        0 |        0
471.12/471.34	c  471s |      24 |  3684053 |  3650262 |      379  20728 |        0 |        0
473.12/473.35	c  473s |      24 |  3698628 |  3664662 |      379  20793 |        0 |        0
475.13/475.35	c  475s |      24 |  3712925 |  3678862 |      379  20857 |        0 |        0
477.12/477.36	c  477s |      24 |  3727129 |  3692962 |      379  20921 |        0 |        0
479.12/479.37	c  479s |      24 |  3741680 |  3707362 |      379  20986 |        0 |        0
481.12/481.37	c  481s |      24 |  3756079 |  3721662 |      379  21051 |        0 |        0
483.11/483.38	c  483s |      24 |  3770427 |  3735862 |      379  21115 |        0 |        0
485.11/485.38	c  485s |      24 |  3784534 |  3749862 |      379  21178 |        0 |        0
487.12/487.38	c  487s |      24 |  3798949 |  3764162 |      379  21242 |        0 |        0
489.21/489.40	c  489s |      24 |  3812938 |  3778062 |      379  21305 |        0 |        0
491.21/491.41	c  491s |      24 |  3827373 |  3792362 |      379  21370 |        0 |        0
493.20/493.42	c  493s |      24 |  3841521 |  3806362 |      379  21434 |        0 |        0
495.20/495.43	c  495s |      24 |  3856030 |  3820762 |      379  21499 |        0 |        0
497.20/497.43	c  497s |      24 |  3870138 |  3834762 |      379  21562 |        0 |        0
499.21/499.44	c  499s |      24 |  3884246 |  3848762 |      379  21626 |        0 |        0
501.20/501.44	c  501s |      24 |  3898039 |  3862462 |      379  21688 |        0 |        0
503.20/503.45	c  503s |      24 |  3912129 |  3876462 |      379  21752 |        0 |        0
505.21/505.45	c  505s |      24 |  3926240 |  3890462 |      379  21815 |        0 |        0
507.20/507.46	c  507s |      24 |  3940255 |  3904362 |      379  21879 |        0 |        0
509.21/509.44	c  509s |      24 |  3953819 |  3917819 |      379  21940 |        0 |        0
509.21/509.44	c #cpu_time = 508.031s
509.21/509.44	c #wall_clock_time = 509.430s
509.21/509.44	c #decision = 3953819
509.21/509.44	c #random_decision = 9609
509.21/509.44	c #conflict = 3917819
509.21/509.44	c #restart = 24
509.21/509.44	c BCD2: found a new core of size 64: cost of the new core is >=1
509.21/509.44	c lower bound updated to 1
509.21/509.44	c BCD2: 1 <= obj <= 1255
509.21/509.44	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
509.21/509.44	c BCD2: #sat=1 #unsat=2 bias=2/3
509.21/509.44	c Solving starts ...
509.21/509.44	c ============================[ Search Statistics ]============================
509.21/509.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
509.21/509.44	c       |         |          |          |    Limit     GC | Var      | Constra 
509.21/509.44	c =============================================================================
509.21/509.44	c  0.0s |       0 |        0 |        0 |      379      0 |        0 |        0
509.21/509.45	c  0.0s |       0 |       53 |        0 |      379      1 |        0 |        0
509.21/509.45	c #cpu_time = 0.003s
509.21/509.45	c #wall_clock_time = 0.003s
509.21/509.45	c #decision = 53
509.21/509.45	c #random_decision = 0
509.21/509.45	c #conflict = 0
509.21/509.45	c #restart = 0
509.21/509.45	o 295
509.21/509.45	c BCD2: updating upper bound: 1255 -> 294
509.21/509.45	c BCD2: 1 <= obj <= 294
509.21/509.45	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
509.21/509.45	c BCD2: #sat=2 #unsat=2 bias=2/4
509.21/509.45	c Solving starts ...
509.21/509.45	c ============================[ Search Statistics ]============================
509.21/509.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
509.21/509.45	c       |         |          |          |    Limit     GC | Var      | Constra 
509.21/509.45	c =============================================================================
509.21/509.45	c  0.0s |       0 |        0 |        0 |      379      0 |        0 |        2
509.21/509.45	c  0.0s |       0 |       59 |        6 |      379      0 |        0 |        2
509.21/509.45	c #cpu_time = 0.001s
509.21/509.45	c #wall_clock_time = 0.001s
509.21/509.45	c #decision = 59
509.21/509.45	c #random_decision = 1
509.21/509.45	c #conflict = 6
509.21/509.45	c #restart = 0
509.21/509.45	o 148
509.21/509.45	c BCD2: updating upper bound: 294 -> 147
509.21/509.45	c BCD2: 1 <= obj <= 147
509.21/509.45	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
509.21/509.45	c BCD2: #sat=3 #unsat=2 bias=2/5
509.21/509.45	c Solving starts ...
509.21/509.45	c ============================[ Search Statistics ]============================
509.21/509.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
509.21/509.45	c       |         |          |          |    Limit     GC | Var      | Constra 
509.21/509.45	c =============================================================================
509.21/509.45	c  0.0s |       0 |        0 |        0 |      379      0 |        0 |        4
509.21/509.46	c  0.0s |       1 |      135 |      100 |      379      0 |        0 |        4
509.21/509.46	c  0.0s |       1 |      185 |      112 |      379      0 |        0 |        4
509.21/509.46	c #cpu_time = 0.012s
509.21/509.46	c #wall_clock_time = 0.012s
509.21/509.46	c #decision = 185
509.21/509.46	c #random_decision = 3
509.21/509.46	c #conflict = 112
509.21/509.46	c #restart = 1
509.21/509.46	o 59
509.21/509.46	c BCD2: hardening fixes 16 literals
509.21/509.46	c BCD2: updating upper bound: 147 -> 58
509.21/509.46	c BCD2: 1 <= obj <= 58
509.21/509.46	c BCD2: #cores=1, #unrelaxed=0, #relaxed=48, #hardened=16
509.21/509.46	c BCD2: #sat=4 #unsat=2 bias=2/6
509.21/509.46	c Solving starts ...
509.21/509.46	c ============================[ Search Statistics ]============================
509.21/509.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
509.21/509.46	c       |         |          |          |    Limit     GC | Var      | Constra 
509.21/509.46	c =============================================================================
509.21/509.46	c  0.0s |       0 |        0 |        0 |      379      0 |       16 |        6
509.21/509.47	c  0.0s |       1 |      120 |      100 |      379      0 |       16 |        6
509.21/509.49	c  0.0s |       2 |      292 |      250 |      379      1 |       16 |        6
509.30/509.51	c  0.0s |       2 |      456 |      358 |      379      2 |       16 |        6
509.30/509.51	c #cpu_time = 0.043s
509.30/509.51	c #wall_clock_time = 0.043s
509.30/509.51	c #decision = 456
509.30/509.51	c #random_decision = 2
509.30/509.51	c #conflict = 358
509.30/509.51	c #restart = 2
509.30/509.51	o 17
509.30/509.51	c BCD2: hardening fixes 8 literals
509.30/509.51	c BCD2: updating upper bound: 58 -> 16
509.30/509.51	c BCD2: 1 <= obj <= 16
509.30/509.51	c BCD2: #cores=1, #unrelaxed=0, #relaxed=40, #hardened=24
509.30/509.51	c BCD2: #sat=5 #unsat=2 bias=2/7
509.30/509.51	c Solving starts ...
509.30/509.51	c ============================[ Search Statistics ]============================
509.30/509.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
509.30/509.51	c       |         |          |          |    Limit     GC | Var      | Constra 
509.30/509.51	c =============================================================================
509.30/509.51	c  0.0s |       0 |        0 |        0 |      379      0 |       24 |        8
509.30/509.52	c  0.0s |       1 |      115 |      100 |      379      0 |       24 |        8
509.30/509.54	c  0.0s |       2 |      282 |      250 |      379      1 |       24 |        8
509.30/509.56	c  0.1s |       3 |      521 |      475 |      379      2 |       24 |        8
509.40/509.60	c  0.1s |       4 |      875 |      813 |      379      3 |       24 |        8
509.40/509.66	c  0.2s |       5 |     1403 |     1320 |      379      6 |       24 |        8
509.50/509.75	c  0.2s |       6 |     2189 |     2081 |      379      9 |       24 |        8
509.60/509.88	c  0.4s |       7 |     3360 |     3223 |      379     14 |       24 |        8
509.80/510.07	c  0.6s |       8 |     5108 |     4936 |      379     22 |       24 |        8
510.10/510.37	c  0.9s |       9 |     7715 |     7506 |      379     34 |       24 |        8
510.60/510.80	c  1.3s |      10 |    11621 |    11361 |      379     52 |       24 |        8
511.20/511.43	c  1.9s |      11 |    17479 |    17144 |      379     79 |       24 |        8
512.10/512.38	c  2.9s |      12 |    26288 |    25819 |      379    119 |       24 |        8
513.61/513.84	c  4.3s |      13 |    39517 |    38832 |      379    180 |       24 |        8
515.59/515.84	c  6.3s |      13 |    57630 |    56732 |      379    263 |       24 |        8
515.81/516.02	c  6.5s |      14 |    59276 |    58352 |      379    271 |       24 |        8
516.99/517.29	c  7.8s |      14 |    70933 |    69845 |      379    324 |       24 |        8
516.99/517.29	c #cpu_time = 7.760s
516.99/517.29	c #wall_clock_time = 7.784s
516.99/517.29	c #decision = 70933
516.99/517.29	c #random_decision = 296
516.99/517.29	c #conflict = 69845
516.99/517.29	c #restart = 14
516.99/517.29	o 5
516.99/517.29	c BCD2: hardening fixes 16 literals
516.99/517.29	c BCD2: updating upper bound: 16 -> 4
516.99/517.29	c BCD2: 1 <= obj <= 4
516.99/517.29	c BCD2: #cores=1, #unrelaxed=0, #relaxed=24, #hardened=40
516.99/517.29	c BCD2: #sat=6 #unsat=2 bias=2/8
516.99/517.29	c Solving starts ...
516.99/517.29	c ============================[ Search Statistics ]============================
516.99/517.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
516.99/517.29	c       |         |          |          |    Limit     GC | Var      | Constra 
516.99/517.29	c =============================================================================
516.99/517.29	c  0.0s |       0 |        0 |        0 |      379      0 |       40 |       10
517.09/517.30	c  0.0s |       1 |      115 |      100 |      379      0 |       40 |       10
517.09/517.32	c  0.0s |       2 |      283 |      250 |      379      1 |       40 |       10
517.09/517.34	c  0.1s |       3 |      528 |      475 |      379      2 |       40 |       10
517.09/517.38	c  0.1s |       4 |      889 |      813 |      379      3 |       40 |       10
517.19/517.43	c  0.1s |       5 |     1417 |     1320 |      379      6 |       40 |       10
517.29/517.52	c  0.2s |       6 |     2200 |     2081 |      379      9 |       40 |       10
517.39/517.64	c  0.3s |       7 |     3377 |     3223 |      379     14 |       40 |       10
517.59/517.83	c  0.5s |       8 |     5118 |     4936 |      379     22 |       40 |       10
517.79/518.10	c  0.8s |       9 |     7721 |     7506 |      379     34 |       40 |       10
518.19/518.49	c  1.2s |      10 |    11647 |    11361 |      379     51 |       40 |       10
518.79/519.08	c  1.8s |      11 |    17533 |    17144 |      379     77 |       40 |       10
519.69/519.96	c  2.7s |      12 |    26327 |    25819 |      379    117 |       40 |       10
521.09/521.31	c  4.0s |      13 |    39501 |    38832 |      379    176 |       40 |       10
523.09/523.32	c  6.0s |      13 |    58598 |    57732 |      379    262 |       40 |       10
523.09/523.38	c  6.1s |      14 |    59225 |    58352 |      379    264 |       40 |       10
525.09/525.39	c  8.1s |      14 |    78463 |    77352 |      379    351 |       40 |       10
526.19/526.47	c  9.2s |      15 |    88890 |    87632 |      379    398 |       40 |       10
528.18/528.47	c 11.2s |      15 |   106145 |   104732 |      379    473 |       40 |       10
530.18/530.47	c 13.2s |      15 |   122956 |   121432 |      379    546 |       40 |       10
531.38/531.68	c 14.4s |      16 |   133152 |   131552 |      379    591 |       40 |       10
532.08/532.36	c 15.1s |      16 |   139720 |   138061 |      379    621 |       40 |       10
532.08/532.36	c #cpu_time = 15.024s
532.08/532.36	c #wall_clock_time = 15.068s
532.08/532.36	c #decision = 139720
532.08/532.36	c #random_decision = 379
532.08/532.36	c #conflict = 138061
532.08/532.36	c #restart = 16
532.08/532.36	o 2
532.08/532.36	c BCD2: hardening fixes 16 literals
532.08/532.36	c BCD2: updating upper bound: 4 -> 1
532.08/532.36	c BCD2: 1 <= obj <= 1
532.08/532.36	c BCD2: #cores=1, #unrelaxed=0, #relaxed=8, #hardened=56
532.08/532.36	c BCD2: #sat=7 #unsat=2 bias=2/9
532.08/532.36	c Solving starts ...
532.08/532.36	c ============================[ Search Statistics ]============================
532.08/532.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
532.08/532.36	c       |         |          |          |    Limit     GC | Var      | Constra 
532.08/532.36	c =============================================================================
532.08/532.36	c  0.0s |       0 |        0 |        0 |      379      0 |       56 |       12
532.08/532.37	c  0.0s |       1 |      114 |      100 |      379      0 |       56 |       12
532.08/532.39	c  0.0s |       2 |      282 |      250 |      379      1 |       56 |       12
532.19/532.41	c  0.0s |       3 |      530 |      475 |      379      2 |       56 |       12
532.19/532.44	c  0.1s |       4 |      885 |      813 |      379      3 |       56 |       12
532.19/532.48	c  0.1s |       5 |     1411 |     1320 |      379      5 |       56 |       12
532.30/532.55	c  0.2s |       6 |     2195 |     2081 |      379      9 |       56 |       12
532.38/532.65	c  0.3s |       7 |     3361 |     3223 |      379     14 |       56 |       12
532.58/532.80	c  0.4s |       8 |     5096 |     4936 |      379     21 |       56 |       12
532.78/533.04	c  0.7s |       9 |     7705 |     7506 |      379     33 |       56 |       12
533.08/533.37	c  1.0s |      10 |    11597 |    11361 |      379     50 |       56 |       12
533.58/533.88	c  1.5s |      11 |    17444 |    17144 |      379     76 |       56 |       12
534.39/534.66	c  2.3s |      12 |    26202 |    25819 |      379    114 |       56 |       12
535.59/535.83	c  3.5s |      13 |    39386 |    38832 |      379    172 |       56 |       12
537.38/537.60	c  5.2s |      14 |    59083 |    58352 |      379    260 |       56 |       12
539.38/539.60	c  7.2s |      14 |    81884 |    80952 |      379    360 |       56 |       12
539.89/540.18	c  7.8s |      15 |    88641 |    87632 |      379    390 |       56 |       12
541.88/542.19	c  9.8s |      15 |   111463 |   110232 |      379    491 |       56 |       12
543.87/544.14	c 11.8s |      16 |   132906 |   131552 |      379    587 |       56 |       12
545.87/546.15	c 13.8s |      16 |   155611 |   154052 |      379    688 |       56 |       12
547.87/548.16	c 15.8s |      16 |   177462 |   175752 |      379    785 |       56 |       12
549.88/550.16	c 17.8s |      16 |   199151 |   197252 |      379    881 |       56 |       12
549.88/550.18	c 17.8s |      17 |   199333 |   197432 |      379    882 |       56 |       12
551.87/552.18	c 19.8s |      17 |   221696 |   219632 |      379    981 |       56 |       12
553.86/554.19	c 21.8s |      17 |   243475 |   241232 |      379   1077 |       56 |       12
555.86/556.19	c 23.8s |      17 |   265232 |   262832 |      379   1174 |       56 |       12
557.87/558.19	c 25.8s |      17 |   286574 |   284032 |      379   1269 |       56 |       12
559.07/559.35	c 27.0s |      18 |   298904 |   296252 |      379   1323 |       56 |       12
561.07/561.35	c 29.0s |      18 |   320342 |   317552 |      379   1418 |       56 |       12
563.08/563.36	c 31.0s |      18 |   342413 |   339352 |      379   1515 |       56 |       12
565.07/565.36	c 33.0s |      18 |   363956 |   360752 |      379   1611 |       56 |       12
567.07/567.36	c 35.0s |      18 |   386112 |   382752 |      379   1710 |       56 |       12
569.07/569.37	c 37.0s |      18 |   408025 |   404452 |      379   1807 |       56 |       12
571.06/571.37	c 39.0s |      18 |   428989 |   425252 |      379   1900 |       56 |       12
572.87/573.17	c 40.8s |      19 |   448386 |   444482 |      379   1986 |       56 |       12
574.86/575.18	c 42.8s |      19 |   471501 |   467382 |      379   2089 |       56 |       12
576.86/577.19	c 44.8s |      19 |   493346 |   489082 |      379   2186 |       56 |       12
578.86/579.19	c 46.8s |      19 |   514751 |   510382 |      379   2281 |       56 |       12
580.86/581.20	c 48.8s |      19 |   536176 |   531682 |      379   2377 |       56 |       12
582.95/583.20	c 50.8s |      19 |   557285 |   552682 |      379   2471 |       56 |       12
584.86/585.21	c 52.8s |      19 |   579401 |   574582 |      379   2569 |       56 |       12
586.96/587.21	c 54.8s |      19 |   601791 |   596782 |      379   2669 |       56 |       12
588.96/589.21	c 56.8s |      19 |   623239 |   618082 |      379   2765 |       56 |       12
590.96/591.22	c 58.9s |      19 |   645125 |   639782 |      379   2862 |       56 |       12
592.95/593.22	c 60.9s |      19 |   666868 |   661382 |      379   2958 |       56 |       12
593.45/593.73	c 61.4s |      20 |   672345 |   666827 |      379   2983 |       56 |       12
595.45/595.73	c 63.4s |      20 |   694739 |   689027 |      379   3082 |       56 |       12
597.45/597.74	c 65.4s |      20 |   716795 |   710927 |      379   3181 |       56 |       12
599.45/599.74	c 67.4s |      20 |   738971 |   732927 |      379   3280 |       56 |       12
601.46/601.74	c 69.4s |      20 |   760626 |   754427 |      379   3376 |       56 |       12
603.44/603.75	c 71.4s |      20 |   782281 |   775927 |      379   3473 |       56 |       12
605.44/605.76	c 73.4s |      20 |   803607 |   797127 |      379   3568 |       56 |       12
607.44/607.77	c 75.4s |      20 |   825131 |   818527 |      379   3664 |       56 |       12
609.44/609.77	c 77.4s |      20 |   847132 |   840327 |      379   3761 |       56 |       12
611.45/611.77	c 79.4s |      20 |   868992 |   862027 |      379   3859 |       56 |       12
613.43/613.78	c 81.4s |      20 |   890461 |   883327 |      379   3955 |       56 |       12
615.43/615.79	c 83.4s |      20 |   912086 |   904827 |      417   4051 |       56 |       12
617.43/617.79	c 85.4s |      20 |   933310 |   925927 |      417   4138 |       56 |       12
619.53/619.80	c 87.4s |      20 |   954039 |   946527 |      417   4224 |       56 |       12
621.53/621.80	c 89.4s |      20 |   974996 |   967327 |      417   4310 |       56 |       12
623.54/623.81	c 91.4s |      20 |   995620 |   987827 |      417   4396 |       56 |       12
624.74/625.02	c 92.7s |      21 |  1008237 |  1000345 |      417   4448 |       56 |       12
626.74/627.02	c 94.7s |      21 |  1030241 |  1022145 |      417   4537 |       56 |       12
628.74/629.03	c 96.7s |      21 |  1052660 |  1044345 |      417   4629 |       56 |       12
630.74/631.03	c 98.7s |      21 |  1074960 |  1066445 |      417   4720 |       56 |       12
632.73/633.04	c  100s |      21 |  1097042 |  1088345 |      417   4811 |       56 |       12
634.73/635.04	c  102s |      21 |  1118864 |  1110045 |      417   4900 |       56 |       12
636.74/637.04	c  104s |      21 |  1140348 |  1131345 |      417   4988 |       56 |       12
638.73/639.05	c  106s |      21 |  1161383 |  1152245 |      417   5075 |       56 |       12
640.73/641.05	c  108s |      21 |  1182857 |  1173545 |      417   5163 |       56 |       12
642.73/643.06	c  110s |      21 |  1203801 |  1194345 |      417   5249 |       56 |       12
644.73/645.07	c  112s |      21 |  1225101 |  1215445 |      417   5336 |       56 |       12
646.73/647.08	c  114s |      21 |  1246638 |  1236745 |      417   5424 |       56 |       12
648.74/649.08	c  116s |      21 |  1268382 |  1258245 |      417   5513 |       56 |       12
650.73/651.08	c  118s |      21 |  1289659 |  1279345 |      417   5600 |       56 |       12
652.72/653.09	c  120s |      21 |  1310938 |  1300445 |      417   5688 |       56 |       12
654.82/655.10	c  122s |      21 |  1332436 |  1321745 |      417   5776 |       56 |       12
656.83/657.10	c  124s |      21 |  1353802 |  1342945 |      417   5864 |       56 |       12
658.83/659.10	c  126s |      21 |  1375306 |  1364245 |      417   5952 |       56 |       12
660.84/661.11	c  128s |      21 |  1395727 |  1384545 |      417   6037 |       56 |       12
662.82/663.11	c  130s |      21 |  1416591 |  1405245 |      417   6123 |       56 |       12
664.82/665.11	c  132s |      21 |  1437140 |  1425645 |      417   6207 |       56 |       12
666.82/667.11	c  134s |      21 |  1457407 |  1445745 |      417   6290 |       56 |       12
668.82/669.12	c  136s |      21 |  1477977 |  1466145 |      417   6374 |       56 |       12
670.83/671.13	c  138s |      21 |  1498636 |  1486645 |      417   6459 |       56 |       12
672.22/672.51	c  140s |      22 |  1512741 |  1500622 |      417   6517 |       56 |       12
674.22/674.52	c  142s |      22 |  1534140 |  1521822 |      417   6604 |       56 |       12
676.23/676.53	c  144s |      22 |  1555657 |  1543122 |      417   6692 |       56 |       12
678.22/678.53	c  146s |      22 |  1576515 |  1563822 |      417   6777 |       56 |       12
680.22/680.54	c  148s |      22 |  1597827 |  1584922 |      417   6865 |       56 |       12
682.22/682.55	c  150s |      22 |  1618690 |  1605622 |      417   6951 |       56 |       12
684.21/684.56	c  152s |      22 |  1640092 |  1626822 |      417   7039 |       56 |       12
686.22/686.56	c  154s |      22 |  1662016 |  1648522 |      417   7129 |       56 |       12
688.21/688.56	c  156s |      22 |  1683300 |  1669622 |      417   7216 |       56 |       12
690.21/690.57	c  158s |      22 |  1704478 |  1690622 |      417   7303 |       56 |       12
692.21/692.58	c  160s |      22 |  1726016 |  1711922 |      417   7392 |       56 |       12
694.20/694.58	c  162s |      22 |  1747160 |  1732922 |      417   7479 |       56 |       12
696.21/696.59	c  164s |      22 |  1767715 |  1753322 |      417   7563 |       56 |       12
698.22/698.60	c  166s |      22 |  1789013 |  1774422 |      417   7651 |       56 |       12
700.31/700.61	c  168s |      22 |  1809864 |  1795122 |      417   7736 |       56 |       12
702.31/702.62	c  170s |      22 |  1831834 |  1816822 |      417   7826 |       56 |       12
704.30/704.62	c  172s |      22 |  1852843 |  1837622 |      417   7913 |       56 |       12
706.30/706.63	c  174s |      22 |  1873484 |  1858122 |      417   7997 |       56 |       12
708.30/708.64	c  176s |      22 |  1894440 |  1878922 |      417   8084 |       56 |       12
710.31/710.65	c  178s |      22 |  1915408 |  1899722 |      417   8170 |       56 |       12
712.30/712.65	c  180s |      22 |  1936098 |  1920222 |      417   8255 |       56 |       12
714.29/714.66	c  182s |      22 |  1956436 |  1940422 |      417   8339 |       56 |       12
716.29/716.66	c  184s |      22 |  1977212 |  1961022 |      417   8425 |       56 |       12
718.29/718.66	c  186s |      22 |  1997851 |  1981522 |      417   8510 |       56 |       12
720.30/720.66	c  188s |      22 |  2018395 |  2001922 |      417   8594 |       56 |       12
722.29/722.67	c  190s |      22 |  2039360 |  2022722 |      417   8681 |       56 |       12
724.29/724.67	c  192s |      22 |  2059835 |  2043022 |      417   8765 |       56 |       12
726.29/726.67	c  194s |      22 |  2080471 |  2063522 |      417   8851 |       56 |       12
728.29/728.68	c  196s |      22 |  2101820 |  2084722 |      417   8939 |       56 |       12
730.29/730.68	c  198s |      22 |  2122587 |  2105322 |      417   9024 |       56 |       12
732.30/732.69	c  200s |      22 |  2143450 |  2126022 |      417   9111 |       56 |       12
734.39/734.70	c  202s |      22 |  2164401 |  2146822 |      417   9198 |       56 |       12
736.38/736.70	c  204s |      22 |  2185256 |  2167522 |      417   9284 |       56 |       12
738.38/738.70	c  206s |      22 |  2206417 |  2188522 |      417   9371 |       56 |       12
740.38/740.71	c  208s |      22 |  2227744 |  2209722 |      417   9458 |       56 |       12
742.38/742.71	c  210s |      22 |  2248907 |  2230722 |      417   9545 |       56 |       12
744.27/744.64	c  212s |      23 |  2269422 |  2251038 |      417   9628 |       56 |       12
746.28/746.65	c  214s |      23 |  2290513 |  2271938 |      417   9714 |       56 |       12
748.28/748.66	c  216s |      23 |  2310909 |  2292138 |      417   9797 |       56 |       12
750.28/750.66	c  218s |      23 |  2332362 |  2313338 |      417   9884 |       56 |       12
752.28/752.66	c  220s |      23 |  2352915 |  2333738 |      417   9968 |       56 |       12
754.28/754.67	c  222s |      23 |  2373964 |  2354538 |      417  10055 |       56 |       12
756.27/756.68	c  224s |      23 |  2395044 |  2375438 |      417  10141 |       56 |       12
758.27/758.69	c  226s |      23 |  2415812 |  2396038 |      417  10226 |       56 |       12
760.27/760.69	c  228s |      23 |  2437179 |  2417238 |      417  10313 |       56 |       12
762.27/762.70	c  230s |      23 |  2458021 |  2437938 |      417  10399 |       56 |       12
764.37/764.70	c  232s |      23 |  2478996 |  2458738 |      417  10485 |       56 |       12
766.37/766.71	c  234s |      23 |  2499794 |  2479338 |      417  10571 |       56 |       12
768.37/768.72	c  236s |      23 |  2520270 |  2499638 |      417  10654 |       56 |       12
770.37/770.72	c  238s |      23 |  2540524 |  2519738 |      417  10737 |       56 |       12
772.37/772.72	c  240s |      23 |  2560830 |  2539838 |      417  10820 |       56 |       12
774.37/774.72	c  242s |      23 |  2580575 |  2559438 |      417  10901 |       56 |       12
776.38/776.73	c  244s |      23 |  2600640 |  2579338 |      417  10984 |       56 |       12
778.37/778.74	c  246s |      23 |  2621294 |  2599838 |      417  11069 |       56 |       12
780.37/780.74	c  248s |      23 |  2642167 |  2620538 |      417  11154 |       56 |       12
782.37/782.74	c  250s |      23 |  2663160 |  2641338 |      417  11241 |       56 |       12
784.36/784.75	c  252s |      23 |  2683906 |  2661938 |      417  11326 |       56 |       12
786.36/786.75	c  254s |      23 |  2705173 |  2683038 |      417  11414 |       56 |       12
788.37/788.75	c  256s |      23 |  2726129 |  2703838 |      417  11501 |       56 |       12
790.36/790.76	c  258s |      23 |  2746701 |  2724238 |      417  11584 |       56 |       12
792.36/792.76	c  260s |      23 |  2767452 |  2744838 |      417  11669 |       56 |       12
794.35/794.77	c  262s |      23 |  2788079 |  2765338 |      417  11754 |       56 |       12
796.35/796.78	c  264s |      23 |  2809140 |  2786238 |      417  11840 |       56 |       12
798.36/798.78	c  266s |      23 |  2829802 |  2806738 |      417  11924 |       56 |       12
800.35/800.79	c  268s |      23 |  2850149 |  2826938 |      417  12008 |       56 |       12
802.35/802.79	c  270s |      23 |  2870990 |  2847538 |      417  12093 |       56 |       12
804.34/804.79	c  272s |      23 |  2892220 |  2868538 |      417  12180 |       56 |       12
806.44/806.80	c  274s |      23 |  2913041 |  2889238 |      417  12266 |       56 |       12
808.44/808.80	c  276s |      23 |  2934437 |  2910438 |      417  12353 |       56 |       12
810.36/810.80	c  278s |      23 |  2954891 |  2930738 |      417  12437 |       56 |       12
812.45/812.80	c  280s |      23 |  2975545 |  2951238 |      417  12521 |       56 |       12
814.45/814.81	c  282s |      23 |  2996078 |  2971638 |      417  12605 |       56 |       12
816.44/816.82	c  284s |      23 |  3016327 |  2991738 |      417  12688 |       56 |       12
818.44/818.82	c  286s |      23 |  3036603 |  3011838 |      417  12771 |       56 |       12
820.44/820.82	c  288s |      23 |  3057466 |  3032538 |      417  12856 |       56 |       12
822.45/822.82	c  290s |      23 |  3078754 |  3053638 |      417  12943 |       56 |       12
824.44/824.83	c  292s |      23 |  3099090 |  3073838 |      417  13027 |       56 |       12
826.44/826.84	c  294s |      23 |  3119412 |  3094038 |      417  13110 |       56 |       12
827.64/828.04	c  295s |      23 |  3131598 |  3106145 |      417  13160 |       57 |       14
827.64/828.04	c #cpu_time = 294.823s
827.64/828.04	c #wall_clock_time = 295.676s
827.64/828.04	c #decision = 3131598
827.64/828.04	c #random_decision = 7493
827.64/828.04	c #conflict = 3106145
827.64/828.04	c #restart = 23
827.64/828.04	c BCD2: updating lower bound of a core
827.64/828.04	c lower bound updated to 2
827.64/828.04	s OPTIMUM FOUND
827.64/828.04	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
827.64/828.04	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
827.64/828.04	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
827.64/828.04	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
827.64/828.04	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50
827.64/828.04	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
827.64/828.04	v -x61 -x62 -x63 -x64 -x65 -x66 x67 x68 x69 x70
827.64/828.04	v -x71 -x72 x73 -x74 -x75 x76 -x77 x78 x79 -x80
827.64/828.04	v -x81 -x82 -x83 -x84 x85 x86 x87 -x88 x89 -x90
827.64/828.04	v x91 -x92 x93 x94
827.64/828.04	c total CPU time = 825.720s
827.64/828.04	c total wall clock time = 828.040s

Verifier Data

OK	2

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

pid=1089
running on 8 cores: 4-7,12-15

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.10 2.11 2.09 3/261 1092
/proc/meminfo: memFree=30909112/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=791996 CPUtime=0 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 2966 0 0 0 0 0 0 0 20 0 4 0 106249331 811003904 3326 33554432000 4194304 16246674 140733441377824 140733441377248 13880264 0 2 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 198511 3337 441 2943 0 195405 0
[pid=1092/tid=1093] ppid=1089 vsize=1152444 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1180102656 4736 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1156540 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1184296960 4753 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1159612 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106249331 1187442688 4765 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0

[startup+0.100181 s]
/proc/loadavg: 2.10 2.11 2.09 3/261 1092
/proc/meminfo: memFree=30909112/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1218116 CPUtime=0.09 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 22797 0 0 0 6 3 0 0 20 0 4 0 106249331 1247350784 23144 33554432000 4194304 16246674 140733441377824 140733441377248 5675357 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 304529 23148 770 2943 0 301423 0
[pid=1092/tid=1093] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 23152 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 23157 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 23165 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200506 s]
/proc/loadavg: 2.10 2.11 2.09 3/261 1092
/proc/meminfo: memFree=30909112/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1218116 CPUtime=0.19 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 43725 0 0 0 13 6 0 0 20 0 4 0 106249331 1247350784 44073 33554432000 4194304 16246674 140733441377824 140733441377248 5546181 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 304529 44085 770 2943 0 301423 0
[pid=1092/tid=1093] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 44088 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 44092 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 44101 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300499 s]
/proc/loadavg: 2.10 2.11 2.09 3/261 1092
/proc/meminfo: memFree=30909112/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1218116 CPUtime=0.29 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 65324 0 0 0 20 9 0 0 20 0 4 0 106249331 1247350784 65671 33554432000 4194304 16246674 140733441377824 140733441377248 5712452 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 304529 65683 771 2943 0 301423 0
[pid=1092/tid=1093] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 65693 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 65695 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 65702 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700407 s]
/proc/loadavg: 2.10 2.11 2.09 3/261 1092
/proc/meminfo: memFree=30909112/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1218116 CPUtime=0.69 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 153340 0 0 0 49 20 0 0 20 0 4 0 106249331 1247350784 153687 33554432000 4194304 16246674 140733441377824 140733441359744 5546098 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 304529 153705 771 2943 0 301423 0
[pid=1092/tid=1093] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 153714 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 153716 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 153719 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.10 2.11 2.09 3/265 1096
/proc/meminfo: memFree=29941996/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1218116 CPUtime=1.49 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 245581 0 0 0 115 34 0 0 20 0 4 0 106249331 1247350784 245906 33554432000 4194304 16246674 140733441377824 140733441359744 13923760 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 304529 245906 832 2943 0 301423 0
[pid=1092/tid=1093] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 245906 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 245906 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1247350784 245906 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10042 s]
/proc/loadavg: 2.10 2.11 2.09 3/265 1096
/proc/meminfo: memFree=29839696/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1306180 CPUtime=3.08 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267468 0 0 0 272 36 0 0 20 0 4 0 106249331 1337528320 267793 33554432000 4194304 16246674 140733441377824 140733441359744 13954361 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326545 267793 832 2943 0 323439 0
[pid=1092/tid=1093] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267793 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267793 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267793 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.30043 s]
/proc/loadavg: 2.10 2.11 2.09 3/265 1096
/proc/meminfo: memFree=29837988/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1306180 CPUtime=6.29 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267488 0 0 0 592 37 0 0 20 0 4 0 106249331 1337528320 267813 33554432000 4194304 16246674 140733441377824 140733441360824 5825497 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326545 267813 834 2943 0 323439 0
[pid=1092/tid=1093] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267813 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267813 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267813 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.09 2.10 2.08 3/265 1096
/proc/meminfo: memFree=29837836/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1306180 CPUtime=12.69 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267502 0 0 0 1232 37 0 0 20 0 4 0 106249331 1337528320 267827 33554432000 4194304 16246674 140733441377824 140733441360824 5721559 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326545 267827 835 2943 0 323439 0
[pid=1092/tid=1093] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267827 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267827 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267827 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.07 2.10 2.08 3/265 1096
/proc/meminfo: memFree=29838304/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1306180 CPUtime=25.48 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267502 0 0 0 2511 37 0 0 20 0 4 0 106249331 1337528320 267827 33554432000 4194304 16246674 140733441377824 140733441360824 6012316 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326545 267827 835 2943 0 323439 0
[pid=1092/tid=1093] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267827 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267827 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267827 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

[startup+51.1006 s]
/proc/loadavg: 2.04 2.09 2.08 3/266 1097
/proc/meminfo: memFree=29838524/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1306180 CPUtime=51.08 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267518 0 0 0 5070 38 0 0 20 0 4 0 106249331 1337528320 267843 33554432000 4194304 16246674 140733441377824 140733441360824 5672188 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326545 267843 835 2943 0 323439 0
[pid=1092/tid=1093] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267843 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267843 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267843 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

[startup+102.301 s]
/proc/loadavg: 2.02 2.07 2.08 3/266 1098
/proc/meminfo: memFree=29837908/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1306180 CPUtime=102.28 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267528 0 0 0 10188 40 0 0 20 0 4 0 106249331 1337528320 267853 33554432000 4194304 16246674 140733441377824 140733441360824 13929562 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326545 267853 836 2943 0 323439 0
[pid=1092/tid=1093] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267853 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267853 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1337528320 267853 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1306180


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

/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267797 0 0 0 52158 51 0 0 20 0 4 0 106249331 1338576896 267981 33554432000 4194304 16246674 140733441377824 140733441360824 5600080 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326801 267981 850 2943 0 323695 0
[pid=1092/tid=1093] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267981 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267981 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267981 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 1307204

[startup+582.3 s]
/proc/loadavg: 2.07 2.08 2.08 3/265 1113
/proc/meminfo: memFree=29835076/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1307204 CPUtime=582.06 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267826 0 0 0 58154 52 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140733441360824 15015658 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326801 267983 852 2943 0 323695 0
[pid=1092/tid=1093] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 1307204

[startup+642.3 s]
/proc/loadavg: 2.15 2.09 2.08 3/265 1165
/proc/meminfo: memFree=29853392/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1307204 CPUtime=642.03 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267856 0 0 0 64149 54 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140733441360824 5599933 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326801 267983 852 2943 0 323695 0
[pid=1092/tid=1093] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 1307204

[startup+702.301 s]
/proc/loadavg: 2.18 2.10 2.09 3/265 1166
/proc/meminfo: memFree=29852368/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1307204 CPUtime=702.01 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267880 0 0 0 70145 56 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140733441360824 5677825 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326801 267983 852 2943 0 323695 0
[pid=1092/tid=1093] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 1307204

[startup+762.301 s]
/proc/loadavg: 2.10 2.10 2.09 3/265 1167
/proc/meminfo: memFree=29852148/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1307204 CPUtime=761.98 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267913 0 0 0 76140 58 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140733441360824 5553764 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326801 267983 852 2943 0 323695 0
[pid=1092/tid=1093] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 1307204

[startup+822.3 s]
/proc/loadavg: 2.14 2.11 2.09 3/265 1169
/proc/meminfo: memFree=29852800/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1307204 CPUtime=821.94 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267951 0 0 0 82134 60 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140733441360824 5601651 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326801 267983 852 2943 0 323695 0
[pid=1092/tid=1093] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 1307204

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

[startup+822.402 s]
/proc/loadavg: 2.14 2.11 2.09 3/265 1169
/proc/meminfo: memFree=29852800/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1307204 CPUtime=822.05 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267951 0 0 0 82145 60 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140733441359744 13191516 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326801 267983 852 2943 0 323695 0
[pid=1092/tid=1093] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 1307204

[startup+825.6 s]
/proc/loadavg: 2.13 2.10 2.09 3/265 1169
/proc/meminfo: memFree=29852660/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1307204 CPUtime=825.24 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267953 0 0 0 82464 60 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140733441359744 5711888 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326801 267983 852 2943 0 323695 0
[pid=1092/tid=1093] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 825.24
Current children cumulated vsize (KiB) 1307204

[startup+827.2 s]
/proc/loadavg: 2.13 2.10 2.09 3/265 1169
/proc/meminfo: memFree=29852536/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1307204 CPUtime=826.85 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267953 0 0 0 82625 60 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140733441360824 5712140 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326801 267983 852 2943 0 323695 0
[pid=1092/tid=1093] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 826.85
Current children cumulated vsize (KiB) 1307204

[startup+827.6 s]
/proc/loadavg: 2.13 2.10 2.09 3/265 1169
/proc/meminfo: memFree=29852536/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1307204 CPUtime=827.24 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267953 0 0 0 82664 60 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140733441360824 13965658 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326801 267983 852 2943 0 323695 0
[pid=1092/tid=1093] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 827.24
Current children cumulated vsize (KiB) 1307204

[startup+828 s]
/proc/loadavg: 2.13 2.10 2.09 3/265 1169
/proc/meminfo: memFree=29852536/32872528 swapFree=9196/9196
[pid=1092] ppid=1089 vsize=1307204 CPUtime=827.64 cores=4-7,12-15
/proc/1092/stat : 1092 (toysat) R 1089 1092 25889 0 -1 4202496 267953 0 0 0 82704 60 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140733441360824 5754801 0 0 0 34082818 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/1092/statm: 326801 267983 852 2943 0 323695 0
[pid=1092/tid=1093] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1093/stat : 1093 (toysat) S 1089 1092 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198914534640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 12 0 0 0 0 0
[pid=1092/tid=1094] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1094/stat : 1094 (toysat) S 1089 1092 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198904044784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 13 0 0 0 0 0
[pid=1092/tid=1095] ppid=1089 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/1092/task/1095/stat : 1095 (toysat) S 1089 1092 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106249331 1338576896 267983 33554432000 4194304 16246674 140733441377824 140198893571248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 827.64
Current children cumulated vsize (KiB) 1307204

Child status: 0
Real time (s): 828.051
CPU time (s): 827.696
CPU user time (s): 827.086
CPU system time (s): 0.609907
CPU usage (%): 99.9572
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 827.086
system time used= 0.609907
maximum resident set size= 1071940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267957
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= 314
involuntary context switches= 836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.2615 second user time and 5.42717 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 22:14:33
IDJOB=4079744
IDBENCH=2896
IDSOLVER=2542
FILE ID=node132/4079744-1465244073
RUNJOBID= node132-1465216787-25906
PBS_JOBID= 19843203
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079744-1465244073/watcher-4079744-1465244073 -o /tmp/evaluation-result-4079744-1465244073/solver-4079744-1465244073 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25906 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079744-1465244073.opb

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=391519970

node132.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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.41
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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.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		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30909888 kB
Buffers:           49896 kB
Cached:           100536 kB
SwapCached:         3212 kB
Active:          1153400 kB
Inactive:          86120 kB
Active(anon):    1087132 kB
Inactive(anon):     4708 kB
Active(file):      66268 kB
Inactive(file):    81412 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094540 kB
Dirty:             16500 kB
Writeback:             0 kB
AnonPages:       1098280 kB
Mapped:            10532 kB
Shmem:                 0 kB
Slab:             573928 kB
SReclaimable:      14224 kB
SUnreclaim:       559704 kB
KernelStack:        2240 kB
PageTables:         6752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1240248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    755712 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= 71716 MiB
End job on node132 at 2016-06-06 22:28:21