Trace number 4079419

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_2_mh.opb
MD5SUM068cb861d64b967a0863dd85c67326c2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16990510
Best CPU time to get the best result obtained on this benchmark1800.19
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 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 82021340422
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 82021340422
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T21:46:49+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-4079419-1465328808.opb"]
0.00/0.01	c use --random-gen="3949888994 2922871846 3707570086 4041406473 1681875871 312489251 3693250884 1143821542 525646242 3371662327 541323227 2274428195 4027201254 3103029060 3789489388 2855433832 2537066051 2148485524 215581243 2115969433 462779239 124234053 3760284705 2875320501 1185145840 3133357283 1513954897 308316804 3482818751 1456138032 3330330636 701234444 2442927283 3995738120 1946062295 2730459314 3551697532 1876640690 3073632887 627253665 2342728371 432723088 38052244 367028786 3051667162 4016153294 1435329577 2880432834 1763793688 453099528 3677159803 3060241579 2372085718 3075998994 2271781392 356785762 1803502725 2533205605 2800577865 2059981891 3867204808 2460187063 280012719 2467552717 2573569928 3692952444 3413912141 551974195 4005276028 3195600041 2046873316 1944288107 1375439204 248169746 3017646654 898776822 207881377 3505537287 3365818952 3835207094 3375109567 1413194724 3470759020 2520290114 3040940328 3232353805 3758830934 3354419605 3058165506 3761664233 153812176 3428079106 2130274830 347850738 3132040502 2717274217 3595580819 2647462732 2235997136 960230679 2181244020 3308658751 2856616449 2248423373 2702042580 3460694340 2025980913 2863993424 111031906 1084601324 395382599 2196605159 2825031844 2936103744 3811417267 2307152908 1370354102 1025433608 374344231 2989326600 1298829925 3465884038 1633912054 1404674664 2775637474 3044302734 1454515134 2527336924 2170940684 796500189 515253223 3487669389 498003092 1436365672 3314883907 834322013 2623612121 4077644643 3945888287 1370315837 841756659 1690184572 2160320445 65272168 204536737 1364616192 613901290 3874247417 1970165487 3671362288 3607176411 182226679 3808447549 2189820048 1241716373 1676793941 3746912781 1805818307 567237238 2255167305 817791487 1902026939 2512977061 1916944746 3260836871 3468965668 3426377047 3733090957 3145210717 258555709 1115344474 891384377 1269419577 4121062993 1796149790 1771870173 839905855 3110724162 1851657378 2585182635 251041241 3838079836 4165771604 10477665 277230287 766666879 1319319397 1832418967 1543926874 3952156485 3920541506 1321830832 928864757 1325226684 1509791154 1198261307 1430844877 1444416979 4077726681 1150535775 2109414860 254238507 1217098381 4035031060 3420745428 339875863 1805491372 140606350 1341695021 2626389129 3346216520 119928771 2521669643 3720813251 889051358 2246452263 2286533160 3560510489 760364679 921380795 3229388311 4006089432 2545856100 3283651582 816073528 800538524 1734363768 3317456741 2828479742 3374059129 3607845040 1864496984 1333968507 3343869195 861018086 3254254178 2175705253 470101772 1225259945 1578553564 3731383494 2135913714 4256336654 763523552 3449272857 1025568938 2970456787 1284291701 1960410470 396282878 739859400 2047845702 727367417 205426563 34074897 1148300443 255 362436" option to reproduce the execution
4.19/4.27	c #vars 250200
4.19/4.27	c #constraints 605407
14.89/14.94	c BCD2: Hardening is enabled.
14.89/14.94	c BCD2: BiasedSearch is enabled.
14.89/14.94	c Solving starts ...
14.89/14.94	c ============================[ Search Statistics ]============================
14.89/14.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.89/14.94	c       |         |          |          |    Limit     GC | Var      | Constra 
14.89/14.94	c =============================================================================
14.89/14.95	c  0.0s |       0 |        0 |        0 |   286836      0 |      150 |        0
26.09/26.17	c 11.2s |       0 |      315 |      100 |   286836      0 |      150 |        0
26.29/26.32	c 11.4s |       1 |      315 |      100 |   286836      0 |      150 |        0
29.89/29.93	c 15.0s |       1 |     2348 |      200 |   315520      0 |      150 |        0
30.39/30.42	c 15.5s |       2 |     3665 |      250 |   315520      0 |      150 |        0
36.89/36.96	c 22.0s |       2 |    12435 |      350 |   347072      0 |      150 |        0
44.38/44.48	c 29.5s |       2 |    12611 |      450 |   347072      0 |      150 |        0
46.39/46.41	c 31.5s |       3 |    12634 |      475 |   347072      0 |      150 |        0
49.08/49.19	c 34.2s |       3 |    14810 |      575 |   381780      0 |      150 |        0
52.28/52.35	c 37.4s |       3 |    14928 |      675 |   381780      0 |      150 |        0
53.89/54.00	c 39.0s |       4 |    15078 |      813 |   381780      0 |      150 |        0
55.98/56.01	c 41.1s |       4 |    18539 |     1213 |   419959      0 |      150 |        0
56.38/56.45	c 41.5s |       5 |    18655 |     1320 |   419959      0 |      150 |        0
76.99/77.07	c 62.1s |       5 |    22132 |     1420 |   461955      0 |      150 |        0
86.68/86.78	c 71.8s |       5 |    22539 |     1520 |   461955      0 |      150 |        0
102.97/103.09	c 88.1s |       5 |    23095 |     1620 |   461955      0 |      150 |        0
121.27/121.34	c  106s |       5 |    24401 |     1720 |   461955      0 |      150 |        0
139.97/140.06	c  125s |       5 |    25110 |     1820 |   461955      0 |      150 |        0
160.87/160.97	c  146s |       5 |    25937 |     1920 |   461955      0 |      150 |        0
180.76/180.83	c  165s |       5 |    27536 |     2020 |   461955      0 |      150 |        0
193.36/193.48	c  178s |       6 |    28155 |     2081 |   508151      0 |      150 |        0
206.86/206.91	c  191s |       6 |    29288 |     2181 |   508151      0 |      150 |        0
243.65/243.78	c  228s |       6 |    32022 |     2281 |   508151      0 |      150 |        0
273.74/273.84	c  258s |       6 |    33267 |     2381 |   508151      0 |      150 |        0
302.55/302.64	c  287s |       6 |    34265 |     2481 |   508151      0 |      150 |        0
320.14/320.24	c  305s |       6 |    36208 |     2581 |   508151      0 |      150 |        0
351.83/352.00	c  337s |       6 |    36599 |     2681 |   508151      0 |      150 |        0
370.93/371.08	c  356s |       6 |    37255 |     2781 |   508151      0 |      150 |        0
392.83/392.93	c  377s |       6 |    38546 |     2881 |   508151      0 |      150 |        0
425.92/426.03	c  411s |       6 |    42334 |     2981 |   508151      0 |      150 |        0
451.12/451.21	c  436s |       6 |    43019 |     3081 |   508151      0 |      150 |        0
485.92/486.07	c  471s |       6 |    45140 |     3181 |   508151      0 |      150 |        0
501.32/501.44	c  486s |       7 |    46014 |     3223 |   558967      0 |      150 |        0
531.51/531.62	c  516s |       7 |    48798 |     3323 |   558967      0 |      150 |        0
558.81/558.98	c  544s |       7 |    49742 |     3423 |   558967      0 |      150 |        0
580.10/580.22	c  565s |       7 |    50274 |     3523 |   558967      0 |      150 |        0
605.70/605.82	c  590s |       7 |    50574 |     3623 |   558967      0 |      150 |        0
629.89/630.05	c  615s |       7 |    50728 |     3723 |   558967      0 |      150 |        0
643.19/643.35	c  628s |       7 |    51121 |     3823 |   558967      0 |      150 |        0
655.68/655.89	c  640s |       7 |    52463 |     3923 |   558967      0 |      150 |        0
658.79/658.95	c  643s |       7 |    53392 |     4023 |   558967      0 |      150 |        0
662.28/662.48	c  647s |       7 |    54181 |     4123 |   558967      0 |      150 |        0
665.58/665.76	c  650s |       7 |    54713 |     4223 |   558967      0 |      150 |        0
669.58/669.77	c  654s |       7 |    55524 |     4323 |   558967      0 |      150 |        0
673.58/673.70	c  658s |       7 |    55903 |     4423 |   558967      0 |      150 |        0
677.18/677.37	c  662s |       7 |    56509 |     4523 |   558967      0 |      150 |        0
682.87/683.00	c  668s |       7 |    57186 |     4623 |   558967      0 |      150 |        0
688.67/688.83	c  673s |       7 |    58209 |     4723 |   558967      0 |      150 |        0
692.57/692.75	c  677s |       7 |    59136 |     4823 |   558967      0 |      150 |        0
696.77/696.98	c  682s |       7 |    59798 |     4923 |   614864      0 |      150 |        0
697.17/697.34	c  682s |       8 |    59810 |     4936 |   614864      0 |      150 |        0
733.57/733.70	c  718s |       8 |    61558 |     5036 |   614864      0 |      150 |        0
740.97/741.19	c  726s |       8 |    63520 |     5136 |   614864      0 |      150 |        0
744.86/745.01	c  730s |       8 |    64440 |     5236 |   614864      0 |      150 |        0
749.16/749.37	c  734s |       8 |    65537 |     5336 |   614864      0 |      150 |        0
752.76/752.95	c  737s |       8 |    65970 |     5436 |   614864      0 |      150 |        0
756.06/756.28	c  741s |       8 |    66287 |     5536 |   614864      0 |      150 |        0
758.36/758.53	c  743s |       8 |    66715 |     5636 |   614864      0 |      150 |        0
761.96/762.16	c  747s |       8 |    67173 |     5736 |   614864      0 |      150 |        0
766.86/767.03	c  752s |       8 |    67840 |     5836 |   614864      0 |      150 |        0
770.46/770.64	c  755s |       8 |    68398 |     5936 |   614864      0 |      150 |        0
774.56/774.75	c  759s |       8 |    69211 |     6036 |   614864      0 |      150 |        0
776.86/777.09	c  762s |       8 |    69652 |     6136 |   614864      0 |      150 |        0
779.46/779.63	c  764s |       8 |    70544 |     6236 |   614864      0 |      150 |        0
784.45/784.60	c  769s |       8 |    71850 |     6336 |   614864      0 |      150 |        0
786.85/787.06	c  772s |       8 |    72933 |     6436 |   614864      0 |      150 |        0
789.76/789.92	c  774s |       8 |    74025 |     6536 |   614864      0 |      150 |        0
792.65/792.88	c  777s |       8 |    74540 |     6636 |   614864      0 |      150 |        0
794.95/795.13	c  780s |       8 |    75046 |     6736 |   614864      0 |      150 |        0
798.95/799.11	c  784s |       8 |    76064 |     6836 |   614864      0 |      150 |        0
803.05/803.22	c  788s |       8 |    77119 |     6936 |   614864      0 |      150 |        0
805.35/805.53	c  790s |       8 |    77823 |     7136 |   614864      0 |      150 |        0
807.65/807.84	c  792s |       8 |    78034 |     7236 |   614864      0 |      150 |        0
811.66/811.90	c  796s |       8 |    78637 |     7336 |   614864      0 |      150 |        0
814.05/814.20	c  799s |       8 |    78946 |     7436 |   614864      0 |      150 |        0
815.65/815.87	c  800s |       9 |    79359 |     7506 |   676351      0 |      150 |        0
820.25/820.45	c  805s |       9 |    79880 |     7606 |   676351      0 |      150 |        0
823.24/823.41	c  808s |       9 |    80486 |     7706 |   676351      0 |      150 |        0
826.44/826.65	c  811s |       9 |    81416 |     7906 |   676351      0 |      150 |        0
828.74/828.95	c  814s |       9 |    81861 |     8006 |   676351      0 |      150 |        0
835.04/835.21	c  820s |       9 |    83198 |     8206 |   676351      0 |      150 |        0
838.64/838.84	c  823s |       9 |    83904 |     8406 |   676351      0 |      150 |        0
843.74/843.94	c  828s |       9 |    84566 |     8506 |   676351      0 |      150 |        0
847.14/847.31	c  832s |       9 |    84803 |     8606 |   676351      0 |      150 |        0
850.15/850.34	c  835s |       9 |    85267 |     8706 |   676351      0 |      150 |        0
855.14/855.38	c  840s |       9 |    86060 |     8806 |   676351      0 |      150 |        0
858.44/858.65	c  843s |       9 |    86846 |     8906 |   676351      0 |      150 |        0
865.14/865.37	c  850s |       9 |    87154 |     9006 |   676351      0 |      150 |        0
873.24/873.43	c  858s |       9 |    87595 |     9106 |   676351      0 |      150 |        0
881.53/881.72	c  866s |       9 |    88203 |     9206 |   676351      0 |      150 |        0
887.93/888.13	c  873s |       9 |    89025 |     9306 |   676351      0 |      150 |        0
891.13/891.31	c  876s |       9 |    89413 |     9406 |   676351      0 |      150 |        0
898.23/898.48	c  883s |       9 |    90035 |     9506 |   676351      0 |      150 |        0
903.63/903.83	c  888s |       9 |    90894 |     9606 |   676351      0 |      150 |        0
907.83/908.00	c  893s |       9 |    91573 |     9706 |   676351      0 |      150 |        0
911.33/911.57	c  896s |       9 |    92259 |     9806 |   676351      0 |      150 |        0
914.63/914.85	c  899s |       9 |    92803 |     9906 |   676351      0 |      150 |        0
917.12/917.30	c  902s |       9 |    93279 |    10006 |   676351      0 |      150 |        0
921.92/922.12	c  907s |       9 |    94255 |    10106 |   676351      0 |      150 |        0
924.62/924.82	c  909s |       9 |    95186 |    10306 |   676351      0 |      150 |        0
929.52/929.73	c  914s |       9 |    95778 |    10506 |   676351      0 |      150 |        0
936.62/936.84	c  921s |       9 |    97162 |    10706 |   676351      0 |      150 |        0
939.52/939.70	c  924s |       9 |    97635 |    10806 |   676351      0 |      150 |        0
942.72/942.94	c  927s |       9 |    97949 |    10906 |   676351      0 |      150 |        0
946.52/946.70	c  931s |       9 |    98831 |    11006 |   676351      0 |      150 |        0
949.12/949.36	c  934s |       9 |    99306 |    11106 |   676351      0 |      150 |        0
952.31/952.55	c  937s |       9 |    99727 |    11206 |   676351      0 |      150 |        0
955.31/955.59	c  940s |       9 |   100193 |    11306 |   743987      0 |      150 |        0
956.71/956.94	c  941s |      10 |   100303 |    11361 |   743987      0 |      150 |        0
959.51/959.78	c  944s |      10 |   100659 |    11461 |   743987      0 |      150 |        0
962.41/962.66	c  947s |      10 |   101293 |    11561 |   743987      0 |      150 |        0
965.30/965.54	c  950s |      10 |   101680 |    11661 |   743987      0 |      150 |        0
970.01/970.23	c  955s |      10 |   102228 |    11761 |   743987      0 |      150 |        0
972.90/973.13	c  958s |      10 |   102793 |    11861 |   743987      0 |      150 |        0
976.60/976.88	c  961s |      10 |   103068 |    11961 |   743987      0 |      150 |        0
979.60/979.86	c  964s |      10 |   103328 |    12061 |   743987      0 |      150 |        0
984.40/984.67	c  969s |      10 |   104285 |    12261 |   743987      0 |      150 |        0
990.29/990.54	c  975s |      10 |   105343 |    12461 |   743987      0 |      150 |        0
994.19/994.47	c  979s |      10 |   105992 |    12561 |   743987      0 |      150 |        0
997.98/998.23	c  983s |      10 |   106605 |    12661 |   743987      0 |      150 |        0
1003.38/1003.60	c  988s |      10 |   107182 |    12761 |   743987      0 |      150 |        0
1007.18/1007.48	c  992s |      10 |   107676 |    12861 |   743987      0 |      150 |        0
1011.28/1011.57	c  996s |      10 |   108341 |    12961 |   743987      0 |      150 |        0
1013.48/1013.74	c  998s |      10 |   108732 |    13061 |   743987      0 |      150 |        0
1016.18/1016.49	c 1001s |      10 |   109478 |    13161 |   743987      0 |      150 |        0
1020.98/1021.29	c 1006s |      10 |   109805 |    13261 |   743987      0 |      150 |        0
1024.47/1024.72	c 1009s |      10 |   110200 |    13361 |   743987      0 |      150 |        0
1028.28/1028.54	c 1013s |      10 |   110784 |    13461 |   743987      0 |      150 |        0
1032.27/1032.50	c 1017s |      10 |   111168 |    13561 |   743987      0 |      150 |        0
1037.97/1038.21	c 1023s |      10 |   111777 |    13661 |   743987      0 |      150 |        0
1042.46/1042.73	c 1027s |      10 |   112403 |    13761 |   743987      0 |      150 |        0
1048.96/1049.23	c 1034s |      10 |   112866 |    13861 |   743987      0 |      150 |        0
1051.47/1051.79	c 1036s |      10 |   113148 |    13961 |   743987      0 |      150 |        0
1058.07/1058.36	c 1043s |      10 |   113657 |    14061 |   743987      0 |      150 |        0
1060.86/1061.18	c 1046s |      10 |   114034 |    14161 |   743987      0 |      150 |        0
1063.16/1063.49	c 1048s |      10 |   114351 |    14261 |   743987      0 |      150 |        0
1066.66/1066.92	c 1051s |      10 |   114676 |    14361 |   743987      0 |      150 |        0
1073.96/1074.20	c 1059s |      10 |   114951 |    14461 |   743987      0 |      150 |        0
1079.26/1079.54	c 1064s |      10 |   115222 |    14561 |   743987      0 |      150 |        0
1083.55/1083.82	c 1068s |      10 |   115591 |    14661 |   743987      0 |      150 |        0
1088.65/1088.97	c 1074s |      10 |   116591 |    14861 |   743987      0 |      150 |        0
1092.35/1092.65	c 1077s |      10 |   116901 |    14961 |   743987      0 |      150 |        0
1096.05/1096.36	c 1081s |      10 |   117571 |    15061 |   743987      0 |      150 |        0
1098.25/1098.51	c 1083s |      10 |   118080 |    15161 |   743987      0 |      150 |        0
1102.55/1102.84	c 1087s |      10 |   118859 |    15261 |   743987      0 |      150 |        0
1105.45/1105.77	c 1090s |      10 |   119336 |    15361 |   743987      0 |      150 |        0
1107.65/1107.95	c 1093s |      10 |   119569 |    15461 |   743987      0 |      150 |        0
1114.06/1114.32	c 1099s |      10 |   120385 |    15561 |   743987      0 |      150 |        0
1119.25/1119.51	c 1104s |      10 |   120912 |    15661 |   743987      0 |      150 |        0
1122.15/1122.40	c 1107s |      10 |   121208 |    15761 |   743987      0 |      150 |        0
1125.45/1125.75	c 1110s |      10 |   121630 |    15861 |   743987      0 |      150 |        0
1128.75/1129.02	c 1114s |      10 |   121999 |    15961 |   743987      0 |      150 |        0
1131.05/1131.34	c 1116s |      10 |   122292 |    16061 |   743987      0 |      150 |        0
1133.74/1134.06	c 1119s |      10 |   122522 |    16161 |   743987      0 |      150 |        0
1138.04/1138.40	c 1123s |      10 |   122858 |    16261 |   743987      0 |      150 |        0
1143.14/1143.40	c 1128s |      10 |   123363 |    16361 |   743987      0 |      150 |        0
1147.44/1147.77	c 1132s |      10 |   123974 |    16561 |   743987      0 |      150 |        0
1152.55/1152.81	c 1137s |      10 |   124527 |    16761 |   743987      0 |      150 |        0
1155.64/1155.96	c 1141s |      10 |   124827 |    16861 |   743987      0 |      150 |        0
1159.54/1159.82	c 1144s |      10 |   125219 |    16961 |   743987      0 |      150 |        0
1163.44/1163.79	c 1148s |      10 |   125630 |    17061 |   818386      0 |      150 |        0
1164.74/1165.02	c 1150s |      11 |   125893 |    17144 |   818386      0 |      150 |        0
1166.94/1167.27	c 1152s |      11 |   126306 |    17244 |   818386      0 |      150 |        0
1170.94/1171.29	c 1156s |      11 |   126783 |    17344 |   818386      0 |      150 |        0
1174.34/1174.65	c 1159s |      11 |   127070 |    17444 |   818386      0 |      150 |        0
1178.94/1179.26	c 1164s |      11 |   127460 |    17544 |   818386      0 |      150 |        0
1182.03/1182.38	c 1167s |      11 |   127745 |    17644 |   818386      0 |      150 |        0
1184.83/1185.16	c 1170s |      11 |   127984 |    17744 |   818386      0 |      150 |        0
1186.93/1187.28	c 1172s |      11 |   128465 |    17844 |   818386      0 |      150 |        0
1189.73/1190.06	c 1175s |      11 |   128630 |    17944 |   818386      0 |      150 |        0
1193.63/1193.95	c 1179s |      11 |   129031 |    18144 |   818386      0 |      150 |        0
1196.43/1196.79	c 1181s |      11 |   129346 |    18244 |   818386      0 |      150 |        0
1198.53/1198.85	c 1183s |      11 |   129604 |    18344 |   818386      0 |      150 |        0
1201.04/1201.32	c 1186s |      11 |   129963 |    18444 |   818386      0 |      150 |        0
1203.43/1203.80	c 1188s |      11 |   130132 |    18544 |   818386      0 |      150 |        0
1206.83/1207.13	c 1192s |      11 |   130659 |    18644 |   818386      0 |      150 |        0
1211.03/1211.37	c 1196s |      11 |   131116 |    18844 |   818386      0 |      150 |        0
1213.93/1214.25	c 1199s |      11 |   131320 |    18944 |   818386      0 |      150 |        0
1216.34/1216.70	c 1201s |      11 |   131536 |    19044 |   818386      0 |      150 |        0
1219.53/1219.80	c 1204s |      11 |   131721 |    19144 |   818386      0 |      150 |        0
1222.43/1222.77	c 1207s |      11 |   132019 |    19244 |   818386      0 |      150 |        0
1225.33/1225.60	c 1210s |      11 |   132185 |    19344 |   818386      0 |      150 |        0
1228.83/1229.14	c 1214s |      11 |   132411 |    19444 |   818386      0 |      150 |        0
1230.93/1231.26	c 1216s |      11 |   132648 |    19544 |   818386      0 |      150 |        0
1233.63/1233.98	c 1219s |      11 |   132929 |    19644 |   818386      0 |      150 |        0
1238.43/1238.77	c 1223s |      11 |   133802 |    19744 |   818386      0 |      150 |        0
1241.73/1242.02	c 1227s |      11 |   134537 |    19844 |   818386      0 |      150 |        0
1244.12/1244.49	c 1229s |      11 |   135067 |    19944 |   818386      0 |      150 |        0
1249.13/1249.50	c 1234s |      11 |   136890 |    20144 |   818386      0 |      150 |        0
1252.23/1252.59	c 1237s |      11 |   137886 |    20244 |   818386      0 |      150 |        0
1254.73/1255.07	c 1240s |      11 |   138671 |    20344 |   818386      0 |      150 |        0
1257.33/1257.69	c 1242s |      11 |   139558 |    20444 |   818386      0 |      150 |        0
1260.73/1261.05	c 1246s |      11 |   140084 |    20544 |   818386      0 |      150 |        0
1265.03/1265.39	c 1250s |      11 |   140866 |    20644 |   818386      0 |      150 |        0
1268.23/1268.55	c 1253s |      11 |   141407 |    20744 |   818386      0 |      150 |        0
1272.93/1273.24	c 1258s |      11 |   141861 |    20844 |   818386      0 |      150 |        0
1278.83/1279.17	c 1264s |      11 |   142244 |    20944 |   818386      0 |      150 |        0
1282.23/1282.60	c 1267s |      11 |   142565 |    21044 |   818386      0 |      150 |        0
1286.93/1287.22	c 1272s |      11 |   142859 |    21144 |   818386      0 |      150 |        0
1291.53/1291.84	c 1276s |      11 |   143194 |    21244 |   818386      0 |      150 |        0
1294.63/1294.93	c 1279s |      11 |   143467 |    21344 |   818386      0 |      150 |        0
1300.32/1300.66	c 1285s |      11 |   143785 |    21444 |   818386      0 |      150 |        0
1304.92/1305.20	c 1290s |      11 |   144357 |    21544 |   818386      0 |      150 |        0
1306.92/1307.21	c 1292s |      11 |   144784 |    21644 |   818386      0 |      150 |        0
1309.72/1310.02	c 1295s |      11 |   144982 |    21744 |   818386      0 |      150 |        0
1313.52/1313.81	c 1298s |      11 |   145253 |    21844 |   818386      0 |      150 |        0
1317.53/1317.83	c 1302s |      11 |   145531 |    21944 |   818386      0 |      150 |        0
1321.93/1322.27	c 1307s |      11 |   145809 |    22044 |   818386      0 |      150 |        0
1327.72/1328.04	c 1313s |      11 |   146203 |    22144 |   818386      0 |      150 |        0
1330.32/1330.60	c 1315s |      11 |   146512 |    22244 |   818386      0 |      150 |        0
1333.52/1333.89	c 1318s |      11 |   147528 |    22344 |   818386      0 |      150 |        0
1335.92/1336.22	c 1321s |      11 |   148174 |    22444 |   818386      0 |      150 |        0
1340.12/1340.44	c 1325s |      11 |   148742 |    22544 |   818386      0 |      150 |        0
1344.62/1344.90	c 1329s |      11 |   149655 |    22644 |   818386      0 |      150 |        0
1347.12/1347.46	c 1332s |      11 |   150134 |    22744 |   818386      0 |      150 |        0
1351.01/1351.34	c 1336s |      11 |   151353 |    22844 |   818386      0 |      150 |        0
1353.41/1353.73	c 1338s |      11 |   151851 |    22944 |   818386      0 |      150 |        0
1359.32/1359.62	c 1344s |      11 |   153100 |    23144 |   818386      0 |      150 |        0
1362.11/1362.44	c 1347s |      11 |   153642 |    23244 |   818386      0 |      150 |        0
1364.51/1364.89	c 1349s |      11 |   154113 |    23344 |   818386      0 |      150 |        0
1367.41/1367.72	c 1352s |      11 |   154443 |    23444 |   818386      0 |      150 |        0
1370.81/1371.13	c 1356s |      11 |   155159 |    23644 |   818386      0 |      150 |        0
1372.81/1373.17	c 1358s |      11 |   155452 |    23744 |   818386      0 |      150 |        0
1375.71/1376.00	c 1361s |      11 |   156329 |    23944 |   818386      0 |      150 |        0
1377.81/1378.19	c 1363s |      11 |   156786 |    24044 |   818386      0 |      150 |        0
1383.62/1383.95	c 1368s |      11 |   157328 |    24244 |   818386      0 |      150 |        0
1387.81/1388.11	c 1373s |      11 |   157673 |    24344 |   818386      0 |      150 |        0
1392.11/1392.48	c 1377s |      11 |   158018 |    24444 |   818386      0 |      150 |        0
1395.91/1396.23	c 1381s |      11 |   158908 |    24644 |   818386      0 |      150 |        0
1399.21/1399.53	c 1384s |      11 |   159939 |    24844 |   818386      0 |      150 |        0
1403.11/1403.44	c 1388s |      11 |   160131 |    24944 |   818386      0 |      150 |        0
1407.81/1408.17	c 1393s |      11 |   160725 |    25044 |   818386      0 |      150 |        0
1412.51/1412.86	c 1397s |      11 |   161258 |    25144 |   818386      0 |      150 |        0
1416.00/1416.37	c 1401s |      11 |   161783 |    25244 |   818386      0 |      150 |        0
1418.90/1419.21	c 1404s |      11 |   162143 |    25344 |   818386      0 |      150 |        0
1421.40/1421.72	c 1406s |      11 |   162706 |    25444 |   818386      0 |      150 |        0
1423.50/1423.86	c 1408s |      11 |   163316 |    25544 |   818386      0 |      150 |        0
1427.80/1428.15	c 1413s |      11 |   163942 |    25644 |   818386      0 |      150 |        0
1432.60/1432.95	c 1417s |      11 |   165128 |    25744 |   900225      0 |      150 |        0
1434.21/1434.59	c 1419s |      12 |   165689 |    25819 |   900225      0 |      150 |        0
1437.90/1438.28	c 1423s |      12 |   166443 |    26019 |   900225      0 |      150 |        0
1442.00/1442.36	c 1427s |      12 |   166877 |    26119 |   900225      0 |      150 |        0
1446.80/1447.19	c 1432s |      12 |   167953 |    26319 |   900225      0 |      150 |        0
1452.91/1453.21	c 1438s |      12 |   169838 |    26519 |   900225      0 |      150 |        0
1456.30/1456.61	c 1441s |      12 |   170871 |    26619 |   900225      0 |      150 |        0
1458.90/1459.25	c 1444s |      12 |   171971 |    26819 |   900225      0 |      150 |        0
1465.70/1466.07	c 1451s |      12 |   173727 |    26919 |   900225      0 |      150 |        0
1469.20/1469.52	c 1454s |      12 |   174990 |    27019 |   900225      0 |      150 |        0
1471.80/1472.16	c 1457s |      12 |   175350 |    27119 |   900225      0 |      150 |        0
1477.59/1477.97	c 1463s |      12 |   176612 |    27219 |   900225      0 |      150 |        0
1481.50/1481.85	c 1466s |      12 |   177488 |    27319 |   900225      0 |      150 |        0
1485.90/1486.22	c 1471s |      12 |   178556 |    27519 |   900225      0 |      150 |        0
1490.09/1490.42	c 1475s |      12 |   179232 |    27619 |   900225      0 |      150 |        0
1493.39/1493.76	c 1478s |      12 |   180080 |    27819 |   900225      0 |      150 |        0
1495.59/1495.92	c 1480s |      12 |   180511 |    27919 |   900225      0 |      150 |        0
1498.49/1498.86	c 1483s |      12 |   180959 |    28019 |   900225      0 |      150 |        0
1501.09/1501.41	c 1486s |      12 |   181176 |    28119 |   900225      0 |      150 |        0
1504.29/1504.64	c 1489s |      12 |   181574 |    28319 |   900225      0 |      150 |        0
1508.49/1508.82	c 1493s |      12 |   182292 |    28519 |   900225      0 |      150 |        0
1510.99/1511.34	c 1496s |      12 |   182553 |    28619 |   900225      0 |      150 |        0
1515.50/1515.81	c 1500s |      12 |   182890 |    28719 |   900225      0 |      150 |        0
1518.90/1519.29	c 1504s |      12 |   183296 |    28819 |   900225      0 |      150 |        0
1521.59/1521.91	c 1506s |      12 |   183723 |    29019 |   900225      0 |      150 |        0
1524.29/1524.66	c 1509s |      12 |   184024 |    29119 |   900225      0 |      150 |        0
1526.39/1526.79	c 1511s |      12 |   184338 |    29219 |   900225      0 |      150 |        0
1529.39/1529.73	c 1514s |      12 |   184878 |    29419 |   900225      0 |      150 |        0
1532.99/1533.36	c 1518s |      12 |   185365 |    29619 |   900225      0 |      150 |        0
1536.49/1536.83	c 1521s |      12 |   185844 |    29819 |   900225      0 |      150 |        0
1539.98/1540.39	c 1525s |      12 |   186161 |    29919 |   900225      0 |      150 |        0
1542.18/1542.54	c 1527s |      12 |   186643 |    30119 |   900225      0 |      150 |        0
1547.08/1547.40	c 1532s |      12 |   187518 |    30319 |   900225      0 |      150 |        0
1550.98/1551.38	c 1536s |      12 |   188118 |    30419 |   900225      0 |      150 |        0
1555.38/1555.79	c 1540s |      12 |   188883 |    30519 |   900225      0 |      150 |        0
1560.08/1560.48	c 1545s |      12 |   189229 |    30619 |   900225      0 |      150 |        0
1564.28/1564.69	c 1549s |      12 |   189454 |    30719 |   900225      0 |      150 |        0
1566.88/1567.28	c 1552s |      12 |   189792 |    30819 |   900225      0 |      150 |        0
1573.48/1573.85	c 1558s |      12 |   190539 |    30919 |   900225      0 |      150 |        0
1575.58/1575.99	c 1561s |      12 |   191095 |    31019 |   900225      0 |      150 |        0
1579.58/1579.94	c 1564s |      12 |   191773 |    31219 |   900225      0 |      150 |        0
1583.48/1583.89	c 1568s |      12 |   192630 |    31319 |   900225      0 |      150 |        0
1586.08/1586.40	c 1571s |      12 |   193111 |    31419 |   900225      0 |      150 |        0
1589.08/1589.46	c 1574s |      12 |   194192 |    31519 |   900225      0 |      150 |        0
1595.47/1595.80	c 1580s |      12 |   195318 |    31619 |   900225      0 |      150 |        0
1599.27/1599.69	c 1584s |      12 |   195958 |    31719 |   900225      0 |      150 |        0
1602.17/1602.51	c 1587s |      12 |   196376 |    31819 |   900225      0 |      150 |        0
1608.87/1609.23	c 1594s |      12 |   198180 |    32019 |   900225      0 |      150 |        0
1611.67/1612.00	c 1597s |      12 |   198684 |    32119 |   900225      0 |      150 |        0
1614.67/1615.09	c 1600s |      12 |   199028 |    32219 |   900225      0 |      150 |        0
1619.27/1619.65	c 1604s |      12 |   199468 |    32319 |   900225      0 |      150 |        0
1624.37/1624.79	c 1609s |      12 |   200208 |    32419 |   900225      0 |      150 |        0
1629.36/1629.72	c 1614s |      12 |   201397 |    32619 |   900225      0 |      150 |        0
1632.66/1633.03	c 1618s |      12 |   202152 |    32719 |   900225      0 |      150 |        0
1634.96/1635.36	c 1620s |      12 |   202644 |    32819 |   900225      0 |      150 |        0
1639.66/1640.08	c 1625s |      12 |   203283 |    32919 |   900225      0 |      150 |        0
1644.86/1645.21	c 1630s |      12 |   203737 |    33019 |   900225      0 |      150 |        0
1649.36/1649.73	c 1634s |      12 |   204315 |    33119 |   900225      0 |      150 |        0
1653.16/1653.54	c 1638s |      12 |   204556 |    33219 |   900225      0 |      150 |        0
1655.27/1655.66	c 1640s |      12 |   204866 |    33319 |   900225      0 |      150 |        0
1661.06/1661.46	c 1646s |      12 |   205331 |    33419 |   900225      0 |      150 |        0
1663.16/1663.52	c 1648s |      12 |   205688 |    33519 |   900225      0 |      150 |        0
1667.86/1668.27	c 1653s |      12 |   206281 |    33619 |   900225      0 |      150 |        0
1671.06/1671.45	c 1656s |      12 |   206634 |    33719 |   900225      0 |      150 |        0
1674.96/1675.31	c 1660s |      12 |   207166 |    33819 |   900225      0 |      150 |        0
1677.16/1677.52	c 1662s |      12 |   207628 |    33919 |   900225      0 |      150 |        0
1680.96/1681.37	c 1666s |      12 |   208358 |    34119 |   900225      0 |      150 |        0
1683.36/1683.76	c 1668s |      12 |   208695 |    34219 |   900225      0 |      150 |        0
1686.35/1686.75	c 1671s |      12 |   208966 |    34319 |   900225      0 |      150 |        0
1689.36/1689.74	c 1674s |      12 |   209543 |    34419 |   900225      0 |      150 |        0
1692.85/1693.29	c 1678s |      12 |   209747 |    34519 |   900225      0 |      150 |        0
1695.75/1696.14	c 1681s |      12 |   210368 |    34619 |   900225      0 |      150 |        0
1701.05/1701.49	c 1686s |      12 |   210914 |    34819 |   900225      0 |      150 |        0
1705.65/1706.01	c 1691s |      12 |   211520 |    35019 |   900225      0 |      150 |        0
1708.25/1708.69	c 1693s |      12 |   211768 |    35119 |   900225      0 |      150 |        0
1712.25/1712.66	c 1697s |      12 |   212388 |    35319 |   900225      0 |      150 |        0
1714.75/1715.12	c 1700s |      12 |   212739 |    35419 |   900225      0 |      150 |        0
1717.86/1718.25	c 1703s |      12 |   213091 |    35519 |   900225      0 |      150 |        0
1719.95/1720.36	c 1705s |      12 |   213594 |    35619 |   900225      0 |      150 |        0
1722.36/1722.77	c 1707s |      12 |   214074 |    35719 |   900225      0 |      150 |        0
1725.56/1725.99	c 1711s |      12 |   214666 |    35819 |   900225      0 |      150 |        0
1727.76/1728.14	c 1713s |      12 |   215038 |    35919 |   900225      0 |      150 |        0
1729.85/1730.21	c 1715s |      12 |   215324 |    36019 |   900225      0 |      150 |        0
1734.75/1735.19	c 1720s |      12 |   216080 |    36219 |   900225      0 |      150 |        0
1738.35/1738.77	c 1723s |      12 |   216433 |    36319 |   900225      0 |      150 |        0
1742.25/1742.66	c 1727s |      12 |   216863 |    36419 |   900225      0 |      150 |        0
1744.75/1745.10	c 1730s |      12 |   217110 |    36519 |   900225      0 |      150 |        0
1748.35/1748.77	c 1733s |      12 |   217340 |    36619 |   900225      0 |      150 |        0
1751.95/1752.32	c 1737s |      12 |   217556 |    36719 |   900225      0 |      150 |        0
1754.74/1755.11	c 1740s |      12 |   217907 |    36819 |   900225      0 |      150 |        0
1757.64/1758.05	c 1743s |      12 |   218150 |    36919 |   900225      0 |      150 |        0
1761.64/1762.01	c 1747s |      12 |   218360 |    37019 |   900225      0 |      150 |        0
1769.84/1770.20	c 1755s |      12 |   219137 |    37119 |   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-4079419-1465328808/watcher-4079419-1465328808 -o /tmp/evaluation-result-4079419-1465328808/solver-4079419-1465328808 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465311042-19404 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079419-1465328808.opb 

