Trace number 4100825

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-standgub.opb
MD5SUMbe7d2de9880253117af16fa9444a1c79
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 variables33244
Total number of constraints456
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints456
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 86232
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524437
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 542229
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-18T04:59:08+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-4100825-1466218748.opb"]
0.00/0.01	c use --random-gen="4070043086 288416539 2411080162 339658192 1610392945 1191944400 1053306081 2242955159 2134041675 3096242405 1051745181 1092875810 1315862559 891833049 2302252638 2286243839 738886496 3071945688 1252405759 2915542265 3630603091 2810116550 1496049873 1981172523 2827467450 1296181573 206569598 2004510037 2767040767 2348036560 4210645951 3803301878 1109285139 3337146618 344160296 923569295 4178436482 1218296457 3849673022 3655415032 1695496378 3856483652 3011670225 3584915753 2192353891 440661946 2724973743 2963918315 3556421849 2092648535 1143513780 4268331705 4190467972 2910900855 2657097088 2916255248 3128598569 3267714218 1031874096 3525708653 1014789281 3224926461 1864041066 4185295608 1858726440 2051964534 4014432290 3499109509 3916127626 879016343 2618398891 1015880755 491169930 3327044637 29993265 1796531402 3012391365 1762729767 2582471531 2141008095 1425729850 4186016856 1830244338 1038560469 2802992825 2712661663 3204389096 3449288761 1004893797 4146206557 1516130072 638147621 4229917439 1597447920 267665208 1874374805 3865818644 798660779 1971015690 153207887 4166428566 1431781629 1597579915 1678723683 1555772129 1864791195 1486434090 1573174488 1772298950 292235177 3064403 389846798 2137961177 3897610536 1094564664 4250066623 969827918 4097816873 2120924914 1344599034 2199499534 3881618394 895370466 3453040581 2316591311 3036464748 2761564639 3031842901 2186532885 434449712 1186722885 1759800370 2230003664 4008178499 249662276 2354243406 3838693313 1881930348 760205162 2806495403 741194608 231580693 3870043314 1262647710 2075678757 1178713063 4095122991 1005496970 3269153610 3512468508 3309845886 1996474206 3441229564 206262567 1369524583 3920193071 3959887837 2267542815 3180674932 2820323985 1961722602 1465077775 2467377006 3260373818 1611611668 1676853496 3128703686 884317070 1577328589 793032678 3785183731 2057546307 2534048006 2873916391 3430305198 1514645842 1368580126 3928656231 1210943134 3083493147 1238541650 3572440026 3010933947 4151084820 1885296700 4168705237 918631973 58649692 2612860653 2362892410 878125648 2333457767 3762981163 1517668934 1978867886 1938479472 383292977 93496855 2439638148 2163345287 3537999376 2880460441 1782127648 2139908206 3737357741 3387667417 3878431505 2062378069 725946488 1843480598 3434331447 2296713315 3933631137 124205675 3164093428 191752958 1889405321 2400410013 152629958 600308906 3908010991 3984777589 2342177105 1315607593 3067882899 800770888 275977362 1553779089 2107218485 1521544117 3676418498 1112784350 373853276 62352724 1101858262 1116380697 3064739504 2147137121 3526655662 4264710466 3577766917 3809588125 1382897306 1834525310 3796698637 3695890153 4048264646 143724397 1709770190 274267452 3423088394 21129066 762936074 2873236842 2484272763 2615552110 255 362436" option to reproduce the execution
0.09/0.19	c #vars 33244
0.09/0.19	c #constraints 456
0.69/0.80	c BCD2: Hardening is enabled.
0.69/0.80	c BCD2: BiasedSearch is enabled.
0.69/0.80	c Solving starts ...
0.92/0.94	c ============================[ Search Statistics ]============================
0.92/0.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.92/0.94	c       |         |          |          |    Limit     GC | Var      | Constra 
0.92/0.94	c =============================================================================
0.92/0.94	c  0.0s |       0 |        0 |        0 |    11285      0 |    13705 |        0
0.92/0.94	c  0.1s |       1 |      615 |      100 |    11285      0 |    13707 |       32
2.09/2.16	c  1.3s |       2 |     2290 |      250 |    12414      0 |    13707 |       32
2.89/2.92	c  2.1s |       3 |     2693 |      475 |    13656      0 |    13707 |       32
3.69/3.73	c  2.9s |       4 |     4545 |      813 |    15022      0 |    13708 |       32
3.89/3.98	c  3.2s |       5 |     5123 |     1320 |    16525      0 |    13708 |       32
4.09/4.18	c  3.4s |       6 |     5948 |     2081 |    19996      0 |    13708 |       32
4.50/4.58	c  3.8s |       7 |     9753 |     3223 |    21996      0 |    13708 |       32
5.60/5.64	c  4.8s |       8 |    16759 |     4936 |    24196      0 |    13708 |       32
6.59/6.69	c  5.9s |       9 |    19655 |     7506 |    26616      0 |    13708 |       32
8.69/8.71	c  7.9s |       9 |    25604 |    10806 |    26616      0 |    13708 |       32
9.08/9.10	c  8.3s |      10 |    26349 |    11361 |    29278      0 |    13708 |       32
11.09/11.13	c 10.3s |      10 |    33878 |    15061 |    29278      0 |    13708 |       32
12.29/12.36	c 11.5s |      11 |    36844 |    17144 |    32206      0 |    13708 |       32
14.28/14.36	c 13.6s |      11 |    44785 |    23644 |    32206      0 |    13715 |       32
14.88/14.92	c 14.1s |      12 |    47538 |    25819 |    35427      0 |    13715 |       32
16.88/16.92	c 16.1s |      12 |    55868 |    28319 |    35427      0 |    13716 |       32
18.89/18.96	c 18.1s |      12 |    61002 |    32019 |    35427      0 |    13716 |       32
21.00/21.04	c 20.2s |      12 |    64788 |    35019 |    35427      0 |    13716 |       32
23.09/23.13	c 22.3s |      12 |    68885 |    37919 |    35427      0 |    13716 |       32
23.69/23.79	c 23.0s |      13 |    70235 |    38832 |    38970      0 |    13716 |       32
25.79/25.85	c 25.0s |      13 |    79617 |    41832 |    38970      0 |    13716 |       32
27.79/27.87	c 27.1s |      13 |    87787 |    44632 |    38970      0 |    13716 |       32
29.90/29.93	c 29.1s |      13 |    90500 |    47332 |    38970      0 |    13716 |       32
32.00/32.02	c 31.2s |      13 |    94210 |    49832 |    38970      0 |    13716 |       32
34.09/34.11	c 33.3s |      13 |    98197 |    52032 |    38970      0 |    13716 |       32
36.09/36.19	c 35.4s |      13 |   101089 |    54032 |    38970      0 |    13716 |       32
38.19/38.21	c 37.4s |      13 |   104317 |    55932 |    38970      0 |    13716 |       32
40.19/40.26	c 39.4s |      13 |   107669 |    57732 |    38970      0 |    13716 |       32
40.98/41.01	c 40.2s |      14 |   108897 |    58352 |    42867      0 |    13716 |       32
42.99/43.03	c 42.2s |      14 |   128096 |    62452 |    42867      1 |    13717 |       32
44.98/45.07	c 44.3s |      14 |   132235 |    66252 |    42867      1 |    13717 |       32
46.98/47.08	c 46.3s |      14 |   135638 |    69452 |    42867      1 |    13717 |       32
48.98/49.10	c 48.3s |      14 |   139498 |    72852 |    42867      1 |    13717 |       32
51.08/51.16	c 50.3s |      14 |   143399 |    76152 |    42867      1 |    13717 |       32
53.18/53.21	c 52.4s |      14 |   146460 |    78852 |    42867      1 |    13717 |       32
55.19/55.27	c 54.5s |      14 |   148848 |    80952 |    42867      1 |    13717 |       32
57.29/57.33	c 56.5s |      14 |   151587 |    83252 |    42867      1 |    13717 |       32
62.18/62.23	c 61.4s |      14 |   156146 |    85452 |    42867      1 |    13717 |       32
65.68/65.76	c 64.9s |      14 |   158270 |    85552 |    42867      1 |    13717 |       32
71.07/71.17	c 70.4s |      14 |   158340 |    85652 |    42867      1 |    13717 |       32
75.07/75.10	c 74.3s |      14 |   159144 |    85752 |    42867      1 |    13717 |       32
82.07/82.10	c 81.3s |      14 |   159400 |    85852 |    42867      1 |    13717 |       32
87.37/87.41	c 86.6s |      14 |   160564 |    85952 |    42867      1 |    13717 |       32
94.07/94.11	c 93.3s |      14 |   162089 |    86052 |    42867      1 |    13717 |       32
97.98/98.05	c 97.2s |      14 |   163035 |    86152 |    42867      1 |    13717 |       32
102.47/102.55	c  101s |      14 |   165113 |    86252 |    42867      1 |    13717 |       32
110.66/110.74	c  109s |      14 |   167242 |    86352 |    42867      1 |    13717 |       32
115.57/115.67	c  114s |      14 |   168887 |    86452 |    42867      1 |    13717 |       32
121.16/121.29	c  120s |      14 |   170912 |    86552 |    42867      1 |    13717 |       32
124.85/124.99	c  124s |      14 |   171073 |    86652 |    42867      1 |    13717 |       32
130.35/130.40	c  129s |      14 |   171262 |    86752 |    42867      1 |    13717 |       32
135.95/136.01	c  135s |      14 |   173191 |    86852 |    42867      1 |    13717 |       32
140.85/140.95	c  140s |      14 |   175751 |    86952 |    42867      1 |    13717 |       32
144.84/144.98	c  144s |      14 |   175858 |    87052 |    47154      1 |    13717 |       32
148.94/149.09	c  148s |      14 |   176443 |    87152 |    47154      1 |    13717 |       32
155.74/155.81	c  154s |      14 |   176443 |    87252 |    47154      1 |    13717 |       32
159.65/159.75	c  158s |      14 |   178917 |    87352 |    47154      1 |    13717 |       32
165.54/165.61	c  164s |      14 |   179157 |    87452 |    47154      1 |    13717 |       32
171.64/171.77	c  170s |      14 |   180803 |    87552 |    47154      1 |    13717 |       32
176.64/176.73	c  175s |      15 |   181292 |    87632 |    47154      1 |    13717 |       32
179.93/180.03	c  179s |      15 |   185007 |    87732 |    47154      1 |    13717 |       32
182.83/182.93	c  182s |      15 |   186050 |    87832 |    47154      1 |    13717 |       32
185.63/185.70	c  184s |      15 |   186319 |    87932 |    47154      1 |    13717 |       32
188.14/188.30	c  187s |      15 |   186553 |    88032 |    47154      1 |    13717 |       32
190.23/190.36	c  189s |      15 |   186653 |    88132 |    47154      1 |    13717 |       32
192.64/192.72	c  191s |      15 |   186857 |    88232 |    47154      1 |    13717 |       32
195.33/195.50	c  194s |      15 |   187172 |    88332 |    47154      1 |    13717 |       32
197.93/198.04	c  197s |      15 |   187306 |    88432 |    47154      1 |    13717 |       32
200.83/200.92	c  200s |      15 |   187525 |    88532 |    47154      1 |    13717 |       32
203.33/203.42	c  202s |      15 |   187851 |    88632 |    47154      1 |    13717 |       32
205.53/205.69	c  204s |      15 |   188002 |    88732 |    47154      1 |    13717 |       32
208.23/208.38	c  207s |      15 |   188235 |    88832 |    47154      1 |    13717 |       32
210.92/211.08	c  210s |      15 |   188411 |    88932 |    47154      1 |    13717 |       32
213.53/213.66	c  212s |      15 |   188566 |    89032 |    47154      1 |    13717 |       32
215.92/216.01	c  215s |      15 |   188719 |    89132 |    47154      1 |    13717 |       32
218.42/218.52	c  217s |      15 |   188877 |    89232 |    47154      1 |    13717 |       32
221.13/221.27	c  220s |      15 |   189226 |    89332 |    47154      1 |    13717 |       32
223.62/223.77	c  222s |      15 |   189465 |    89432 |    47154      1 |    13717 |       32
226.32/226.46	c  225s |      15 |   189621 |    89532 |    47154      1 |    13717 |       32
228.93/229.05	c  228s |      15 |   189768 |    89632 |    47154      1 |    13717 |       32
231.71/231.86	c  231s |      15 |   190008 |    89732 |    47154      1 |    13717 |       32
234.11/234.23	c  233s |      15 |   190193 |    89832 |    47154      1 |    13717 |       32
236.71/236.81	c  235s |      15 |   190340 |    89932 |    47154      1 |    13717 |       32
239.21/239.31	c  238s |      15 |   190570 |    90032 |    47154      1 |    13717 |       32
241.61/241.77	c  240s |      15 |   190696 |    90132 |    47154      1 |    13717 |       32
244.41/244.52	c  243s |      15 |   190982 |    90232 |    47154      1 |    13717 |       32
247.11/247.20	c  246s |      15 |   191190 |    90332 |    47154      1 |    13717 |       32
249.82/249.91	c  249s |      15 |   191440 |    90432 |    47154      1 |    13717 |       32
252.41/252.54	c  251s |      15 |   191668 |    90532 |    47154      1 |    13717 |       32
254.81/254.99	c  254s |      15 |   191862 |    90632 |    47154      1 |    13717 |       32
257.61/257.73	c  256s |      15 |   192280 |    90732 |    47154      1 |    13717 |       32
259.81/259.90	c  259s |      15 |   192439 |    90832 |    47154      1 |    13717 |       32
262.71/262.87	c  262s |      15 |   192617 |    90932 |    47154      1 |    13717 |       32
264.91/265.03	c  264s |      15 |   192748 |    91032 |    47154      1 |    13717 |       32
267.42/267.53	c  266s |      15 |   192928 |    91132 |    47154      1 |    13717 |       32
269.81/269.98	c  269s |      15 |   193169 |    91232 |    47154      1 |    13717 |       32
272.11/272.25	c  271s |      15 |   193450 |    91332 |    47154      1 |    13717 |       32
274.81/274.94	c  274s |      15 |   193642 |    91432 |    47154      1 |    13717 |       32
277.40/277.56	c  276s |      15 |   193822 |    91532 |    47154      2 |    13717 |       32
279.51/279.64	c  278s |      15 |   193972 |    91632 |    47154      2 |    13717 |       32
281.80/281.96	c  281s |      15 |   194195 |    91732 |    47154      2 |    13717 |       32
284.00/284.17	c  283s |      15 |   194331 |    91832 |    47154      2 |    13717 |       32
286.30/286.47	c  285s |      15 |   194629 |    91932 |    47154      2 |    13717 |       32
288.90/289.08	c  288s |      15 |   194972 |    92032 |    47154      2 |    13717 |       32
291.70/291.84	c  291s |      15 |   195258 |    92132 |    47154      2 |    13717 |       32
294.60/294.72	c  293s |      15 |   195723 |    92232 |    47154      2 |    13717 |       32
297.20/297.39	c  296s |      15 |   196151 |    92332 |    47154      2 |    13717 |       32
299.80/299.96	c  299s |      15 |   196480 |    92432 |    47154      2 |    13717 |       32
302.30/302.43	c  301s |      15 |   196668 |    92532 |    47154      2 |    13717 |       32
304.70/304.81	c  303s |      15 |   196815 |    92632 |    47154      2 |    13717 |       32
307.10/307.27	c  306s |      15 |   196969 |    92732 |    47154      2 |    13717 |       32
309.50/309.67	c  308s |      15 |   197160 |    92832 |    47154      2 |    13717 |       32
311.89/312.04	c  311s |      15 |   197370 |    92932 |    47154      2 |    13717 |       32
314.29/314.43	c  313s |      15 |   197509 |    93032 |    47154      2 |    13717 |       32
316.99/317.13	c  316s |      15 |   197753 |    93132 |    47154      2 |    13717 |       32
319.19/319.34	c  318s |      15 |   197940 |    93232 |    47154      2 |    13717 |       32
321.39/321.53	c  320s |      15 |   198103 |    93332 |    47154      2 |    13717 |       32
323.69/323.88	c  323s |      15 |   198337 |    93432 |    47154      2 |    13717 |       32
326.09/326.26	c  325s |      15 |   198443 |    93532 |    47154      2 |    13717 |       32
328.90/329.08	c  328s |      15 |   198640 |    93632 |    47154      2 |    13717 |       32
333.19/333.32	c  332s |      15 |   199028 |    93832 |    47154      2 |    13717 |       32
335.89/336.02	c  335s |      15 |   199210 |    93932 |    47154      2 |    13717 |       32
338.39/338.53	c  337s |      15 |   199464 |    94032 |    47154      2 |    13717 |       32
340.89/341.07	c  340s |      15 |   199633 |    94132 |    47154      2 |    13717 |       32
343.49/343.63	c  342s |      15 |   199841 |    94232 |    47154      2 |    13717 |       32
345.99/346.19	c  345s |      15 |   199983 |    94332 |    47154      2 |    13717 |       32
348.69/348.87	c  348s |      15 |   200114 |    94432 |    47154      2 |    13717 |       32
350.89/351.10	c  350s |      15 |   200273 |    94532 |    47154      2 |    13717 |       32
353.68/353.83	c  353s |      15 |   200509 |    94632 |    47154      2 |    13717 |       32
356.18/356.36	c  355s |      15 |   200683 |    94732 |    47154      2 |    13717 |       32
358.69/358.82	c  358s |      15 |   200889 |    94832 |    47154      2 |    13717 |       32
361.28/361.45	c  360s |      15 |   201037 |    94932 |    47154      2 |    13717 |       32
363.48/363.67	c  362s |      15 |   201212 |    95032 |    47154      2 |    13717 |       32
365.88/366.09	c  365s |      15 |   201407 |    95132 |    47154      2 |    13717 |       32
368.28/368.47	c  367s |      15 |   201651 |    95232 |    47154      2 |    13717 |       32
370.58/370.77	c  369s |      15 |   201868 |    95332 |    47154      2 |    13717 |       32
373.08/373.22	c  372s |      15 |   202094 |    95432 |    47154      2 |    13717 |       32
375.68/375.88	c  375s |      15 |   202323 |    95532 |    47154      2 |    13717 |       32
378.38/378.59	c  377s |      15 |   202429 |    95632 |    47154      2 |    13717 |       32
381.08/381.26	c  380s |      15 |   202603 |    95732 |    47154      2 |    13717 |       32
383.68/383.85	c  383s |      15 |   202725 |    95832 |    47154      2 |    13717 |       32
386.18/386.36	c  385s |      15 |   202931 |    95932 |    47154      2 |    13717 |       32
388.78/388.90	c  388s |      15 |   203239 |    96032 |    47154      2 |    13717 |       32
391.17/391.37	c  390s |      15 |   203472 |    96132 |    47154      2 |    13717 |       32
393.88/394.07	c  393s |      15 |   203765 |    96232 |    47154      2 |    13717 |       32
396.17/396.31	c  395s |      15 |   203903 |    96332 |    47154      2 |    13717 |       32
398.87/399.04	c  398s |      15 |   204246 |    96432 |    47154      2 |    13717 |       32
401.48/401.63	c  400s |      15 |   204396 |    96532 |    47154      2 |    13717 |       32
404.07/404.22	c  403s |      15 |   204493 |    96632 |    47154      2 |    13717 |       32
406.17/406.38	c  405s |      15 |   204613 |    96732 |    47154      2 |    13717 |       32
408.97/409.15	c  408s |      15 |   204821 |    96832 |    47154      2 |    13717 |       32
411.67/411.87	c  411s |      15 |   205113 |    96932 |    47154      2 |    13717 |       32
414.17/414.37	c  413s |      15 |   205238 |    97032 |    47154      2 |    13717 |       32
416.57/416.70	c  415s |      15 |   205411 |    97132 |    47154      2 |    13717 |       32
419.17/419.37	c  418s |      15 |   205583 |    97232 |    47154      2 |    13717 |       32
422.26/422.42	c  421s |      15 |   205745 |    97332 |    47154      2 |    13717 |       32
424.67/424.82	c  424s |      15 |   205916 |    97432 |    47154      2 |    13717 |       32
427.16/427.37	c  426s |      15 |   206149 |    97532 |    47154      2 |    13717 |       32
429.76/429.91	c  429s |      15 |   206362 |    97632 |    47154      2 |    13717 |       32
432.06/432.27	c  431s |      15 |   206548 |    97732 |    47154      2 |    13717 |       32
434.86/435.00	c  434s |      15 |   206817 |    97832 |    47154      2 |    13717 |       32
437.26/437.45	c  436s |      15 |   206985 |    97932 |    47154      2 |    13717 |       32
439.66/439.89	c  439s |      15 |   207126 |    98032 |    47154      2 |    13717 |       32
441.96/442.18	c  441s |      15 |   207281 |    98132 |    47154      2 |    13717 |       32
444.66/444.84	c  444s |      15 |   207401 |    98232 |    47154      2 |    13717 |       32
447.06/447.26	c  446s |      15 |   207662 |    98332 |    47154      2 |    13717 |       32
449.76/449.92	c  449s |      15 |   207839 |    98432 |    47154      2 |    13717 |       32
452.26/452.47	c  451s |      15 |   207988 |    98532 |    47154      2 |    13717 |       32
454.95/455.11	c  454s |      15 |   208141 |    98632 |    47154      2 |    13717 |       32
457.56/457.76	c  456s |      15 |   208387 |    98732 |    47154      2 |    13717 |       32
460.35/460.54	c  459s |      15 |   208612 |    98832 |    47154      2 |    13717 |       32
462.85/463.05	c  462s |      15 |   208899 |    98932 |    47154      2 |    13717 |       32
465.65/465.86	c  465s |      15 |   209276 |    99032 |    47154      2 |    13717 |       32
468.35/468.54	c  467s |      15 |   209546 |    99132 |    47154      2 |    13717 |       32
470.86/471.04	c  470s |      15 |   209783 |    99232 |    47154      2 |    13717 |       32
473.15/473.32	c  472s |      15 |   209994 |    99332 |    47154      2 |    13717 |       32
475.85/476.09	c  475s |      15 |   210271 |    99432 |    47154      2 |    13717 |       32
478.75/478.90	c  478s |      15 |   210892 |    99532 |    47154      2 |    13717 |       32
481.45/481.69	c  480s |      15 |   211252 |    99632 |    47154      2 |    13717 |       32
483.95/484.20	c  483s |      15 |   211463 |    99732 |    47154      2 |    13717 |       32
486.65/486.85	c  486s |      15 |   211690 |    99832 |    47154      2 |    13717 |       32
489.04/489.26	c  488s |      15 |   211806 |    99932 |    47154      2 |    13717 |       32
491.75/491.92	c  491s |      15 |   211905 |   100032 |    47154      2 |    13717 |       32
493.95/494.18	c  493s |      15 |   212147 |   100132 |    47154      2 |    13717 |       32
496.24/496.44	c  495s |      15 |   212294 |   100232 |    47154      2 |    13717 |       32
498.64/498.83	c  498s |      15 |   212402 |   100332 |    47154      2 |    13717 |       32
501.14/501.33	c  500s |      15 |   212500 |   100432 |    47154      2 |    13717 |       32
504.04/504.21	c  503s |      15 |   212715 |   100532 |    47154      2 |    13717 |       32
506.34/506.53	c  505s |      15 |   212959 |   100632 |    47154      2 |    13717 |       32
508.63/508.85	c  508s |      15 |   213110 |   100732 |    47154      2 |    13717 |       32
510.93/511.14	c  510s |      15 |   213310 |   100832 |    47154      2 |    13717 |       32
513.13/513.36	c  512s |      15 |   213487 |   100932 |    47154      2 |    13717 |       32
515.73/515.99	c  515s |      15 |   213733 |   101032 |    47154      2 |    13717 |       32
518.23/518.41	c  517s |      15 |   213899 |   101132 |    47154      2 |    13717 |       32
520.43/520.67	c  519s |      15 |   214121 |   101232 |    47154      2 |    13717 |       32
522.93/523.19	c  522s |      15 |   214372 |   101332 |    47154      2 |    13717 |       32
526.63/526.83	c  526s |      15 |   214614 |   101532 |    47154      2 |    13717 |       32
529.03/529.23	c  528s |      15 |   214792 |   101632 |    47154      2 |    13717 |       32
531.23/531.44	c  530s |      15 |   214897 |   101732 |    47154      2 |    13717 |       32
533.82/534.04	c  533s |      15 |   215059 |   101832 |    47154      2 |    13717 |       32
536.22/536.47	c  535s |      15 |   215325 |   101932 |    47154      2 |    13717 |       32
539.03/539.29	c  538s |      15 |   215680 |   102032 |    47154      2 |    13717 |       32
541.23/541.46	c  540s |      15 |   215783 |   102132 |    47154      2 |    13717 |       32
543.62/543.87	c  543s |      15 |   215979 |   102232 |    47154      2 |    13717 |       32
546.42/546.70	c  545s |      15 |   216177 |   102332 |    47154      2 |    13717 |       32
549.02/549.26	c  548s |      15 |   216454 |   102432 |    47154      2 |    13717 |       32
551.72/551.91	c  551s |      15 |   216629 |   102532 |    47154      2 |    13717 |       32
554.33/554.55	c  553s |      15 |   216929 |   102632 |    47154      2 |    13717 |       32
556.92/557.13	c  556s |      15 |   217109 |   102732 |    47154      2 |    13717 |       32
559.32/559.56	c  558s |      15 |   217303 |   102832 |    47154      2 |    13717 |       32
562.03/562.22	c  561s |      15 |   217502 |   102932 |    47154      2 |    13717 |       32
564.52/564.80	c  563s |      15 |   217710 |   103032 |    47154      2 |    13717 |       32
567.42/567.64	c  566s |      15 |   218019 |   103132 |    47154      2 |    13717 |       32
570.02/570.27	c  569s |      15 |   218316 |   103232 |    47154      2 |    13717 |       32
572.52/572.78	c  571s |      15 |   218595 |   103332 |    47154      2 |    13717 |       32
575.22/575.46	c  574s |      15 |   218870 |   103432 |    47154      2 |    13717 |       32
577.82/578.00	c  577s |      15 |   219154 |   103532 |    47154      2 |    13717 |       32
580.42/580.61	c  579s |      15 |   219366 |   103632 |    47154      2 |    13717 |       32
583.11/583.36	c  582s |      15 |   219658 |   103732 |    47154      2 |    13717 |       32
585.91/586.16	c  585s |      15 |   219864 |   103832 |    47154      2 |    13717 |       32
588.61/588.86	c  588s |      15 |   220108 |   103932 |    47154      2 |    13717 |       32
591.41/591.65	c  590s |      15 |   220497 |   104032 |    47154      2 |    13717 |       32
594.11/594.31	c  593s |      15 |   220907 |   104132 |    47154      2 |    13717 |       32
596.51/596.72	c  595s |      15 |   221039 |   104232 |    47154      2 |    13717 |       32
599.11/599.31	c  598s |      15 |   221218 |   104332 |    47154      2 |    13717 |       32
601.61/601.81	c  600s |      15 |   221536 |   104432 |    47154      2 |    13717 |       32
603.81/604.08	c  603s |      15 |   221722 |   104532 |    47154      2 |    13717 |       32
606.01/606.24	c  605s |      15 |   221868 |   104632 |    47154      2 |    13717 |       32
608.51/608.74	c  607s |      15 |   222046 |   104732 |    47154      2 |    13717 |       32
611.20/611.42	c  610s |      15 |   222261 |   104832 |    47154      2 |    13717 |       32
613.90/614.13	c  613s |      15 |   222557 |   104932 |    47154      2 |    13717 |       32
616.30/616.57	c  615s |      15 |   222726 |   105032 |    47154      2 |    13717 |       32
618.60/618.89	c  618s |      15 |   222902 |   105132 |    47154      2 |    13717 |       32
621.51/621.71	c  620s |      15 |   223234 |   105232 |    47154      2 |    13717 |       32
623.80/624.07	c  623s |      15 |   223532 |   105332 |    47154      2 |    13717 |       32
625.81/626.10	c  625s |      15 |   223645 |   105432 |    47154      2 |    13717 |       32
628.50/628.71	c  627s |      15 |   223804 |   105532 |    47154      2 |    13717 |       32
631.10/631.37	c  630s |      15 |   224186 |   105632 |    47154      2 |    13717 |       32
633.60/633.83	c  633s |      15 |   224324 |   105732 |    47154      2 |    13717 |       32
636.30/636.52	c  635s |      15 |   224450 |   105832 |    47154      2 |    13717 |       32
639.00/639.21	c  638s |      15 |   224670 |   105932 |    47154      2 |    13717 |       32
641.69/641.93	c  641s |      15 |   224928 |   106032 |    47154      2 |    13717 |       32
644.39/644.62	c  643s |      15 |   225071 |   106132 |    47154      2 |    13717 |       32
647.19/647.41	c  646s |      15 |   225246 |   106232 |    47154      2 |    13717 |       32
649.89/650.14	c  649s |      15 |   225459 |   106332 |    47154      2 |    13717 |       32
652.79/653.08	c  652s |      15 |   225897 |   106432 |    47154      2 |    13717 |       32
655.69/655.93	c  655s |      15 |   226294 |   106532 |    47154      2 |    13717 |       32
658.38/658.65	c  657s |      15 |   226621 |   106632 |    47154      2 |    13717 |       32
661.28/661.58	c  660s |      15 |   227022 |   106732 |    47154      2 |    13717 |       32
664.18/664.42	c  663s |      15 |   227342 |   106832 |    47154      2 |    13717 |       32
666.68/666.98	c  666s |      15 |   227559 |   106932 |    47154      2 |    13717 |       32
669.58/669.83	c  669s |      15 |   227912 |   107032 |    47154      2 |    13717 |       32
672.28/672.60	c  671s |      15 |   228120 |   107132 |    47154      2 |    13717 |       32
675.18/675.40	c  674s |      15 |   228412 |   107232 |    47154      2 |    13717 |       32
677.98/678.23	c  677s |      15 |   228583 |   107332 |    47154      2 |    13717 |       32
680.18/680.46	c  679s |      15 |   228779 |   107432 |    47154      2 |    13717 |       32
682.77/683.01	c  682s |      15 |   228946 |   107532 |    47154      2 |    13717 |       32
685.47/685.80	c  684s |      15 |   229113 |   107632 |    47154      2 |    13717 |       32
688.07/688.35	c  687s |      15 |   229285 |   107732 |    47154      2 |    13717 |       32
690.57/690.82	c  690s |      15 |   229397 |   107832 |    47154      2 |    13717 |       32
693.27/693.52	c  692s |      15 |   229621 |   107932 |    47154      2 |    13717 |       32
695.77/696.06	c  695s |      15 |   229774 |   108032 |    47154      2 |    13717 |       32
698.27/698.58	c  697s |      15 |   229947 |   108132 |    47154      2 |    13717 |       32
700.77/701.05	c  700s |      15 |   230136 |   108232 |    47154      2 |    13717 |       32
703.27/703.56	c  702s |      15 |   230302 |   108332 |    47154      2 |    13717 |       32
705.87/706.11	c  705s |      15 |   230471 |   108432 |    47154      2 |    13717 |       32
711.67/711.90	c  711s |      15 |   231101 |   108532 |    47154      2 |    13717 |       32
723.07/723.36	c  722s |      15 |   231205 |   108632 |    47154      2 |    13717 |       32
733.46/733.80	c  732s |      15 |   231305 |   108732 |    47154      2 |    13717 |       32
742.56/742.88	c  742s |      15 |   231448 |   108832 |    47154      2 |    13717 |       32
754.76/755.04	c  754s |      15 |   231639 |   108932 |    47154      2 |    13717 |       32
766.67/766.95	c  766s |      15 |   231868 |   109032 |    47154      2 |    13717 |       32
779.06/779.37	c  778s |      15 |   232090 |   109132 |    47154      2 |    13717 |       32
793.35/793.69	c  792s |      15 |   232261 |   109232 |    47154      2 |    13717 |       32
810.66/810.92	c  810s |      15 |   232377 |   109332 |    47154      2 |    13717 |       32
825.35/825.61	c  824s |      15 |   232501 |   109432 |    47154      2 |    13717 |       32
839.95/840.22	c  839s |      15 |   232608 |   109532 |    47154      2 |    13717 |       32
852.15/852.46	c  851s |      15 |   232723 |   109632 |    47154      2 |    13717 |       32
862.84/863.10	c  862s |      15 |   232825 |   109732 |    47154      2 |    13717 |       32
873.35/873.65	c  872s |      15 |   232923 |   109832 |    47154      2 |    13717 |       32
884.54/884.80	c  883s |      15 |   233031 |   109932 |    47154      2 |    13717 |       32
897.24/897.58	c  896s |      15 |   233160 |   110032 |    47154      2 |    13717 |       32
911.24/911.54	c  910s |      15 |   233284 |   110132 |    47154      2 |    13717 |       32
928.93/929.21	c  928s |      15 |   233396 |   110232 |    47154      2 |    13717 |       32
947.53/947.84	c  947s |      15 |   233512 |   110332 |    47154      2 |    13717 |       32
965.63/965.95	c  965s |      15 |   233616 |   110432 |    47154      2 |    13717 |       32
982.82/983.17	c  982s |      15 |   233732 |   110532 |    47154      2 |    13717 |       32
993.52/993.86	c  993s |      15 |   233839 |   110632 |    47154      2 |    13717 |       32
1008.42/1008.79	c 1007s |      15 |   233999 |   110732 |    47154      2 |    13717 |       32
1023.62/1023.93	c 1023s |      15 |   234118 |   110832 |    47154      2 |    13717 |       32
1042.52/1042.85	c 1042s |      15 |   234238 |   110932 |    47154      2 |    13717 |       32
1060.61/1060.99	c 1060s |      15 |   234379 |   111032 |    47154      2 |    13717 |       32
1080.61/1080.91	c 1080s |      15 |   234494 |   111132 |    47154      2 |    13717 |       32
1099.11/1099.41	c 1098s |      15 |   234636 |   111232 |    47154      2 |    13717 |       32
1117.80/1118.10	c 1117s |      15 |   234782 |   111332 |    47154      2 |    13717 |       32
1136.40/1136.73	c 1135s |      15 |   234905 |   111432 |    47154      2 |    13717 |       32
1151.00/1151.30	c 1150s |      15 |   235072 |   111532 |    47154      2 |    13717 |       32
1163.71/1164.09	c 1163s |      15 |   235233 |   111632 |    47154      2 |    13717 |       32
1175.80/1176.13	c 1175s |      15 |   235339 |   111732 |    47154      2 |    13717 |       32
1188.90/1189.26	c 1188s |      15 |   235471 |   111832 |    47154      2 |    13717 |       32
1201.99/1202.36	c 1201s |      15 |   235587 |   111932 |    47154      2 |    13717 |       32
1216.89/1217.25	c 1216s |      15 |   235695 |   112032 |    47154      2 |    13717 |       32
1230.49/1230.85	c 1230s |      15 |   235850 |   112132 |    47154      2 |    13717 |       32
1245.18/1245.57	c 1244s |      15 |   235951 |   112232 |    47154      2 |    13717 |       32
1260.98/1261.38	c 1260s |      15 |   236067 |   112332 |    47154      2 |    13717 |       32
1277.08/1277.47	c 1276s |      15 |   236189 |   112432 |    47154      2 |    13717 |       32
1294.08/1294.41	c 1293s |      15 |   236301 |   112532 |    47154      2 |    13717 |       32
1313.97/1314.34	c 1313s |      15 |   236401 |   112632 |    47154      2 |    13717 |       32
1330.57/1330.99	c 1330s |      15 |   236519 |   112732 |    47154      2 |    13717 |       32
1349.17/1349.56	c 1348s |      15 |   236624 |   112832 |    47154      2 |    13717 |       32
1370.27/1370.62	c 1369s |      15 |   236721 |   112932 |    47154      2 |    13717 |       32
1389.46/1389.87	c 1389s |      15 |   236837 |   113032 |    47154      2 |    13717 |       32
1410.26/1410.67	c 1409s |      15 |   236953 |   113132 |    47154      2 |    13717 |       32
1422.36/1422.78	c 1421s |      15 |   237058 |   113232 |    47154      2 |    13717 |       32
1441.65/1442.00	c 1441s |      15 |   237197 |   113332 |    47154      2 |    13717 |       32
1457.26/1457.63	c 1456s |      15 |   237341 |   113432 |    47154      2 |    13717 |       32
1472.85/1473.28	c 1472s |      15 |   237469 |   113532 |    47154      2 |    13717 |       32
1486.96/1487.33	c 1486s |      15 |   237590 |   113632 |    47154      2 |    13717 |       32
1507.64/1508.00	c 1507s |      15 |   237696 |   113732 |    47154      2 |    13717 |       32
1526.04/1526.46	c 1525s |      15 |   237800 |   113832 |    47154      2 |    13717 |       32
1545.94/1546.37	c 1545s |      15 |   237896 |   113932 |    47154      2 |    13717 |       32
1562.44/1562.81	c 1561s |      15 |   238030 |   114032 |    47154      2 |    13717 |       32
1580.73/1581.20	c 1580s |      15 |   238189 |   114132 |    47154      2 |    13717 |       32
1597.13/1597.50	c 1596s |      15 |   238302 |   114232 |    47154      2 |    13717 |       32
1615.83/1616.20	c 1615s |      15 |   238433 |   114332 |    47154      2 |    13717 |       32
1633.43/1633.87	c 1633s |      15 |   238588 |   114432 |    47154      2 |    13717 |       32
1646.62/1647.09	c 1646s |      15 |   238737 |   114532 |    47154      2 |    13717 |       32
1662.82/1663.21	c 1662s |      15 |   238855 |   114632 |    47154      2 |    13717 |       32
1678.62/1679.09	c 1678s |      15 |   238974 |   114732 |    47154      2 |    13717 |       32
1694.92/1695.37	c 1694s |      15 |   239090 |   114832 |    47154      2 |    13717 |       32
1714.01/1714.44	c 1713s |      15 |   239208 |   114932 |    47154      2 |    13717 |       32
1731.71/1732.17	c 1731s |      15 |   239320 |   115032 |    47154      2 |    13717 |       32
1749.82/1750.27	c 1749s |      15 |   239445 |   115132 |    47154      2 |    13717 |       32
1766.81/1767.24	c 1766s |      15 |   239582 |   115232 |    47154      2 |    13717 |       32
1784.20/1784.65	c 1783s |      15 |   239712 |   115332 |    47154      2 |    13717 |       32

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

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

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


