Trace number 4079425

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.08 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_8_mh.opb
MD5SUM8a0357f27d5f5de0e126f33d36b976d2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2457690
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 130323843
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 60462692152
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 130323843
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 60462692152
Number of bits of the biggest sum of numbers36
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-07T22:05:16+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-4079425-1465329915.opb"]
0.00/0.01	c use --random-gen="2328847642 3795573000 1599244897 3275821251 1508416260 2749327430 866065902 345747724 1963676761 2852256711 2325222787 1722587626 295738785 1147436471 3074289837 3111232048 1909170950 2577863696 1971572409 3682949132 2252406317 2356768965 1800021196 370825215 3811550260 2872026326 3458799179 294916328 196816952 2939761933 2504888582 2592650670 186573384 2220661848 1219980462 3274484414 1489768506 669375719 4216023779 2384995194 2910936081 2736619748 687023825 1019179413 856155179 3126931252 1623019703 4120454511 3250848118 272127073 3002457769 2142888880 3745006779 1247196735 1044893946 1751387707 2993101811 3018534916 2839213701 3084258643 3576414401 161198208 99755778 2862249450 2010486527 4031888781 2442267822 3236760888 583652567 2206232380 3075465588 1986553378 83535955 2498783375 3502841158 2632551434 1498387034 3354996353 2993087661 2956577499 994086976 1570073359 827159184 941552344 3729678959 781037041 1009514780 3991455613 1581980884 329556339 470331434 3804245430 3569192910 2062283473 816272009 4100288537 2654947119 2368833351 1896238767 476353315 4017266462 2548050979 1424933822 1370510471 1061264227 3715735700 2959947350 2755191242 1727497369 1773788289 289950736 461387983 3077458958 18092221 644619830 1825258363 3168491857 1235504420 3844941326 131893108 816566101 2558274836 829399295 1599247595 2861893151 2617886254 32093932 4278314179 894057441 4143919191 1027788053 2830577128 3742498897 4183782163 162709246 3243538261 2708956555 1657348629 2758580300 102784215 3887682416 42213519 4240191343 3089150502 893804380 2975325989 307587497 3680045122 3518723447 3745092042 3873068615 3725582092 3479056741 3775345720 826818651 772885738 4007446367 3424376816 3633740109 3402237670 3152613823 738422251 1193629953 2310769887 1961357620 3817948510 1740934382 1153779984 3633987378 308833968 117849037 264571169 670178313 1736688188 471907544 2994564511 2625447174 3923386913 595889122 1571717837 833747510 2102621400 1275774293 2976937398 3978472295 739328412 3259501088 102164227 1970725594 1514767633 1447026523 1917789738 3755406981 1028635438 2742429510 3558799076 18911893 3900359366 1752010008 2151154195 4143757749 356020366 1509986548 1840471044 2601295700 639694655 3421597569 1587028148 1990966915 2094546368 2128017174 4085936976 1448025720 1758842043 1868710229 2613217605 3073697928 2835336874 3653189872 4005233005 3777795832 2204819975 2751215050 2382706405 1893345700 1508700740 2985021417 2379069715 3134423955 2482943640 1004732101 2377518795 4003818769 2768692629 624933430 4206758523 4188440283 1912663715 48497518 3224745415 268532378 2070962050 3006639534 919389470 1471783239 1545481471 2247502986 2863047732 3940980624 2984688782 2702170136 868085723 795369797 2699542835 1666139575 509614765 255 362436" option to reproduce the execution
4.18/4.25	c #vars 250200
4.18/4.25	c #constraints 605407
14.89/14.95	c BCD2: Hardening is enabled.
14.89/14.95	c BCD2: BiasedSearch is enabled.
14.89/14.95	c Solving starts ...
14.89/14.95	c ============================[ Search Statistics ]============================
14.89/14.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.89/14.95	c       |         |          |          |    Limit     GC | Var      | Constra 
14.89/14.95	c =============================================================================
14.89/14.97	c  0.0s |       0 |        0 |        0 |   286836      0 |      150 |        0
26.08/26.14	c 11.2s |       0 |      315 |      100 |   286836      0 |      150 |        0
26.18/26.28	c 11.3s |       1 |      315 |      100 |   286836      0 |      150 |        0
29.79/29.84	c 14.9s |       1 |     2348 |      200 |   315520      0 |      150 |        0
30.28/30.31	c 15.3s |       2 |     3665 |      250 |   315520      0 |      150 |        0
36.68/36.78	c 21.8s |       2 |    12444 |      350 |   347072      0 |      150 |        0
44.38/44.45	c 29.5s |       2 |    12602 |      450 |   347072      0 |      150 |        0
46.19/46.28	c 31.3s |       3 |    12630 |      475 |   347072      0 |      150 |        0
49.68/49.77	c 34.8s |       3 |    14582 |      575 |   381780      0 |      150 |        0
52.18/52.22	c 37.3s |       3 |    14699 |      675 |   381780      0 |      150 |        0
52.98/53.06	c 38.1s |       4 |    14922 |      813 |   381780      0 |      150 |        0
67.57/67.61	c 52.6s |       4 |    18200 |      913 |   419959      0 |      150 |        0
79.07/79.18	c 64.2s |       4 |    18457 |     1013 |   419959      0 |      150 |        0
89.47/89.50	c 74.5s |       4 |    19132 |     1113 |   419959      0 |      150 |        0
105.17/105.29	c 90.3s |       4 |    21428 |     1213 |   419959      0 |      150 |        0
116.27/116.36	c  101s |       4 |    22122 |     1313 |   419959      0 |      150 |        0
117.37/117.47	c  102s |       5 |    22246 |     1320 |   419959      0 |      150 |        0
144.56/144.63	c  129s |       5 |    23850 |     1420 |   461955      0 |      150 |        0
175.16/175.24	c  160s |       5 |    24831 |     1520 |   461955      0 |      150 |        0
203.56/203.60	c  188s |       5 |    26870 |     1620 |   461955      0 |      150 |        0
224.85/224.94	c  209s |       5 |    27496 |     1720 |   461955      0 |      150 |        0
243.55/243.60	c  228s |       5 |    27880 |     1820 |   461955      0 |      150 |        0
264.05/264.15	c  249s |       5 |    28343 |     1920 |   461955      0 |      150 |        0
287.14/287.27	c  272s |       5 |    29169 |     2020 |   461955      0 |      150 |        0
295.44/295.55	c  280s |       6 |    29327 |     2081 |   508151      0 |      150 |        0
314.24/314.31	c  299s |       6 |    29968 |     2181 |   508151      0 |      150 |        0
341.64/341.75	c  326s |       6 |    32246 |     2281 |   508151      0 |      150 |        0
360.43/360.55	c  345s |       6 |    32698 |     2381 |   508151      0 |      150 |        0
387.82/387.99	c  373s |       6 |    33878 |     2481 |   508151      0 |      150 |        0
411.43/411.56	c  396s |       6 |    34794 |     2581 |   508151      0 |      150 |        0
423.42/423.55	c  408s |       6 |    37001 |     2681 |   508151      0 |      150 |        0
426.92/427.01	c  412s |       6 |    43140 |     2881 |   508151      0 |      150 |        0
428.92/429.05	c  414s |       6 |    44728 |     2981 |   508151      0 |      150 |        0
431.82/431.99	c  417s |       6 |    45927 |     3081 |   508151      0 |      150 |        0
434.52/434.68	c  419s |       6 |    46960 |     3181 |   508151      0 |      150 |        0
436.11/436.25	c  421s |       7 |    47047 |     3223 |   558967      0 |      150 |        0
439.01/439.12	c  424s |       7 |    59199 |     3323 |   558967      0 |      150 |        0
442.01/442.15	c  427s |       7 |    59758 |     3523 |   558967      0 |      150 |        0
445.51/445.66	c  430s |       7 |    59950 |     3623 |   558967      0 |      150 |        0
450.70/450.84	c  435s |       7 |    60173 |     3723 |   558967      0 |      150 |        0
456.31/456.48	c  441s |       7 |    60283 |     3823 |   558967      0 |      150 |        0
461.50/461.65	c  446s |       7 |    60536 |     3923 |   558967      0 |      150 |        0
466.50/466.65	c  451s |       7 |    60811 |     4023 |   558967      0 |      150 |        0
469.00/469.17	c  454s |       7 |    60929 |     4123 |   558967      0 |      150 |        0
472.50/472.60	c  457s |       7 |    61086 |     4223 |   558967      0 |      150 |        0
475.50/475.62	c  460s |       7 |    61622 |     4323 |   558967      0 |      150 |        0
480.61/480.77	c  465s |       7 |    61720 |     4423 |   558967      0 |      150 |        0
487.00/487.12	c  472s |       7 |    61874 |     4523 |   558967      0 |      150 |        0
493.10/493.25	c  478s |       7 |    62125 |     4623 |   558967      0 |      150 |        0
496.79/496.98	c  482s |       7 |    62256 |     4723 |   558967      0 |      150 |        0
500.79/500.98	c  486s |       7 |    62402 |     4823 |   558967      0 |      150 |        0
505.49/505.69	c  490s |       7 |    62529 |     4923 |   614864      0 |      150 |        0
506.59/506.71	c  491s |       8 |    62553 |     4936 |   614864      0 |      150 |        0
508.99/509.13	c  494s |       8 |    65603 |     5136 |   614864      0 |      150 |        0
511.29/511.43	c  496s |       8 |    66353 |     5636 |   614864      0 |      150 |        0
513.49/513.65	c  498s |       8 |    67142 |     6236 |   614864      0 |      150 |        0
515.48/515.68	c  500s |       8 |    67907 |     6836 |   614864      0 |      150 |        0
517.68/517.86	c  502s |       8 |    68738 |     7436 |   614864      0 |      150 |        0
518.18/518.32	c  503s |       9 |    68827 |     7506 |   676351      0 |      150 |        0
520.68/520.90	c  505s |       9 |    71692 |     7606 |   676351      0 |      150 |        0
523.50/523.68	c  508s |       9 |    73476 |     7806 |   676351      0 |      150 |        0
526.29/526.41	c  511s |       9 |    74750 |     8006 |   676351      0 |      150 |        0
529.59/529.78	c  514s |       9 |    75466 |     8206 |   676351      0 |      150 |        0
532.59/532.75	c  517s |       9 |    76852 |     8406 |   676351      0 |      150 |        0
535.99/536.10	c  521s |       9 |    77921 |     8606 |   676351      0 |      150 |        0
538.48/538.67	c  523s |       9 |    79407 |     8806 |   676351      0 |      150 |        0
541.58/541.80	c  526s |       9 |    80704 |     9006 |   676351      0 |      150 |        0
544.58/544.70	c  529s |       9 |    81794 |     9206 |   676351      0 |      150 |        0
547.58/547.70	c  532s |       9 |    82646 |     9406 |   676351      0 |      150 |        0
549.78/549.99	c  535s |       9 |    83619 |     9606 |   676351      0 |      150 |        0
552.09/552.30	c  537s |       9 |    84416 |     9806 |   676351      0 |      150 |        0
554.58/554.76	c  539s |       9 |    84976 |    10006 |   676351      0 |      150 |        0
558.57/558.74	c  543s |       9 |    86756 |    10206 |   676351      0 |      150 |        0
560.88/561.05	c  546s |       9 |    87905 |    10406 |   676351      0 |      150 |        0
564.47/564.60	c  549s |       9 |    89952 |    10606 |   676351      0 |      150 |        0
568.06/568.20	c  553s |       9 |    93235 |    10906 |   676351      0 |      150 |        0
570.66/570.89	c  555s |       9 |    94894 |    11106 |   676351      0 |      150 |        0
573.87/574.03	c  559s |       9 |    95449 |    11206 |   676351      0 |      150 |        0
575.87/576.09	c  561s |       9 |    96323 |    11306 |   743987      0 |      150 |        0
577.57/577.76	c  562s |      10 |    96609 |    11361 |   743987      0 |      150 |        0
592.66/592.81	c  577s |      10 |   111458 |    11461 |   743987      0 |      150 |        0
618.96/619.15	c  604s |      10 |   112829 |    11561 |   743987      0 |      150 |        0
641.55/641.71	c  626s |      10 |   113672 |    11661 |   743987      0 |      150 |        0
664.85/665.07	c  650s |      10 |   119804 |    11761 |   743987      0 |      150 |        0
677.95/678.12	c  663s |      10 |   128868 |    11861 |   743987      0 |      150 |        0
694.94/695.20	c  680s |      10 |   139860 |    11961 |   743987      0 |      150 |        0
710.04/710.25	c  695s |      10 |   147870 |    12061 |   743987      0 |      150 |        0
730.24/730.43	c  715s |      10 |   148152 |    12161 |   743987      0 |      150 |        0
749.43/749.63	c  734s |      10 |   148435 |    12261 |   743987      0 |      150 |        0
776.93/777.11	c  762s |      10 |   149922 |    12361 |   743987      0 |      150 |        0
793.34/793.55	c  778s |      10 |   150418 |    12461 |   743987      0 |      150 |        0
813.43/813.63	c  798s |      10 |   155122 |    12561 |   743987      0 |      150 |        0
824.33/824.53	c  809s |      10 |   155705 |    12661 |   743987      0 |      150 |        0
857.72/857.91	c  842s |      10 |   157402 |    12761 |   743987      0 |      150 |        0
877.81/878.05	c  863s |      10 |   159557 |    12861 |   743987      0 |      150 |        0
911.61/911.81	c  896s |      10 |   159872 |    12961 |   743987      0 |      150 |        0
945.70/945.93	c  930s |      10 |   160170 |    13061 |   743987      0 |      150 |        0
978.80/979.06	c  964s |      10 |   160465 |    13161 |   743987      0 |      150 |        0
997.99/998.21	c  983s |      10 |   160766 |    13261 |   743987      0 |      150 |        0
1002.19/1002.43	c  987s |      10 |   169538 |    13361 |   743987      0 |      150 |        0
1025.99/1026.20	c 1011s |      10 |   171444 |    13461 |   743987      0 |      150 |        0
1033.09/1033.30	c 1018s |      10 |   175565 |    13561 |   743987      0 |      150 |        0
1037.89/1038.17	c 1023s |      10 |   177582 |    13661 |   743987      0 |      150 |        0
1040.99/1041.21	c 1026s |      10 |   178280 |    13761 |   743987      0 |      150 |        0
1043.49/1043.79	c 1028s |      10 |   178638 |    13861 |   743987      0 |      150 |        0
1048.89/1049.13	c 1034s |      10 |   180759 |    13961 |   743987      0 |      150 |        0
1051.79/1052.05	c 1037s |      10 |   181748 |    14061 |   743987      0 |      150 |        0
1058.69/1058.90	c 1043s |      10 |   182658 |    14161 |   743987      0 |      150 |        0
1062.98/1063.20	c 1048s |      10 |   183296 |    14261 |   743987      0 |      150 |        0
1066.98/1067.27	c 1052s |      10 |   183806 |    14361 |   743987      0 |      150 |        0
1069.88/1070.13	c 1055s |      10 |   185030 |    14461 |   743987      0 |      150 |        0
1073.68/1073.98	c 1059s |      10 |   186297 |    14561 |   743987      0 |      150 |        0
1078.38/1078.65	c 1063s |      10 |   187192 |    14661 |   743987      0 |      150 |        0
1084.08/1084.31	c 1069s |      10 |   188834 |    14761 |   743987      0 |      150 |        0
1088.98/1089.26	c 1074s |      10 |   189819 |    14861 |   743987      0 |      150 |        0
1093.29/1093.56	c 1078s |      10 |   190528 |    14961 |   743987      0 |      150 |        0
1099.38/1099.64	c 1084s |      10 |   192481 |    15061 |   743987      0 |      150 |        0
1103.08/1103.37	c 1088s |      10 |   193504 |    15161 |   743987      0 |      150 |        0
1106.78/1107.06	c 1092s |      10 |   194111 |    15261 |   743987      0 |      150 |        0
1111.58/1111.84	c 1096s |      10 |   194784 |    15361 |   743987      0 |      150 |        0
1115.88/1116.17	c 1101s |      10 |   197718 |    15561 |   743987      0 |      150 |        0
1120.28/1120.59	c 1105s |      10 |   198716 |    15661 |   743987      0 |      150 |        0
1122.68/1122.98	c 1108s |      10 |   200586 |    15761 |   743987      0 |      150 |        0
1126.97/1127.27	c 1112s |      10 |   201327 |    15861 |   743987      0 |      150 |        0
1131.78/1132.06	c 1117s |      10 |   202837 |    15961 |   743987      0 |      150 |        0
1134.37/1134.69	c 1119s |      10 |   204931 |    16061 |   743987      0 |      150 |        0
1136.67/1136.92	c 1121s |      10 |   205258 |    16161 |   743987      0 |      150 |        0
1139.48/1139.75	c 1124s |      10 |   206031 |    16261 |   743987      0 |      150 |        0
1144.27/1144.53	c 1129s |      10 |   206852 |    16361 |   743987      0 |      150 |        0
1147.47/1147.78	c 1132s |      10 |   208017 |    16561 |   743987      0 |      150 |        0
1150.87/1151.10	c 1136s |      10 |   208890 |    16661 |   743987      0 |      150 |        0
1154.17/1154.47	c 1139s |      10 |   209264 |    16761 |   743987      0 |      150 |        0
1158.18/1158.48	c 1143s |      10 |   209584 |    16861 |   743987      0 |      150 |        0
1160.38/1160.67	c 1145s |      10 |   210332 |    16961 |   743987      0 |      150 |        0
1163.58/1163.83	c 1148s |      10 |   212233 |    17061 |   818386      0 |      150 |        0
1166.67/1166.91	c 1151s |      11 |   212693 |    17144 |   818386      0 |      150 |        0
1173.47/1173.74	c 1158s |      11 |   213809 |    17244 |   818386      0 |      150 |        0
1176.37/1176.67	c 1161s |      11 |   214109 |    17344 |   818386      0 |      150 |        0
1180.57/1180.89	c 1165s |      11 |   214845 |    17444 |   818386      0 |      150 |        0
1183.87/1184.19	c 1169s |      11 |   215243 |    17544 |   818386      0 |      150 |        0
1187.06/1187.33	c 1172s |      11 |   217016 |    17644 |   818386      0 |      150 |        0
1189.17/1189.49	c 1174s |      11 |   217276 |    17744 |   818386      0 |      150 |        0
1193.87/1194.13	c 1179s |      11 |   217603 |    17844 |   818386      0 |      150 |        0
1196.47/1196.77	c 1181s |      11 |   218723 |    17944 |   818386      0 |      150 |        0
1200.77/1201.07	c 1186s |      11 |   220041 |    18044 |   818386      0 |      150 |        0
1203.67/1203.97	c 1189s |      11 |   220624 |    18144 |   818386      0 |      150 |        0
1207.46/1207.72	c 1192s |      11 |   221997 |    18244 |   818386      0 |      150 |        0
1210.46/1210.74	c 1195s |      11 |   223041 |    18344 |   818386      0 |      150 |        0
1214.86/1215.12	c 1200s |      11 |   225093 |    18444 |   818386      0 |      150 |        0
1218.36/1218.65	c 1203s |      11 |   225572 |    18544 |   818386      0 |      150 |        0
1221.97/1222.26	c 1207s |      11 |   227395 |    18644 |   818386      0 |      150 |        0
1224.96/1225.23	c 1210s |      11 |   227720 |    18744 |   818386      0 |      150 |        0
1227.47/1227.75	c 1212s |      11 |   228690 |    18844 |   818386      0 |      150 |        0
1229.86/1230.14	c 1215s |      11 |   229656 |    18944 |   818386      0 |      150 |        0
1233.06/1233.34	c 1218s |      11 |   230269 |    19044 |   818386      0 |      150 |        0
1235.86/1236.16	c 1221s |      11 |   231790 |    19144 |   818386      0 |      150 |        0
1238.46/1238.71	c 1223s |      11 |   232521 |    19244 |   818386      0 |      150 |        0
1240.46/1240.79	c 1225s |      11 |   233089 |    19344 |   818386      0 |      150 |        0
1244.26/1244.52	c 1229s |      11 |   234932 |    19544 |   818386      0 |      150 |        0
1246.75/1247.08	c 1232s |      11 |   235829 |    19644 |   818386      0 |      150 |        0
1249.36/1249.64	c 1234s |      11 |   236435 |    19744 |   818386      0 |      150 |        0
1253.35/1253.63	c 1238s |      11 |   236947 |    19844 |   818386      0 |      150 |        0
1260.36/1260.63	c 1245s |      11 |   237314 |    19944 |   818386      0 |      150 |        0
1266.85/1267.10	c 1252s |      11 |   237672 |    20044 |   818386      0 |      150 |        0
1272.46/1272.76	c 1257s |      11 |   238298 |    20144 |   818386      0 |      150 |        0
1276.45/1276.70	c 1261s |      11 |   238680 |    20244 |   818386      0 |      150 |        0
1281.65/1281.92	c 1266s |      11 |   239139 |    20344 |   818386      0 |      150 |        0
1286.85/1287.17	c 1272s |      11 |   240109 |    20444 |   818386      0 |      150 |        0
1290.15/1290.42	c 1275s |      11 |   240469 |    20544 |   818386      0 |      150 |        0
1292.65/1292.90	c 1277s |      11 |   241294 |    20644 |   818386      0 |      150 |        0
1294.74/1295.07	c 1280s |      11 |   241665 |    20744 |   818386      0 |      150 |        0
1299.44/1299.74	c 1284s |      11 |   242299 |    20844 |   818386      0 |      150 |        0
1304.45/1304.78	c 1289s |      11 |   243832 |    21044 |   818386      0 |      150 |        0
1308.75/1309.07	c 1294s |      11 |   245025 |    21144 |   818386      0 |      150 |        0
1312.94/1313.28	c 1298s |      11 |   246198 |    21344 |   818386      0 |      150 |        0
1317.85/1318.17	c 1303s |      11 |   246838 |    21444 |   818386      0 |      150 |        0
1322.34/1322.61	c 1307s |      11 |   247352 |    21544 |   818386      0 |      150 |        0
1326.14/1326.42	c 1311s |      11 |   247786 |    21644 |   818386      0 |      150 |        0
1328.54/1328.82	c 1313s |      11 |   248354 |    21744 |   818386      0 |      150 |        0
1331.94/1332.21	c 1317s |      11 |   248733 |    21844 |   818386      0 |      150 |        0
1334.84/1335.19	c 1320s |      11 |   249236 |    21944 |   818386      0 |      150 |        0
1339.33/1339.61	c 1324s |      11 |   250652 |    22144 |   818386      0 |      150 |        0
1342.43/1342.79	c 1327s |      11 |   251176 |    22244 |   818386      0 |      150 |        0
1347.73/1348.02	c 1333s |      11 |   251787 |    22344 |   818386      0 |      150 |        0
1352.93/1353.28	c 1338s |      11 |   252749 |    22544 |   818386      0 |      150 |        0
1355.63/1355.90	c 1340s |      11 |   253196 |    22644 |   818386      0 |      150 |        0
1360.54/1360.89	c 1345s |      11 |   254088 |    22844 |   818386      0 |      150 |        0
1364.13/1364.43	c 1349s |      11 |   254528 |    22944 |   818386      0 |      150 |        0
1367.03/1367.35	c 1352s |      11 |   255221 |    23044 |   818386      0 |      150 |        0
1370.33/1370.67	c 1355s |      11 |   255857 |    23144 |   818386      0 |      150 |        0
1372.33/1372.68	c 1357s |      11 |   256261 |    23244 |   818386      0 |      150 |        0
1375.03/1375.35	c 1360s |      11 |   256873 |    23344 |   818386      0 |      150 |        0
1379.53/1379.87	c 1364s |      11 |   257100 |    23444 |   818386      0 |      150 |        0
1384.53/1384.88	c 1369s |      11 |   257360 |    23544 |   818386      0 |      150 |        0
1388.23/1388.51	c 1373s |      11 |   257836 |    23644 |   818386      0 |      150 |        0
1390.23/1390.57	c 1375s |      11 |   258306 |    23744 |   818386      0 |      150 |        0
1392.92/1393.21	c 1378s |      11 |   258898 |    23844 |   818386      0 |      150 |        0
1396.32/1396.63	c 1381s |      11 |   259543 |    23944 |   818386      0 |      150 |        0
1398.82/1399.17	c 1384s |      11 |   259787 |    24044 |   818386      0 |      150 |        0
1401.62/1401.96	c 1386s |      11 |   260668 |    24144 |   818386      0 |      150 |        0
1405.73/1406.01	c 1391s |      11 |   261201 |    24244 |   818386      0 |      150 |        0
1409.03/1409.38	c 1394s |      11 |   261543 |    24344 |   818386      0 |      150 |        0
1414.23/1414.54	c 1399s |      11 |   262483 |    24444 |   818386      0 |      150 |        0
1416.73/1417.02	c 1402s |      11 |   263443 |    24544 |   818386      0 |      150 |        0
1419.94/1420.28	c 1405s |      11 |   264321 |    24644 |   818386      0 |      150 |        0
1424.03/1424.35	c 1409s |      11 |   264733 |    24744 |   818386      0 |      150 |        0
1426.43/1426.75	c 1411s |      11 |   265070 |    24844 |   818386      0 |      150 |        0
1429.73/1430.03	c 1415s |      11 |   265559 |    24944 |   818386      0 |      150 |        0
1433.43/1433.70	c 1418s |      11 |   266331 |    25044 |   818386      0 |      150 |        0
1438.23/1438.59	c 1423s |      11 |   267181 |    25144 |   818386      0 |      150 |        0
1442.03/1442.35	c 1427s |      11 |   268038 |    25244 |   818386      0 |      150 |        0
1445.63/1445.96	c 1430s |      11 |   268539 |    25344 |   818386      0 |      150 |        0
1452.22/1452.57	c 1437s |      11 |   268958 |    25444 |   818386      0 |      150 |        0
1456.32/1456.60	c 1441s |      11 |   269181 |    25544 |   818386      0 |      150 |        0
1460.53/1460.88	c 1445s |      11 |   269453 |    25644 |   818386      0 |      150 |        0
1465.12/1465.45	c 1450s |      12 |   269955 |    25819 |   900225      0 |      150 |        0
1470.02/1470.34	c 1455s |      12 |   270418 |    25919 |   900225      0 |      150 |        0
1472.52/1472.88	c 1457s |      12 |   270605 |    26019 |   900225      0 |      150 |        0
1475.32/1475.64	c 1460s |      12 |   270786 |    26119 |   900225      0 |      150 |        0
1479.82/1480.12	c 1465s |      12 |   271248 |    26219 |   900225      0 |      150 |        0
1483.32/1483.69	c 1468s |      12 |   271733 |    26319 |   900225      0 |      150 |        0
1487.82/1488.10	c 1473s |      12 |   272799 |    26419 |   900225      0 |      150 |        0
1490.02/1490.32	c 1475s |      12 |   274041 |    26519 |   900225      0 |      150 |        0
1493.32/1493.63	c 1478s |      12 |   274350 |    26619 |   900225      0 |      150 |        0
1497.92/1498.28	c 1483s |      12 |   275477 |    26719 |   900225      0 |      150 |        0
1502.71/1503.00	c 1488s |      12 |   276609 |    26819 |   900225      0 |      150 |        0
1506.21/1506.59	c 1491s |      12 |   277029 |    26919 |   900225      0 |      150 |        0
1509.31/1509.65	c 1494s |      12 |   277729 |    27019 |   900225      0 |      150 |        0
1513.42/1513.72	c 1498s |      12 |   278571 |    27119 |   900225      0 |      150 |        0
1516.41/1516.73	c 1501s |      12 |   279043 |    27219 |   900225      0 |      150 |        0
1521.31/1521.69	c 1506s |      12 |   280198 |    27319 |   900225      0 |      150 |        0
1527.51/1527.89	c 1512s |      12 |   281155 |    27419 |   900225      0 |      150 |        0
1531.11/1531.47	c 1516s |      12 |   281826 |    27519 |   900225      0 |      150 |        0
1535.11/1535.47	c 1520s |      12 |   283279 |    27619 |   900225      0 |      150 |        0
1537.62/1537.91	c 1522s |      12 |   283853 |    27719 |   900225      0 |      150 |        0
1541.81/1542.10	c 1527s |      12 |   285050 |    27819 |   900225      0 |      150 |        0
1546.71/1547.09	c 1532s |      12 |   285771 |    27919 |   900225      0 |      150 |        0
1551.11/1551.42	c 1536s |      12 |   286460 |    28019 |   900225      0 |      150 |        0
1553.91/1554.21	c 1539s |      12 |   287218 |    28119 |   900225      0 |      150 |        0
1556.51/1556.80	c 1541s |      12 |   287621 |    28219 |   900225      0 |      150 |        0
1564.11/1564.44	c 1549s |      12 |   289362 |    28319 |   900225      0 |      150 |        0
1570.51/1570.83	c 1555s |      12 |   290657 |    28519 |   900225      0 |      150 |        0
1575.20/1575.58	c 1560s |      12 |   291691 |    28619 |   900225      0 |      150 |        0
1581.70/1582.07	c 1567s |      12 |   292563 |    28719 |   900225      0 |      150 |        0
1587.01/1587.38	c 1572s |      12 |   293934 |    28819 |   900225      0 |      150 |        0
1591.10/1591.45	c 1576s |      12 |   294665 |    28919 |   900225      0 |      150 |        0
1594.50/1594.85	c 1579s |      12 |   295253 |    29019 |   900225      0 |      150 |        0
1599.00/1599.30	c 1584s |      12 |   295960 |    29119 |   900225      0 |      150 |        0
1602.20/1602.59	c 1587s |      12 |   297044 |    29219 |   900225      0 |      150 |        0
1605.70/1606.02	c 1591s |      12 |   297361 |    29319 |   900225      0 |      150 |        0
1608.80/1609.14	c 1594s |      12 |   298075 |    29419 |   900225      0 |      150 |        0
1612.80/1613.15	c 1598s |      12 |   299110 |    29519 |   900225      0 |      150 |        0
1616.50/1616.89	c 1601s |      12 |   299791 |    29619 |   900225      0 |      150 |        0
1620.00/1620.36	c 1605s |      12 |   300736 |    29719 |   900225      0 |      150 |        0
1625.00/1625.39	c 1610s |      12 |   301705 |    29819 |   900225      0 |      150 |        0
1630.39/1630.74	c 1615s |      12 |   302913 |    29919 |   900225      0 |      150 |        0
1633.39/1633.77	c 1618s |      12 |   304067 |    30019 |   900225      0 |      150 |        0
1636.79/1637.11	c 1622s |      12 |   304841 |    30119 |   900225      0 |      150 |        0
1641.19/1641.59	c 1626s |      12 |   305589 |    30219 |   900225      0 |      150 |        0
1643.59/1643.95	c 1628s |      12 |   306248 |    30319 |   900225      0 |      150 |        0
1647.79/1648.13	c 1633s |      12 |   307150 |    30419 |   900225      0 |      150 |        0
1650.29/1650.60	c 1635s |      12 |   307747 |    30519 |   900225      0 |      150 |        0
1654.59/1654.98	c 1640s |      12 |   308371 |    30619 |   900225      0 |      150 |        0
1657.69/1658.01	c 1643s |      12 |   308831 |    30719 |   900225      0 |      150 |        0
1661.69/1662.00	c 1647s |      12 |   309481 |    30819 |   900225      0 |      150 |        0
1663.89/1664.24	c 1649s |      12 |   310076 |    30919 |   900225      0 |      150 |        0
1667.39/1667.73	c 1652s |      12 |   310572 |    31019 |   900225      0 |      150 |        0
1671.49/1671.88	c 1656s |      12 |   311029 |    31119 |   900225      0 |      150 |        0
1676.68/1677.10	c 1662s |      12 |   311365 |    31219 |   900225      0 |      150 |        0
1679.78/1680.19	c 1665s |      12 |   311977 |    31319 |   900225      0 |      150 |        0
1684.38/1684.77	c 1669s |      12 |   313054 |    31519 |   900225      0 |      150 |        0
1687.48/1687.86	c 1672s |      12 |   313436 |    31619 |   900225      0 |      150 |        0
1691.59/1691.94	c 1676s |      12 |   313910 |    31719 |   900225      0 |      150 |        0
1695.68/1696.08	c 1681s |      12 |   314675 |    31819 |   900225      0 |      150 |        0
1699.88/1700.20	c 1685s |      12 |   315204 |    31919 |   900225      0 |      150 |        0
1702.28/1702.60	c 1687s |      12 |   315602 |    32019 |   900225      0 |      150 |        0
1704.38/1704.78	c 1689s |      12 |   315885 |    32119 |   900225      0 |      150 |        0
1710.28/1710.65	c 1695s |      12 |   316878 |    32319 |   900225      0 |      150 |        0
1712.48/1712.88	c 1697s |      12 |   317194 |    32419 |   900225      0 |      150 |        0
1716.58/1716.90	c 1701s |      12 |   317835 |    32519 |   900225      0 |      150 |        0
1719.68/1720.03	c 1705s |      12 |   318840 |    32619 |   900225      0 |      150 |        0
1722.88/1723.20	c 1708s |      12 |   319409 |    32719 |   900225      0 |      150 |        0
1727.27/1727.67	c 1712s |      12 |   319699 |    32819 |   900225      0 |      150 |        0
1731.67/1732.06	c 1717s |      12 |   320255 |    32919 |   900225      0 |      150 |        0
1736.58/1736.93	c 1721s |      12 |   320752 |    33019 |   900225      0 |      150 |        0
1740.77/1741.16	c 1726s |      12 |   321390 |    33119 |   900225      0 |      150 |        0
1745.67/1746.08	c 1731s |      12 |   322372 |    33219 |   900225      0 |      150 |        0
1750.98/1751.34	c 1736s |      12 |   322779 |    33319 |   900225      0 |      150 |        0
1756.98/1757.36	c 1742s |      12 |   323489 |    33419 |   900225      0 |      150 |        0
1760.38/1760.71	c 1745s |      12 |   324100 |    33519 |   900225      0 |      150 |        0
1763.78/1764.15	c 1749s |      12 |   325212 |    33619 |   900225      0 |      150 |        0
1770.28/1770.64	c 1755s |      12 |   326194 |    33719 |   900225      0 |      150 |        0
1772.58/1772.91	c 1757s |      12 |   326601 |    33819 |   900225      0 |      150 |        0
1775.38/1775.74	c 1760s |      12 |   327255 |    33919 |   900225      0 |      150 |        0
1781.37/1781.79	c 1766s |      12 |   328418 |    34019 |   900225      0 |      150 |        0
1788.47/1788.83	c 1773s |      12 |   329483 |    34119 |   900225      0 |      150 |        0
1791.97/1792.33	c 1777s |      12 |   330530 |    34319 |   900225      0 |      150 |        0
1794.88/1795.21	c 1780s |      12 |   331232 |    34419 |   900225      0 |      150 |        0
1798.57/1798.95	c 1783s |      12 |   331875 |    34519 |   900225      0 |      150 |        0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

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