pid=21062
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.37 2.24 2.18 3/179 21065
/proc/meminfo: memFree=29279456/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=748988 CPUtime=0 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 2798 0 0 0 0 0 0 0 20 0 4 0 114813715 766963712 3669 33554432000 4194304 16246674 140737268739376 140737268738800 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 187759 3678 441 2943 0 184653 0
[pid=21065/tid=21066] ppid=21062 vsize=767420 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 785838080 3739 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=771516 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 790032384 3758 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=775612 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 794226688 3774 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.37 2.24 2.18 3/179 21065
/proc/meminfo: memFree=29279456/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 31651 0 0 0 5 4 0 0 20 0 4 0 114813715 1334382592 32460 33554432000 4194304 16246674 140737268739376 140737268738688 8055408 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 325777 32477 799 2943 0 322671 0
[pid=21065/tid=21066] ppid=21062 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 1334382592 32491 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 1334382592 32503 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 1334382592 32514 33554432000 4194304 16246674 140737268739376 140704537898160 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) 1303108

[startup+0.20054 s]
/proc/loadavg: 2.37 2.24 2.18 3/179 21065
/proc/meminfo: memFree=29279456/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=1312324 CPUtime=0.18 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 42985 0 0 0 13 5 0 0 20 0 4 0 114813715 1343819776 44305 33554432000 4194304 16246674 140737268739376 140737268738688 7363458 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 328081 44305 799 2943 0 324975 0
[pid=21065/tid=21066] ppid=21062 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 1343819776 44305 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 1343819776 44305 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 1343819776 44305 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1312324

