Trace number 4101937

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.33 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-rd-rplusc-21.opb
MD5SUM3de80c0560622133ffefa60f8e73d039
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3616
Total number of constraints125707
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)44
Number of constraints which are nor clauses,nor cardinality constraints125663
Minimum length of a constraint5
Maximum length of a constraint189
Number of terms in the objective function 48
Biggest coefficient in the objective function 260554
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524316
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524424
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T07:34:40+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-4101937-1466228078.opb"]
0.00/0.01	c use --random-gen="4284726535 4288645913 2355153766 3784542339 2644685108 1580785370 910811984 412363290 482685542 2283952987 2857024456 942190890 1080233748 2333309636 3539642843 3061970714 2517826903 1931521372 3082073102 3774469483 2716185912 338905793 4279545605 3571388435 1800546247 575200388 151603138 2313244690 4017737041 1918687382 963465253 728712801 2814362588 1829403165 3473267751 1708814942 1839998514 2253810623 2987653615 1150969011 2393638396 288037936 4207674505 3547867925 957531390 1571988936 1329956849 500042814 556058038 1376108500 3379788103 2009939877 662913304 1974973233 685489476 2493723629 853759792 548189909 1250216344 726577773 3083490774 675206096 130752084 4051046285 1850799190 697187377 414087279 2751366645 2468648197 3906737142 870985324 135099810 3398390436 2946338531 2763334934 478410111 1754925234 3270434921 2695138779 4223592923 152321112 1285318543 1806343490 2285644729 928608581 2865959561 526746799 3635545006 2896298449 1774637747 3345325126 3029267511 2585355228 1068485988 1911627669 3338369350 367174453 488911468 3939730936 2162161533 2857780295 3181116730 4243799003 4013694803 1162903446 1042682235 2832280008 3692248787 1060620842 1995246605 3923363853 1311847096 3950269977 2786293080 3155503883 1747759849 1712894527 371890276 3047664133 2770371496 4075172595 1996619986 3707931636 1275301896 1727548885 268339643 1986037565 3296536308 3507582339 1519806090 3895280232 4280572946 1274648539 4087697086 2355178739 1694037972 2637447996 271425653 836850306 2525778876 3123951968 365683558 3834543375 3448951263 3186206944 1379876872 2470763807 4025330398 2484993999 3755327061 2279031325 2743943912 1357391056 3035341603 2513532691 2829534026 148642978 2376818503 3976751600 3788887136 2272138659 199021976 3712199574 914509044 1013707731 3290530486 4126615956 1069886973 490642885 984068917 962576667 3147824712 2646059804 1567777186 3154561470 859337264 1455317423 1806349244 2552844963 444298844 3863933213 2762311275 233766875 2453702739 2653012017 1089562429 1971906437 1391138612 2158547176 2167806345 2595492191 746411172 3595727247 1841066042 2461130261 4235759569 2638239249 2741202276 3864938715 2062351520 4189323460 2345168473 2501045695 2803075312 3833165601 3972280163 2698200098 598145270 2286561721 1190088686 50759381 4077287381 1769069523 939141021 3049652300 3279371251 3507945347 872930230 864778545 793990817 3192970639 221457010 1140119230 2855339461 1872399189 945844953 2141732660 76957773 1359868445 1691048237 4070124712 1268059299 2237269111 1080090871 1673322907 2167588175 4085499159 2608454081 1906382335 1603399663 2906478162 2112269381 11497263 3224045914 2060003712 3204080428 2676159407 1476044408 2828918483 273838524 228623777 574758204 927392648 3509227881 3154012620 1695198940 255 362436" option to reproduce the execution
16.29/16.37	c #vars 3616
16.29/16.37	c #constraints 125707
119.87/119.97	c BCD2: Hardening is enabled.
119.87/119.97	c BCD2: BiasedSearch is enabled.
119.87/119.97	c Solving starts ...
119.87/119.97	c ============================[ Search Statistics ]============================
119.87/119.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
119.87/119.97	c       |         |          |          |    Limit     GC | Var      | Constra 
119.87/119.97	c =============================================================================
119.87/119.98	c  0.0s |       0 |        0 |        0 |    43151      0 |      856 |        0
208.16/208.27	c 88.3s |       0 |      323 |      100 |    43151      0 |      856 |       16
209.26/209.31	c 89.3s |       1 |      323 |      100 |    43151      0 |      856 |       16
278.14/278.21	c  158s |       1 |      495 |      200 |    47467      0 |      856 |       16
305.75/305.81	c  185s |       2 |      563 |      250 |    47467      0 |      856 |       16
312.04/312.20	c  192s |       2 |     5885 |      350 |    52214      0 |      856 |       16
313.34/313.46	c  193s |       3 |     5996 |      475 |    52214      0 |      856 |       16
315.14/315.25	c  195s |       4 |     6799 |      813 |    57436      0 |      856 |       16
361.53/361.65	c  241s |       4 |     7121 |      913 |    63180      0 |      856 |       16
385.53/385.64	c  265s |       4 |     7241 |     1013 |    63180      0 |      856 |       16
439.52/439.68	c  319s |       4 |     7359 |     1113 |    63180      0 |      856 |       16
467.92/468.07	c  348s |       4 |     7675 |     1213 |    63180      0 |      856 |       16
492.01/492.16	c  372s |       4 |     7916 |     1313 |    63180      0 |      856 |       16
492.01/492.17	c  372s |       5 |     7920 |     1320 |    63180      0 |      856 |       16
507.12/507.26	c  387s |       5 |    11307 |     1420 |    69498      0 |      856 |       16
530.01/530.14	c  410s |       5 |    11403 |     1520 |    69498      0 |      856 |       16
547.72/547.81	c  427s |       5 |    11553 |     1620 |    69498      0 |      856 |       16
574.40/574.50	c  454s |       5 |    11658 |     1720 |    69498      0 |      856 |       16
605.30/605.44	c  485s |       5 |    11758 |     1820 |    69498      0 |      856 |       16
632.79/632.98	c  513s |       5 |    11867 |     1920 |    69498      0 |      856 |       16
660.49/660.63	c  540s |       5 |    11964 |     2020 |    69498      0 |      856 |       16
676.99/677.16	c  557s |       6 |    12028 |     2081 |    76448      0 |      856 |       16
694.98/695.17	c  575s |       6 |    12224 |     2181 |    76448      0 |      866 |       16
704.78/704.94	c  584s |       6 |    12319 |     2281 |    76448      0 |      866 |       16
725.08/725.20	c  605s |       6 |    12425 |     2381 |    76448      0 |      866 |       16
734.37/734.53	c  614s |       6 |    12523 |     2481 |    76448      0 |      866 |       16
736.98/737.11	c  617s |       6 |    12626 |     2581 |    76448      0 |      866 |       16
744.78/744.93	c  624s |       6 |    12721 |     2681 |    76448      0 |      866 |       16
753.07/753.30	c  633s |       6 |    12819 |     2781 |    76448      0 |      866 |       16
774.17/774.37	c  654s |       6 |    12923 |     2881 |    76448      0 |      866 |       16
779.37/779.54	c  659s |       6 |    13179 |     2981 |    76448      0 |      866 |       16
789.67/789.89	c  669s |       6 |    13280 |     3081 |    76448      0 |      866 |       16
792.87/793.04	c  673s |       6 |    13375 |     3181 |    76448      0 |      866 |       16
794.47/794.65	c  674s |       7 |    13422 |     3223 |    84093      0 |      866 |       16
798.57/798.74	c  678s |       7 |    14771 |     3323 |    84093      0 |      866 |       16
802.56/802.78	c  682s |       7 |    15441 |     3423 |    84093      0 |      866 |       16
804.46/804.62	c  684s |       8 |    16956 |     4936 |    92503      0 |      866 |       16
811.46/811.61	c  691s |       8 |    17330 |     5036 |    92503      0 |      873 |       16
813.36/813.59	c  693s |       9 |    19985 |     7506 |   101754      0 |      873 |       16
815.57/815.71	c  695s |       9 |    20241 |     7606 |   101754      0 |      877 |       16
816.67/816.81	c  696s |      10 |    24547 |    11361 |   111930      0 |      877 |       16
825.16/825.31	c  705s |      10 |    24712 |    11461 |   111930      0 |      877 |       16
829.96/830.14	c  710s |      10 |    24831 |    11561 |   111930      0 |      877 |       16
832.16/832.33	c  712s |      10 |    25082 |    11761 |   111930      0 |      877 |       16
834.36/834.51	c  714s |      10 |    25277 |    11961 |   111930      0 |      877 |       16
844.06/844.21	c  724s |      10 |    25485 |    12161 |   111930      0 |      877 |       16
846.06/846.26	c  726s |      10 |    25907 |    12461 |   111930      0 |      877 |       16
849.36/849.53	c  729s |      10 |    26107 |    12661 |   111930      0 |      877 |       16
855.46/855.68	c  735s |      10 |    26213 |    12761 |   111930      0 |      877 |       16
857.66/857.85	c  737s |      10 |    26406 |    12861 |   111930      0 |      877 |       16
861.17/861.34	c  741s |      10 |    26683 |    13061 |   111930      0 |      877 |       16
865.85/866.07	c  746s |      10 |    26987 |    13261 |   111930      0 |      877 |       16
874.75/874.96	c  754s |      10 |    27089 |    13361 |   111930      0 |      877 |       16
878.45/878.65	c  758s |      10 |    27298 |    13561 |   111930      0 |      877 |       16
882.16/882.31	c  762s |      10 |    27557 |    13761 |   111930      0 |      877 |       16
884.36/884.58	c  764s |      10 |    27927 |    13961 |   111930      0 |      877 |       16
886.65/886.83	c  766s |      10 |    28185 |    14061 |   111930      0 |      877 |       16
888.85/889.07	c  769s |      10 |    28348 |    14161 |   111930      0 |      877 |       16
901.15/901.30	c  781s |      10 |    29400 |    14761 |   111930      0 |      877 |       16
907.55/907.79	c  787s |      10 |    29503 |    14861 |   111930      0 |      877 |       16
910.25/910.44	c  790s |      10 |    29605 |    14961 |   111930      0 |      877 |       16
914.44/914.63	c  794s |      10 |    29706 |    15061 |   111930      0 |      877 |       16
918.15/918.38	c  798s |      10 |    29812 |    15161 |   111930      0 |      877 |       16
920.66/920.85	c  800s |      10 |    30138 |    15461 |   111930      0 |      877 |       16
923.65/923.90	c  803s |      10 |    30451 |    15761 |   111930      0 |      877 |       16
929.84/930.09	c  810s |      10 |    30611 |    15861 |   111930      0 |      877 |       16
933.25/933.45	c  813s |      10 |    30728 |    15961 |   111930      0 |      877 |       16
934.74/934.94	c  814s |      11 |    32548 |    17144 |   123124      0 |      877 |       16
938.25/938.49	c  818s |      11 |    32667 |    17244 |   123124      0 |      877 |       16
942.65/942.82	c  822s |      11 |    32765 |    17344 |   123124      0 |      877 |       16
945.95/946.19	c  826s |      11 |    32871 |    17444 |   123124      0 |      877 |       16
950.35/950.57	c  830s |      11 |    32970 |    17544 |   123124      0 |      877 |       16
954.25/954.46	c  834s |      11 |    33070 |    17644 |   123124      0 |      877 |       16
966.75/966.94	c  846s |      11 |    33175 |    17744 |   123124      0 |      877 |       16
970.64/970.81	c  850s |      11 |    33273 |    17844 |   123124      0 |      877 |       16
973.24/973.46	c  853s |      11 |    33371 |    17944 |   123124      0 |      877 |       16
978.54/978.75	c  858s |      11 |    33649 |    18144 |   123124      0 |      877 |       16
980.54/980.76	c  860s |      11 |    40141 |    24044 |   123124      0 |      877 |       16
982.94/983.11	c  863s |      12 |    42011 |    25819 |   135437      0 |      877 |       16
987.24/987.48	c  867s |      12 |    42581 |    25919 |   135437      0 |      877 |       16
989.34/989.55	c  869s |      12 |    44806 |    28019 |   135437      0 |      877 |       16
991.34/991.56	c  871s |      12 |    45048 |    28219 |   135437      0 |      877 |       16
995.34/995.60	c  875s |      12 |    45244 |    28419 |   135437      0 |      877 |       16
997.43/997.67	c  877s |      12 |    45888 |    29019 |   135437      0 |      877 |       16
1000.23/1000.41	c  880s |      12 |    45989 |    29119 |   135437      0 |      877 |       16
1003.23/1003.41	c  883s |      12 |    46089 |    29219 |   135437      0 |      877 |       16
1005.83/1006.00	c  886s |      12 |    46201 |    29319 |   135437      0 |      877 |       16
1008.03/1008.23	c  888s |      12 |    46318 |    29419 |   135437      0 |      877 |       16
1010.24/1010.42	c  890s |      12 |    46415 |    29519 |   135437      0 |      877 |       16
1012.83/1013.00	c  893s |      12 |    46763 |    29819 |   135437      0 |      877 |       16
1015.24/1015.48	c  895s |      12 |    47208 |    30219 |   135437      0 |      877 |       16
1023.43/1023.68	c  903s |      12 |    47319 |    30319 |   135437      0 |      877 |       16
1026.53/1026.70	c  906s |      12 |    47533 |    30519 |   135437      0 |      877 |       16
1029.63/1029.88	c  909s |      12 |    48244 |    31119 |   135437      0 |      877 |       16
1031.74/1031.93	c  911s |      12 |    48585 |    31419 |   135437      0 |      877 |       16
1034.03/1034.20	c  914s |      12 |    49126 |    31819 |   135437      0 |      877 |       16
1040.62/1040.81	c  920s |      12 |    50132 |    32619 |   135437      0 |      877 |       16
1042.83/1043.09	c  923s |      12 |    53125 |    34719 |   135437      0 |      877 |       16
1046.43/1046.61	c  926s |      12 |    55419 |    36819 |   135437      0 |      877 |       16
1050.53/1050.70	c  930s |      12 |    55827 |    37219 |   135437      0 |      877 |       16
1052.83/1053.06	c  933s |      12 |    56654 |    38019 |   135437      0 |      877 |       16
1055.43/1055.63	c  935s |      12 |    56751 |    38119 |   135437      0 |      877 |       16
1058.52/1058.77	c  938s |      12 |    56854 |    38219 |   135437      0 |      877 |       16
1060.93/1061.14	c  941s |      12 |    56960 |    38319 |   135437      0 |      877 |       16
1065.23/1065.45	c  945s |      12 |    57164 |    38519 |   135437      0 |      877 |       16
1068.22/1068.41	c  948s |      13 |    57498 |    38832 |   148981      0 |      877 |       16
1073.43/1073.68	c  953s |      13 |    57776 |    38932 |   148981      0 |      877 |       16
1075.52/1075.73	c  955s |      13 |    61384 |    42532 |   148981      0 |      877 |       16
1077.52/1077.75	c  957s |      13 |    63446 |    44432 |   148981      0 |      877 |       16
1079.52/1079.77	c  959s |      13 |    64185 |    45032 |   148981      0 |      877 |       16
1084.02/1084.26	c  964s |      13 |    65895 |    46732 |   148981      0 |      877 |       16
1086.52/1086.76	c  966s |      13 |    68608 |    49332 |   148981      0 |      877 |       16
1096.12/1096.30	c  976s |      13 |    69093 |    49732 |   148981      0 |      877 |       16
1107.53/1107.74	c  987s |      13 |    69276 |    49832 |   148981      0 |      877 |       16
1111.01/1111.29	c  991s |      13 |    70593 |    50832 |   148981      0 |      877 |       16
1113.13/1113.35	c  993s |      13 |    72380 |    52432 |   148981      0 |      877 |       16
1115.11/1115.40	c  995s |      13 |    75984 |    55432 |   148981      0 |      877 |       16
1117.22/1117.42	c  997s |      13 |    78979 |    58032 |   163880      0 |      877 |       16
1119.82/1120.06	c 1000s |      14 |    79318 |    58352 |   163880      0 |      877 |       16
1134.02/1134.29	c 1014s |      14 |    79711 |    58452 |   163880      0 |      877 |       16
1142.21/1142.44	c 1022s |      14 |    80227 |    58552 |   163880      0 |      877 |       16
1174.21/1174.45	c 1054s |      14 |    80586 |    58652 |   163880      0 |      877 |       16
1190.31/1190.59	c 1070s |      14 |    80981 |    58752 |   163880      0 |      877 |       16
1200.50/1200.74	c 1080s |      14 |    81446 |    58852 |   163880      0 |      877 |       16
1215.00/1215.25	c 1095s |      14 |    81668 |    58952 |   163880      0 |      877 |       16
1227.60/1227.87	c 1107s |      14 |    81988 |    59052 |   163880      0 |      877 |       16
1230.60/1230.90	c 1110s |      14 |    82609 |    59252 |   163880      0 |      877 |       16
1234.10/1234.36	c 1114s |      14 |    83136 |    59452 |   163880      0 |      877 |       16
1247.79/1248.07	c 1128s |      14 |    83421 |    59552 |   163880      0 |      877 |       16
1257.20/1257.47	c 1137s |      14 |    83729 |    59652 |   163880      0 |      877 |       16
1262.90/1263.15	c 1143s |      14 |    84075 |    59752 |   163880      0 |      877 |       16
1266.79/1267.07	c 1147s |      14 |    84366 |    59852 |   163880      0 |      877 |       16
1310.09/1310.34	c 1190s |      14 |    84782 |    60052 |   163880      0 |      877 |       16
1318.28/1318.54	c 1198s |      14 |    85098 |    60152 |   163880      0 |      877 |       16
1321.18/1321.46	c 1201s |      14 |    85675 |    60352 |   163880      0 |      877 |       16
1352.68/1353.00	c 1233s |      14 |    85900 |    60452 |   163880      0 |      877 |       16
1355.38/1355.63	c 1235s |      14 |    89110 |    63452 |   163880      0 |      877 |       16
1357.77/1358.04	c 1238s |      14 |    91441 |    65552 |   163880      0 |      877 |       16
1359.78/1360.06	c 1240s |      14 |    96276 |    69752 |   163880      0 |      877 |       16
1361.88/1362.13	c 1242s |      14 |    99862 |    72852 |   163880      0 |      877 |       16
1363.88/1364.16	c 1244s |      14 |   103411 |    75552 |   163880      0 |      877 |       16
1366.28/1366.59	c 1246s |      14 |   104758 |    76352 |   163880      0 |      877 |       16
1368.37/1368.60	c 1248s |      14 |   106803 |    78052 |   163880      0 |      877 |       16
1371.68/1371.95	c 1251s |      14 |   108674 |    78752 |   163880      0 |      877 |       16
1373.68/1373.96	c 1253s |      14 |   113926 |    82952 |   163880      0 |      877 |       16
1375.77/1376.02	c 1256s |      14 |   117783 |    86252 |   163880      0 |      877 |       16
1378.47/1378.79	c 1258s |      15 |   119493 |    87632 |   180269      0 |      877 |       16
1423.57/1423.82	c 1303s |      15 |   119712 |    87732 |   180269      0 |      877 |       16
1480.16/1480.47	c 1360s |      15 |   119840 |    87832 |   180269      0 |      877 |       16
1541.15/1541.45	c 1421s |      15 |   119950 |    87932 |   180269      0 |      877 |       16
1587.14/1587.43	c 1467s |      15 |   120048 |    88032 |   180269      0 |      877 |       16
1653.33/1653.63	c 1533s |      15 |   120174 |    88132 |   180269      0 |      877 |       16
1731.92/1732.22	c 1612s |      15 |   120274 |    88232 |   180269      0 |      877 |       16
1797.30/1797.62	c 1677s |      15 |   120412 |    88332 |   180269      0 |      877 |       16

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4101937-1466228078/watcher-4101937-1466228078 -o /tmp/evaluation-result-4101937-1466228078/solver-4101937-1466228078 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23292 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101937-1466228078.opb 