[startup+0 s]
/proc/loadavg: 2.29 2.29 2.27 3/179 18927
/proc/meminfo: memFree=26760328/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=632252 CPUtime=0 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 2341 0 0 0 0 0 0 0 20 0 4 0 23920326 647426048 3213 33554432000 4194304 16246674 140734602832528 140734602831952 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 158831 3224 441 2943 0 155725 0
[pid=18927/tid=18928] ppid=18924 vsize=650684 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 666300416 3285 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=654780 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 670494720 3301 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=659900 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 675737600 3318 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.29 2.29 2.27 3/179 18927
/proc/meminfo: memFree=26760328/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 27486 0 0 0 5 4 0 0 20 0 4 0 23920326 1333334016 28297 33554432000 4194304 16246674 140734602832528 140734602831840 7377409 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 325521 28313 800 2943 0 322415 0
[pid=18927/tid=18928] ppid=18924 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1333334016 28325 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1333334016 28336 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1333334016 28347 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.20054 s]
/proc/loadavg: 2.29 2.29 2.27 3/179 18927
/proc/meminfo: memFree=26760328/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 45169 0 0 0 13 6 0 0 20 0 4 0 23920326 1343819776 46490 33554432000 4194304 16246674 140734602832528 140734602831840 4220552 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 328081 46490 805 2943 0 324975 0
[pid=18927/tid=18928] ppid=18924 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1343819776 46490 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1343819776 46490 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1343819776 46490 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300503 s]
/proc/loadavg: 2.29 2.29 2.27 3/179 18927
/proc/meminfo: memFree=26760328/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=0.29 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 47791 0 0 0 22 7 0 0 20 0 4 0 23920326 1354305536 49112 33554432000 4194304 16246674 140734602832528 140734602831840 5563033 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 49112 833 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 49112 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 49112 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 49112 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1322564