pid=23102
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.17 2.11 2.04 3/179 23105
/proc/meminfo: memFree=30371860/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=523708 CPUtime=0 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 1919 0 0 0 0 0 0 0 20 0 4 0 114925034 536276992 2279 33554432000 4194304 16246674 140734622690240 140734622689664 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 131695 2289 441 2943 0 128589 0
[pid=23105/tid=23106] ppid=23102 vsize=542140 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 555151360 2349 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=546236 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114925035 559345664 2367 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=550332 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114925035 563539968 2383 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100184 s]
/proc/loadavg: 2.17 2.11 2.04 3/179 23105
/proc/meminfo: memFree=30371860/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 31429 0 0 0 5 4 0 0 20 0 4 0 114925034 1334382592 31728 33554432000 4194304 16246674 140734622690240 140734622689552 8055525 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 325777 31743 799 2943 0 322671 0
[pid=23105/tid=23106] ppid=23102 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 1334382592 31755 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114925035 1334382592 31766 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114925035 1334382592 31777 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200541 s]
/proc/loadavg: 2.17 2.11 2.04 3/179 23105
/proc/meminfo: memFree=30371860/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=1313348 CPUtime=0.18 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 41300 0 0 0 13 5 0 0 20 0 4 0 114925034 1344868352 42109 33554432000 4194304 16246674 140734622690240 140734622689552 7367942 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 328337 42109 799 2943 0 325231 0
[pid=23105/tid=23106] ppid=23102 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 1344868352 42109 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114925035 1344868352 42109 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114925035 1344868352 42109 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1313348