[startup+0.300514 s]
/proc/loadavg: 2.37 2.24 2.18 3/179 21065
/proc/meminfo: memFree=29279456/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 50197 0 0 0 23 6 0 0 20 0 4 0 114813715 1343819776 51517 33554432000 4194304 16246674 140737268739376 140737268738688 4220871 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 328081 51517 800 2943 0 324975 0
[pid=21065/tid=21066] ppid=21062 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 1343819776 51517 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 1343819776 51517 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 1343819776 51517 33554432000 4194304 16246674 140737268739376 140704537898160 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) 1312324

[startup+0.700393 s]
/proc/loadavg: 2.37 2.24 2.18 3/179 21065
/proc/meminfo: memFree=29279456/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 64583 0 0 0 61 8 0 0 20 0 4 0 114813715 1344868352 65903 33554432000 4194304 16246674 140737268739376 140737268722368 4220894 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 328337 65903 802 2943 0 325231 0
[pid=21065/tid=21066] ppid=21062 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 1344868352 65903 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 1344868352 65903 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 1344868352 65903 33554432000 4194304 16246674 140737268739376 140704537898160 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) 1313348

[startup+1.5004 s]
/proc/loadavg: 2.37 2.24 2.18 3/183 21069
/proc/meminfo: memFree=28958804/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 83806 0 0 0 137 12 0 0 20 0 4 0 114813715 1344868352 85126 33554432000 4194304 16246674 140737268739376 140737268722368 4206597 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 328337 85126 802 2943 0 325231 0
[pid=21065/tid=21066] ppid=21062 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 1344868352 85126 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 1344868352 85126 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 1344868352 85126 33554432000 4194304 16246674 140737268739376 140704537898160 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) 1313348