[startup+0.700433 s]
/proc/loadavg: 2.29 2.29 2.27 3/179 18927
/proc/meminfo: memFree=26760328/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=0.69 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 47794 0 0 0 62 7 0 0 20 0 4 0 23920326 1354305536 49115 33554432000 4194304 16246674 140734602832528 140734602830464 5590960 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 49115 835 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 49115 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 49115 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 49115 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1322564

[startup+1.50044 s]
/proc/loadavg: 2.29 2.29 2.27 3/182 18931
/proc/meminfo: memFree=26527836/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=1.49 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 92718 0 0 0 137 12 0 0 20 0 4 0 23920326 1354305536 94039 33554432000 4194304 16246674 140734602832528 140734602814400 12875570 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 94052 896 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 94058 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 94064 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 94068 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1322564

[startup+3.10039 s]
/proc/loadavg: 2.29 2.29 2.27 3/182 18931
/proc/meminfo: memFree=26086272/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=3.09 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 167191 0 0 0 287 22 0 0 20 0 4 0 23920326 1354305536 168512 33554432000 4194304 16246674 140734602832528 140734602814400 12415766 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 168512 898 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 168512 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 168512 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 168512 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1322564

[startup+6.30042 s]
/proc/loadavg: 2.27 2.28 2.27 3/183 18932
/proc/meminfo: memFree=26086716/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=6.29 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 167309 0 0 0 607 22 0 0 20 0 4 0 23920326 1354305536 168630 33554432000 4194304 16246674 140734602832528 140734602814400 13950199 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 168630 898 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 168630 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 168630 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 168630 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1322564