[startup+0.30051 s]
/proc/loadavg: 2.17 2.11 2.04 3/179 23105
/proc/meminfo: memFree=30371860/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=1313348 CPUtime=0.28 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 50925 0 0 0 22 6 0 0 20 0 4 0 114925034 1344868352 51734 33554432000 4194304 16246674 140734622690240 140734622689552 7377837 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 328337 51749 800 2943 0 325231 0
[pid=23105/tid=23106] ppid=23102 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 1344868352 51760 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114925035 1344868352 51762 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114925035 1344868352 51762 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.70041 s]
/proc/loadavg: 2.17 2.11 2.04 3/179 23105
/proc/meminfo: memFree=30371860/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 64752 0 0 0 60 9 0 0 20 0 4 0 114925034 1344868352 65561 33554432000 4194304 16246674 140734622690240 140734622673232 4207600 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 328337 65561 802 2943 0 325231 0
[pid=23105/tid=23106] ppid=23102 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 1344868352 65561 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114925035 1344868352 65561 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114925035 1344868352 65561 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50043 s]
/proc/loadavg: 2.17 2.11 2.04 3/183 23109
/proc/meminfo: memFree=30040744/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=1313348 CPUtime=1.48 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 84623 0 0 0 136 12 0 0 20 0 4 0 114925034 1344868352 85432 33554432000 4194304 16246674 140734622690240 140734622689336 4220871 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 328337 85432 802 2943 0 325231 0
[pid=23105/tid=23106] ppid=23102 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 1344868352 85432 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114925035 1344868352 85432 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114925035 1344868352 85432 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1313348