[startup+3.10039 s]
/proc/loadavg: 2.37 2.24 2.18 3/183 21069
/proc/meminfo: memFree=28808540/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=1337924 CPUtime=3.09 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 159184 0 0 0 287 22 0 0 20 0 4 0 114813715 1370034176 165614 33554432000 4194304 16246674 140737268739376 140737268722368 4220850 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 334481 165614 802 2943 0 331375 0
[pid=21065/tid=21066] ppid=21062 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 1370034176 165614 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 1370034176 165614 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 1370034176 165614 33554432000 4194304 16246674 140737268739376 140704537898160 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) 1337924

[startup+6.3004 s]
/proc/loadavg: 2.34 2.24 2.18 3/183 21069
/proc/meminfo: memFree=28321932/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=1411652 CPUtime=6.29 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 231260 0 0 0 595 34 0 0 20 0 4 0 114813715 1445531648 250976 33554432000 4194304 16246674 140737268739376 140737268721280 12861224 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 352913 250976 840 2943 0 349807 0
[pid=21065/tid=21066] ppid=21062 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 1445531648 250976 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 1445531648 250976 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 1445531648 250976 33554432000 4194304 16246674 140737268739376 140704537898160 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) 1411652

[startup+12.7004 s]
/proc/loadavg: 2.31 2.23 2.18 3/183 21069
/proc/meminfo: memFree=28173880/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=1411652 CPUtime=12.69 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 257066 0 0 0 1231 38 0 0 20 0 4 0 114813715 1445531648 276782 33554432000 4194304 16246674 140737268739376 140737268721280 6156051 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 352913 276782 845 2943 0 349807 0
[pid=21065/tid=21066] ppid=21062 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 1445531648 276782 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 1445531648 276782 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 1445531648 276782 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1411652