[startup+12.7004 s]
/proc/loadavg: 2.25 2.28 2.27 3/183 18981
/proc/meminfo: memFree=26494044/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=12.68 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271323 0 0 0 1233 35 0 0 20 0 4 0 23920326 1354305536 272644 33554432000 4194304 16246674 140734602832528 140734602814400 13192387 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272644 898 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272644 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272644 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272644 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1322564

[startup+25.5074 s]
/proc/loadavg: 2.26 2.28 2.27 3/183 18981
/proc/meminfo: memFree=26491984/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=25.5 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271327 0 0 0 2514 36 0 0 20 0 4 0 23920326 1354305536 272648 33554432000 4194304 16246674 140734602832528 140734602814400 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272648 902 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272648 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272648 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272648 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1322564

[startup+51.1004 s]
/proc/loadavg: 2.24 2.27 2.26 3/183 18981
/proc/meminfo: memFree=26489096/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=51.08 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271339 0 0 0 5072 36 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 140734602814400 5822548 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272649 903 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1322564

[startup+102.3 s]
/proc/loadavg: 2.23 2.26 2.26 3/184 18985
/proc/meminfo: memFree=26481612/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=102.27 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271359 0 0 0 10191 36 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 140734602814400 12415648 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272649 903 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1322564


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

/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 1322564