[startup+3.10041 s]
/proc/loadavg: 2.17 2.11 2.04 3/183 23109
/proc/meminfo: memFree=29903152/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=1337924 CPUtime=3.09 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 156529 0 0 0 286 23 0 0 20 0 4 0 114925034 1370034176 162448 33554432000 4194304 16246674 140734622690240 140734622673232 4220489 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 334481 162448 802 2943 0 331375 0
[pid=23105/tid=23106] ppid=23102 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 1370034176 162448 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114925035 1370034176 162448 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114925035 1370034176 162448 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.16 2.10 2.04 4/183 23109
/proc/meminfo: memFree=29422724/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=1411652 CPUtime=6.29 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 255192 0 0 0 593 36 0 0 20 0 4 0 114925034 1445531648 274397 33554432000 4194304 16246674 140734622690240 140734622689552 6165386 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 352913 274397 840 2943 0 349807 0
[pid=23105/tid=23106] ppid=23102 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 1445531648 274397 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 1445531648 274397 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 1445531648 274397 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1411652

[startup+12.7004 s]
/proc/loadavg: 2.22 2.12 2.05 3/183 23109
/proc/meminfo: memFree=29196472/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=1411652 CPUtime=12.68 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 275149 0 0 0 1229 39 0 0 20 0 4 0 114925034 1445531648 294354 33554432000 4194304 16246674 140734622690240 140734622688128 12368701 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 352913 294354 846 2943 0 349807 0
[pid=23105/tid=23106] ppid=23102 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 1445531648 294354 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 1445531648 294354 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 1445531648 294354 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1411652