[startup+25.5005 s]
/proc/loadavg: 2.24 2.22 2.18 3/183 21069
/proc/meminfo: memFree=27715572/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=1797700 CPUtime=25.49 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 371707 0 0 0 2496 53 0 0 20 0 4 0 114813715 1840844800 391423 33554432000 4194304 16246674 140737268739376 140737268721280 12483624 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 449425 391423 892 2943 0 446319 0
[pid=21065/tid=21066] ppid=21062 vsize=1797700 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 1840844800 391423 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=1797700 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 1840844800 391423 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=1797700 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 1840844800 391423 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1797700

[startup+51.1005 s]
/proc/loadavg: 2.36 2.25 2.19 3/183 21069
/proc/meminfo: memFree=27581376/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=2173508 CPUtime=51.08 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 465606 0 0 0 5040 68 0 0 20 0 4 0 114813715 2225672192 485323 33554432000 4194304 16246674 140737268739376 140737268737992 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 543377 485330 894 2943 0 540271 0
[pid=21065/tid=21066] ppid=21062 vsize=2173508 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 2225672192 485335 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=2173508 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 2225672192 485339 33554432000 4194304 16246674 140737268739376 140704625957904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=2173508 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2225672192 485343 33554432000 4194304 16246674 140737268739376 140704537898160 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) 2173508