[startup+1362.3 s]
/proc/loadavg: 2.31 2.27 2.24 3/183 19138
/proc/meminfo: memFree=26424768/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=1361.97 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271565 0 0 0 136161 36 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 140734602814400 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272649 903 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1322564

[startup+1422.3 s]
/proc/loadavg: 2.37 2.29 2.25 3/183 19139
/proc/meminfo: memFree=26425292/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=1421.96 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271565 0 0 0 142160 36 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 140734602814400 5711355 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272649 903 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 1322564

[startup+1482.3 s]
/proc/loadavg: 2.40 2.30 2.25 4/183 19140
/proc/meminfo: memFree=26425344/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=1481.95 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271565 0 0 0 148159 36 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 140734602814400 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272649 903 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 1322564

[startup+1542.3 s]
/proc/loadavg: 2.35 2.30 2.26 3/183 19142
/proc/meminfo: memFree=26424980/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=1541.95 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271565 0 0 0 154159 36 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 140734602814400 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272649 903 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 1322564

[startup+1602.3 s]
/proc/loadavg: 2.31 2.29 2.26 4/183 19143
/proc/meminfo: memFree=26424976/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=1601.93 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271565 0 0 0 160157 36 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 140734602814400 12995176 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272649 903 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 1322564

[startup+1662.31 s]
/proc/loadavg: 2.18 2.26 2.25 3/183 19144
/proc/meminfo: memFree=26424852/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=1661.93 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271565 0 0 0 166157 36 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 140734602814400 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272649 903 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 1322564