[startup+25.5005 s]
/proc/loadavg: 2.25 2.13 2.05 3/183 23109
/proc/meminfo: memFree=28810000/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=1797700 CPUtime=25.48 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 371708 0 0 0 2497 51 0 0 20 0 4 0 114925034 1840844800 390913 33554432000 4194304 16246674 140734622690240 140734622672128 13906983 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 449425 390913 892 2943 0 446319 0
[pid=23105/tid=23106] ppid=23102 vsize=1797700 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 1840844800 390913 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=1797700 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 1840844800 390913 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=1797700 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 1840844800 390913 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1797700

[startup+51.1005 s]
/proc/loadavg: 2.16 2.12 2.05 3/183 23109
/proc/meminfo: memFree=28423964/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=2184772 CPUtime=51.08 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 468261 0 0 0 5042 66 0 0 20 0 4 0 114925034 2237206528 487466 33554432000 4194304 16246674 140734622690240 140734622689416 5717462 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 546193 487466 895 2943 0 543087 0
[pid=23105/tid=23106] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487466 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487466 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487466 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2184772

[startup+102.301 s]
/proc/loadavg: 2.14 2.11 2.05 3/183 23110
/proc/meminfo: memFree=28422508/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=2184772 CPUtime=102.28 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 468479 0 0 0 10162 66 0 0 20 0 4 0 114925034 2237206528 487684 33554432000 4194304 16246674 140734622690240 140734622672128 4220912 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 546193 487684 895 2943 0 543087 0
[pid=23105/tid=23106] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487684 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487684 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487684 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2184772


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