[startup+102.301 s]
/proc/loadavg: 2.46 2.29 2.20 3/183 21071
/proc/meminfo: memFree=27322944/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=2188868 CPUtime=102.28 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 469503 0 0 0 10159 69 0 0 20 0 4 0 114813715 2241400832 489219 33554432000 4194304 16246674 140737268739376 140737268721280 5600869 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 547217 489219 896 2943 0 544111 0
[pid=21065/tid=21066] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489219 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489219 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489219 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2188868


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

/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 2188868

[startup+1302.3 s]
/proc/loadavg: 2.24 2.21 2.18 3/183 21124
/proc/meminfo: memFree=27236324/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=2188868 CPUtime=1302.02 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 469610 0 0 0 130131 71 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140737268721280 5601651 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 547217 489222 896 2943 0 544111 0
[pid=21065/tid=21066] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 2188868

[startup+1362.3 s]
/proc/loadavg: 2.30 2.23 2.19 3/183 21125
/proc/meminfo: memFree=27235972/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=2188868 CPUtime=1362.01 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 469610 0 0 0 136130 71 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140737268721280 5824867 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 547217 489222 896 2943 0 544111 0
[pid=21065/tid=21066] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 2188868

[startup+1422.3 s]
/proc/loadavg: 2.19 2.21 2.18 3/184 21177
/proc/meminfo: memFree=27285476/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=2188868 CPUtime=1422.01 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 469610 0 0 0 142130 71 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140737268721280 5659576 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 547217 489222 896 2943 0 544111 0
[pid=21065/tid=21066] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 2188868