[startup+1722.3 s]
/proc/loadavg: 2.21 2.26 2.25 4/183 19145
/proc/meminfo: memFree=26424732/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=1721.91 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271565 0 0 0 172155 36 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 140734602814400 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272649 903 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 1322564

[startup+1782.3 s]
/proc/loadavg: 2.17 2.24 2.24 4/183 19146
/proc/meminfo: memFree=26424620/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=1781.9 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271565 0 0 0 178154 36 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 140734602814400 5711624 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272649 903 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 1322564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.13 2.23 2.24 3/183 19146
/proc/meminfo: memFree=26424748/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=1800 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271565 0 0 0 179964 36 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 140734602814400 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272649 903 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1322564

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

[startup+1800.4 s]
/proc/loadavg: 2.13 2.23 2.24 3/183 19146
/proc/meminfo: memFree=26424748/32872528 swapFree=1459628/1655852
[pid=18927] ppid=18924 vsize=1322564 CPUtime=1800 cores=1,3,5,7
/proc/18927/stat : 18927 (toysat) R 18924 18927 16189 0 -1 4202496 271565 0 0 0 179964 36 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 140734602814400 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18927/statm: 330641 272649 903 2943 0 327535 0
[pid=18927/tid=18928] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18928/stat : 18928 (toysat) S 18924 18927 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910864415984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18927/tid=18929] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18929/stat : 18929 (toysat) S 18924 18927 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910853926128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18927/tid=18930] ppid=18924 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18930/stat : 18930 (toysat) S 18924 18927 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23920326 1354305536 272649 33554432000 4194304 16246674 140734602832528 139910774254768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1322564

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1799.65
CPU system time (s): 0.367944
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 1322564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.367944
maximum resident set size= 1090596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271565
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= 252
involuntary context switches= 1835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.569 second user time and 9.43857 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 04:59:08
IDJOB=4100825
IDBENCH=1666
IDSOLVER=2542
FILE ID=node136/4100825-1466218748
RUNJOBID= node136-1466206055-16206
PBS_JOBID= 19918141
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-standgub.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100825-1466218748/watcher-4100825-1466218748 -o /tmp/evaluation-result-4100825-1466218748/solver-4100825-1466218748 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16206 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100825-1466218748.opb

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

MD5SUM BENCH= be7d2de9880253117af16fa9444a1c79
RANDOM SEED=46824873

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.55
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.278
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.278
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.56
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.278
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.278
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		: 2667.278
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		: 2667.278
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.67
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.278
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:        26760856 kB
Buffers:          152120 kB
Cached:          1655284 kB
SwapCached:            0 kB
Active:          2041832 kB
Inactive:        1667888 kB
Active(anon):    1904912 kB
Inactive(anon):        0 kB
Active(file):     136920 kB
Inactive(file):  1667888 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17088 kB
Writeback:             0 kB
AnonPages:       3656908 kB
Mapped:            16564 kB
Shmem:               204 kB
Slab:             609312 kB
SReclaimable:      53540 kB
SUnreclaim:       555772 kB
KernelStack:        1520 kB
PageTables:        11044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3691728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2052096 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= 71704 MiB
End job on node136 at 2016-06-18 05:29:09