/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 2184772

[startup+1302.3 s]
/proc/loadavg: 2.02 2.05 2.03 3/183 23189
/proc/meminfo: memFree=27554280/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=2184772 CPUtime=1302.04 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 468570 0 0 0 130126 78 0 0 20 0 4 0 114925034 2237206528 487688 33554432000 4194304 16246674 140734622690240 140734622689416 5659576 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 546193 487688 896 2943 0 543087 0
[pid=23105/tid=23106] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 2184772

[startup+1362.3 s]
/proc/loadavg: 2.11 2.07 2.04 3/183 23191
/proc/meminfo: memFree=27554068/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=2184772 CPUtime=1362.03 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 468571 0 0 0 136117 86 0 0 20 0 4 0 114925034 2237206528 487688 33554432000 4194304 16246674 140734622690240 140734622672128 5600384 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 546193 487688 896 2943 0 543087 0
[pid=23105/tid=23106] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 2184772

[startup+1422.3 s]
/proc/loadavg: 2.08 2.07 2.04 3/183 23192
/proc/meminfo: memFree=27553620/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=2184772 CPUtime=1422.03 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 468571 0 0 0 142116 87 0 0 20 0 4 0 114925034 2237206528 487688 33554432000 4194304 16246674 140734622690240 140734622672128 5600384 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 546193 487688 896 2943 0 543087 0
[pid=23105/tid=23106] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 2184772