[startup+1482.3 s]
/proc/loadavg: 2.33 2.25 2.19 3/183 21178
/proc/meminfo: memFree=27285552/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=2188868 CPUtime=1481.99 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 469610 0 0 0 148128 71 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140737268721280 12415777 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 547217 489222 896 2943 0 544111 0
[pid=21065/tid=21066] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 2188868

[startup+1542.31 s]
/proc/loadavg: 2.35 2.26 2.20 3/183 21179
/proc/meminfo: memFree=27285032/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=2188868 CPUtime=1541.99 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 469610 0 0 0 154128 71 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140737268721280 5600072 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 547217 489222 896 2943 0 544111 0
[pid=21065/tid=21066] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 2188868

[startup+1602.3 s]
/proc/loadavg: 2.29 2.26 2.19 3/182 21180
/proc/meminfo: memFree=27284960/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=2188868 CPUtime=1601.97 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 469610 0 0 0 160126 71 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140737268721280 5824747 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 547217 489222 896 2943 0 544111 0
[pid=21065/tid=21066] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 2188868

[startup+1662.3 s]
/proc/loadavg: 2.21 2.24 2.19 4/183 21182
/proc/meminfo: memFree=27283960/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=2188868 CPUtime=1661.96 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 469619 0 0 0 166125 71 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140737268721280 5823408 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 547217 489222 896 2943 0 544111 0
[pid=21065/tid=21066] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 2188868