pid=26602
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 26605
/proc/meminfo: memFree=30554700/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=831932 CPUtime=0 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 3123 0 0 0 0 0 0 0 20 0 4 0 24852809 851898368 2972 33554432000 4194304 16246674 140735075488928 140735075488352 15002730 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 208495 2983 441 2943 0 205389 0
[pid=26605/tid=26606] ppid=26602 vsize=849340 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 869724160 3044 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=854460 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 874967040 3061 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=858556 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24852809 879161344 3080 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100181 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 26605
/proc/meminfo: memFree=30554700/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=1222212 CPUtime=0.08 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 26592 0 0 0 5 3 0 0 20 0 4 0 24852809 1251545088 26379 33554432000 4194304 16246674 140735075488928 140735075488240 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 305553 26383 798 2943 0 302447 0
[pid=26605/tid=26606] ppid=26602 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 1251545088 26385 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 1251545088 26387 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 1251545088 26389 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1222212

[startup+0.200528 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 26605
/proc/meminfo: memFree=30554700/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 49017 0 0 0 12 7 0 0 20 0 4 0 24852809 1344868352 49315 33554432000 4194304 16246674 140735075488928 140735075488240 13928656 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 328337 49315 799 2943 0 325231 0
[pid=26605/tid=26606] ppid=26602 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 1344868352 49315 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 1344868352 49315 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 1344868352 49315 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300498 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 26605
/proc/meminfo: memFree=30554700/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 59827 0 0 0 21 8 0 0 20 0 4 0 24852809 1344868352 60125 33554432000 4194304 16246674 140735075488928 140735075488240 7439492 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 328337 60125 799 2943 0 325231 0
[pid=26605/tid=26606] ppid=26602 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 1344868352 60125 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 1344868352 60125 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 1344868352 60125 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700426 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 26605
/proc/meminfo: memFree=30554700/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 72605 0 0 0 59 10 0 0 20 0 4 0 24852809 1344868352 72903 33554432000 4194304 16246674 140735075488928 140735075470848 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 328337 72903 800 2943 0 325231 0
[pid=26605/tid=26606] ppid=26602 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 1344868352 72903 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 1344868352 72903 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 1344868352 72903 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50042 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 26609
/proc/meminfo: memFree=30216936/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 85740 0 0 0 137 12 0 0 20 0 4 0 24852809 1344868352 86038 33554432000 4194304 16246674 140735075488928 140735075470848 7369988 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 328337 86038 801 2943 0 325231 0
[pid=26605/tid=26606] ppid=26602 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 1344868352 86038 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 1344868352 86038 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 1344868352 86038 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.1004 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 26609
/proc/meminfo: memFree=30141792/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=1337924 CPUtime=3.09 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 140241 0 0 0 289 20 0 0 20 0 4 0 24852809 1370034176 144627 33554432000 4194304 16246674 140735075488928 140735075486720 7369472 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 334481 144627 802 2943 0 331375 0
[pid=26605/tid=26606] ppid=26602 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 1370034176 144627 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 1370034176 144627 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 1370034176 144627 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1337924

[startup+6.30042 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 26609
/proc/meminfo: memFree=29609520/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=1387076 CPUtime=6.29 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 224568 0 0 0 596 33 0 0 20 0 4 0 24852809 1420365824 238152 33554432000 4194304 16246674 140735075488928 140735075471920 7361717 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 346769 238152 802 2943 0 343663 0
[pid=26605/tid=26606] ppid=26602 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 1420365824 238152 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 1420365824 238152 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 1420365824 238152 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1387076

[startup+12.7004 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 26609
/proc/meminfo: memFree=29335416/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=1459780 CPUtime=12.69 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 287644 0 0 0 1227 42 0 0 20 0 4 0 24852809 1494814720 305827 33554432000 4194304 16246674 140735075488928 140735075471920 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 364945 305827 802 2943 0 361839 0
[pid=26605/tid=26606] ppid=26602 vsize=1459780 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 1494814720 305827 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=1459780 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 1494814720 305827 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=1459780 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 1494814720 305827 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1459780

[startup+25.5005 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 26609
/proc/meminfo: memFree=28307892/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=2485828 CPUtime=25.48 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 544193 0 0 0 2465 83 0 0 20 0 4 0 24852809 2545487872 562376 33554432000 4194304 16246674 140735075488928 140735075488024 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 621457 562376 839 2943 0 618351 0
[pid=26605/tid=26606] ppid=26602 vsize=2485828 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 2545487872 562376 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=2485828 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 2545487872 562376 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=2485828 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 2545487872 562376 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2485828

[startup+51.1005 s]
/proc/loadavg: 2.11 2.05 2.00 3/183 26609
/proc/meminfo: memFree=26178288/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=4595268 CPUtime=51.08 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 1071573 0 0 0 4950 158 0 0 20 0 4 0 24852809 4705554432 1089756 33554432000 4194304 16246674 140735075488928 140735075486720 4220880 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 1148817 1089756 853 2943 0 1145711 0
[pid=26605/tid=26606] ppid=26602 vsize=4595268 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 4705554432 1089756 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=4595268 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 4705554432 1089756 33554432000 4194304 16246674 140735075488928 140300900080656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=4595268 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 4705554432 1089756 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4595268

[startup+102.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/183 26611
/proc/meminfo: memFree=24096988/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=6671940 CPUtime=102.28 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 1590741 0 0 0 9980 248 0 0 20 0 4 0 24852809 6832066560 1608924 33554432000 4194304 16246674 140735075488928 140735075488104 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 1667985 1608924 853 2943 0 1664879 0
[pid=26605/tid=26606] ppid=26602 vsize=6671940 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 6832066560 1608924 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=6671940 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 6832066560 1608924 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=6671940 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 6832066560 1608924 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 6671940


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

[pid=26605] ppid=26602 vsize=7412292 CPUtime=1362.08 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 1775903 0 0 0 135852 356 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140735075488104 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 1853073 1794070 906 2943 0 1849967 0
[pid=26605/tid=26606] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 7412292

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 26643
/proc/meminfo: memFree=23218124/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=7412292 CPUtime=1422.07 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 1775903 0 0 0 141845 362 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140735075488104 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 1853073 1794070 906 2943 0 1849967 0
[pid=26605/tid=26606] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 7412292

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26644
/proc/meminfo: memFree=23174756/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=7412292 CPUtime=1482.06 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 1775904 0 0 0 147841 365 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140735075488024 13774516 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 1853073 1794070 906 2943 0 1849967 0
[pid=26605/tid=26606] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 7412292

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 26697
/proc/meminfo: memFree=23405640/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=7412292 CPUtime=1542.05 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 1775904 0 0 0 153837 368 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140735075470848 5659576 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 1853073 1794070 906 2943 0 1849967 0
[pid=26605/tid=26606] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 7412292

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 26721
/proc/meminfo: memFree=23399816/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=7412292 CPUtime=1602.04 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 1775904 0 0 0 159834 370 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140735075488104 12415766 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 1853073 1794070 906 2943 0 1849967 0
[pid=26605/tid=26606] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 7412292

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26723
/proc/meminfo: memFree=23400220/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=7412292 CPUtime=1662.03 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 1775904 0 0 0 165830 373 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140735075486720 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 1853073 1794070 906 2943 0 1849967 0
[pid=26605/tid=26606] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300900080656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 7412292

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26724
/proc/meminfo: memFree=23394916/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=7412292 CPUtime=1722.02 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 1775906 0 0 0 171826 376 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140735075470848 5600136 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 1853073 1794070 906 2943 0 1849967 0
[pid=26605/tid=26606] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 7412292

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26725
/proc/meminfo: memFree=23388496/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=7412292 CPUtime=1782 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 1775906 0 0 0 177822 378 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140735075488024 12415740 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 1853073 1794070 906 2943 0 1849967 0
[pid=26605/tid=26606] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 7412292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26725
/proc/meminfo: memFree=23388340/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=7412292 CPUtime=1800 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) R 26602 26605 23276 0 -1 4202496 1775906 0 0 0 179621 379 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140735075470848 12415827 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 1853073 1794070 906 2943 0 1849967 0
[pid=26605/tid=26606] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26606/stat : 26606 (toysat) S 26602 26605 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300910570736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) S 26602 26605 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300900080880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26605/tid=26608] ppid=26602 vsize=7412292 CPUtime=0 cores=0,2,4,6
/proc/26605/task/26608/stat : 26608 (toysat) S 26602 26605 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24852809 7590187008 1794070 33554432000 4194304 16246674 140735075488928 140300889607344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 7412292

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

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26725
/proc/meminfo: memFree=23388340/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=0 CPUtime=1800.11 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) Z 26602 26605 23276 0 -1 4203532 1775906 0 0 0 179622 389 0 0 20 0 2 0 24852809 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 0 0 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=0 CPUtime=0.09 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) R 26602 26605 23276 0 -1 4203588 8 0 0 0 0 9 0 0 20 0 2 0 24852809 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26725
/proc/meminfo: memFree=23388340/32872528 swapFree=7780/7780
[pid=26605] ppid=26602 vsize=0 CPUtime=1800.31 cores=0,2,4,6
/proc/26605/stat : 26605 (toysat) Z 26602 26605 23276 0 -1 4203532 1775906 0 0 0 179622 409 0 0 20 0 2 0 24852809 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26605/statm: 0 0 0 0 0 0 0
[pid=26605/tid=26607] ppid=26602 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/26605/task/26607/stat : 26607 (toysat) R 26602 26605 23276 0 -1 4203588 8 0 0 0 0 28 0 0 20 0 2 0 24852809 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.62
CPU time (s): 1800.33
CPU user time (s): 1796.22
CPU system time (s): 4.10738
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 7412292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.22
system time used= 4.10738
maximum resident set size= 7176280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1775906
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= 148
involuntary context switches= 1860

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.63099 second user time and 8.38573 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-18 07:34:40
IDJOB=4101937
IDBENCH=1813
IDSOLVER=2542
FILE ID=node151/4101937-1466228078
RUNJOBID= node151-1466206051-23292
PBS_JOBID= 19918135
Free space on /tmp= 71656 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-rd-rplusc-21.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101937-1466228078/watcher-4101937-1466228078 -o /tmp/evaluation-result-4101937-1466228078/solver-4101937-1466228078 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23292 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101937-1466228078.opb

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

MD5SUM BENCH= 3de80c0560622133ffefa60f8e73d039
RANDOM SEED=122582320

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30554708 kB
Buffers:          110544 kB
Cached:           341652 kB
SwapCached:         1996 kB
Active:          1292944 kB
Inactive:         272692 kB
Active(anon):    1113708 kB
Inactive(anon):     1788 kB
Active(file):     179236 kB
Inactive(file):   270904 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:             94660 kB
Writeback:             0 kB
AnonPages:       1120520 kB
Mapped:            11836 kB
Shmem:                 0 kB
Slab:             611252 kB
SReclaimable:      52360 kB
SUnreclaim:       558892 kB
KernelStack:        1464 kB
PageTables:         6368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1263076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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= 71640 MiB
End job on node151 at 2016-06-18 08:04:41