[startup+1482.3 s]
/proc/loadavg: 2.07 2.07 2.04 3/183 23193
/proc/meminfo: memFree=27553420/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=2184772 CPUtime=1482.02 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 468571 0 0 0 148115 87 0 0 20 0 4 0 114925034 2237206528 487688 33554432000 4194304 16246674 140734622690240 140734622672128 5600080 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 546193 487688 896 2943 0 543087 0
[pid=23105/tid=23106] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 2184772

[startup+1542.31 s]
/proc/loadavg: 2.06 2.07 2.04 3/184 23197
/proc/meminfo: memFree=27553308/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=2184772 CPUtime=1542.02 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 468571 0 0 0 154115 87 0 0 20 0 4 0 114925034 2237206528 487688 33554432000 4194304 16246674 140734622690240 140734622672128 5822298 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 546193 487688 896 2943 0 543087 0
[pid=23105/tid=23106] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 2184772

[startup+1602.3 s]
/proc/loadavg: 2.07 2.07 2.04 3/183 23198
/proc/meminfo: memFree=27553772/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=2184772 CPUtime=1602 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 468571 0 0 0 160113 87 0 0 20 0 4 0 114925034 2237206528 487688 33554432000 4194304 16246674 140734622690240 140734622672128 12415766 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 546193 487688 896 2943 0 543087 0
[pid=23105/tid=23106] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 2184772