[startup+1722.3 s]
/proc/loadavg: 2.21 2.22 2.18 3/183 21183
/proc/meminfo: memFree=27284152/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=2188868 CPUtime=1721.95 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 469619 0 0 0 172124 71 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140737268721280 12415827 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 547217 489222 896 2943 0 544111 0
[pid=21065/tid=21066] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 2188868

[startup+1782.3 s]
/proc/loadavg: 2.12 2.20 2.18 4/183 21184
/proc/meminfo: memFree=22667520/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=2188868 CPUtime=1781.94 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 469619 0 0 0 178123 71 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140737268721280 5677422 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 547217 489222 896 2943 0 544111 0
[pid=21065/tid=21066] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 2188868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.15 2.20 2.18 3/183 21185
/proc/meminfo: memFree=20543100/32872528 swapFree=16204/1518544
[pid=21065] ppid=21062 vsize=2188868 CPUtime=1800.04 cores=1,3,5,7
/proc/21065/stat : 21065 (toysat) R 21062 21065 19387 0 -1 4202496 469619 0 0 0 179933 71 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140737268721280 5600384 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21065/statm: 547217 489222 896 2943 0 544111 0
[pid=21065/tid=21066] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21066/stat : 21066 (toysat) S 21062 21065 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704636447984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21065/tid=21067] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21067/stat : 21067 (toysat) S 21062 21065 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704625958128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21065/tid=21068] ppid=21062 vsize=2188868 CPUtime=0 cores=1,3,5,7
/proc/21065/task/21068/stat : 21068 (toysat) S 21062 21065 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114813715 2241400832 489222 33554432000 4194304 16246674 140737268739376 140704537898160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2188868

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 21065 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.05
CPU user time (s): 1799.34
CPU system time (s): 0.71889
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 2188868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.71889
maximum resident set size= 1956888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469619
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= 146
involuntary context switches= 2156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.45032 second user time and 7.04793 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-07 21:46:49
IDJOB=4079419
IDBENCH=92707
IDSOLVER=2542
FILE ID=node129/4079419-1465328808
RUNJOBID= node129-1465311042-19404
PBS_JOBID= 19850114
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 068cb861d64b967a0863dd85c67326c2
RANDOM SEED=562457712

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.715
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.715
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:        29279852 kB
Buffers:           33764 kB
Cached:           219940 kB
SwapCached:         1620 kB
Active:          1208552 kB
Inactive:         123760 kB
Active(anon):    1076800 kB
Inactive(anon):     4308 kB
Active(file):     131752 kB
Inactive(file):   119452 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098824 kB
Dirty:             41676 kB
Writeback:             0 kB
AnonPages:       2598788 kB
Mapped:            11796 kB
Shmem:                 0 kB
Slab:             605300 kB
SReclaimable:      49144 kB
SUnreclaim:       556156 kB
KernelStack:        1456 kB
PageTables:         9116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2742680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1900544 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= 71676 MiB
End job on node129 at 2016-06-07 22:16:49