[startup+1662.3 s]
/proc/loadavg: 2.03 2.05 2.03 3/183 23200
/proc/meminfo: memFree=27553460/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=2184772 CPUtime=1661.99 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 468571 0 0 0 166112 87 0 0 20 0 4 0 114925034 2237206528 487688 33554432000 4194304 16246674 140734622690240 140734622672128 5600232 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 546193 487688 896 2943 0 543087 0
[pid=23105/tid=23106] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 2184772

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.03 3/183 23201
/proc/meminfo: memFree=27553476/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=2184772 CPUtime=1721.98 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 468571 0 0 0 172111 87 0 0 20 0 4 0 114925034 2237206528 487688 33554432000 4194304 16246674 140734622690240 140734622672128 5600380 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 546193 487688 896 2943 0 543087 0
[pid=23105/tid=23106] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 2184772

[startup+1782.3 s]
/proc/loadavg: 2.17 2.09 2.04 3/183 23202
/proc/meminfo: memFree=27553148/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=2184772 CPUtime=1781.97 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 468571 0 0 0 178109 88 0 0 20 0 4 0 114925034 2237206528 487688 33554432000 4194304 16246674 140734622690240 140734622688128 5601643 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 546193 487688 896 2943 0 543087 0
[pid=23105/tid=23106] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 2184772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.21 2.10 2.04 3/183 23202
/proc/meminfo: memFree=27553484/32872528 swapFree=11196/354588
[pid=23105] ppid=23102 vsize=2184772 CPUtime=1800.07 cores=0,2,4,6
/proc/23105/stat : 23105 (toysat) R 23102 23105 21010 0 -1 4202496 468571 0 0 0 179919 88 0 0 20 0 4 0 114925034 2237206528 487688 33554432000 4194304 16246674 140734622690240 140734622672128 5600808 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23105/statm: 546193 487688 896 2943 0 543087 0
[pid=23105/tid=23106] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23106/stat : 23106 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597075619056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23105/tid=23107] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (toysat) S 23102 23105 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597065129200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23105/tid=23108] ppid=23102 vsize=2184772 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (toysat) S 23102 23105 21010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 114925035 2237206528 487688 33554432000 4194304 16246674 140734622690240 140597054655664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2184772

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.2
CPU system time (s): 0.882865
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 2184772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.882865
maximum resident set size= 1950752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468571
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= 133
involuntary context switches= 1841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.92425 second user time and 6.598 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-07 22:05:16
IDJOB=4079425
IDBENCH=92711
IDSOLVER=2542
FILE ID=node126/4079425-1465329915
RUNJOBID= node126-1465306898-21026
PBS_JOBID= 19849495
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_8_mh.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079425-1465329915/watcher-4079425-1465329915 -o /tmp/evaluation-result-4079425-1465329915/solver-4079425-1465329915 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465306898-21026 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079425-1465329915.opb

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

MD5SUM BENCH= 8a0357f27d5f5de0e126f33d36b976d2
RANDOM SEED=1445826197

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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:        30372140 kB
Buffers:           37056 kB
Cached:           256204 kB
SwapCached:         2088 kB
Active:          1264036 kB
Inactive:         145220 kB
Active(anon):    1113756 kB
Inactive(anon):     4628 kB
Active(file):     150280 kB
Inactive(file):   140592 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:             41920 kB
Writeback:            12 kB
AnonPages:       1470236 kB
Mapped:            10688 kB
Shmem:                 0 kB
Slab:             601280 kB
SReclaimable:      45244 kB
SUnreclaim:       556036 kB
KernelStack:        1480 kB
PageTables:         6956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1611800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1226752 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= 71660 MiB
End job on node126 at 2016-06-07 22:35:16