Trace number 4079208

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.12 1800.45

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-n3div36.opb
MD5SUMd6fb43de5ad16fe6221d9ec8248960c2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1530
Best CPU time to get the best result obtained on this benchmark1800.38
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22120
Total number of constraints4484
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)4424
Number of constraints which are nor clauses,nor cardinality constraints58
Minimum length of a constraint5
Maximum length of a constraint10890
Number of terms in the objective function 22120
Biggest coefficient in the objective function 554
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3240754
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 554
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3240754
Number of bits of the biggest sum of numbers22
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-07T08:20:27+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-4079208-1465280426.opb"]
0.00/0.01	c use --random-gen="3186708267 3573707595 1264598720 3797217013 4056478881 1295256121 1661182598 163074054 918208684 304810083 71803443 1417364633 362430415 236786242 1249242439 1939999631 2721803699 1651827461 1034840815 2409989491 2597432951 1228821679 3135747523 3690529109 1816974873 2102412384 7983980 1183341408 2210095028 1593082379 1824819385 955748385 2604599052 2001773765 597402717 350302700 1828448145 2083131069 2325255326 976301307 114389064 2067208636 3100659035 2751892333 2732746244 1426021252 183567453 4152286005 1291173009 522060084 3992107411 104921143 2049776755 354705774 2258664493 3972455389 4048909198 3811885296 3759271623 2511360766 3292540085 1180417486 3791634180 1849407278 1756645387 3809138706 3099009971 131632645 3747364542 3706928840 2913159024 3811597630 3817781062 1957324945 434615573 2636732090 2925254618 946148442 1003086554 3797512427 4238812726 3645257605 2400721580 3937733204 3953968244 2114782247 3903675289 331223661 3932168210 1613762872 2887002489 3843133252 1367873380 529043237 1940710573 1302311934 1432875473 1794213999 1808701220 3680884657 3054111569 1300018046 1637803201 1743309540 2558053390 1875999801 1266733980 3993386161 3866959505 1020153636 2743408984 507413085 2409756140 3942823883 4037748910 171871876 1578011998 3178208617 39324725 1765846979 4001964068 1805435170 114504988 690214549 92973518 4282001669 2486765048 2520737340 1510346359 1811062712 824723683 3189635645 139986728 4165845317 2314207918 1950835171 921789800 2050628609 2489315083 2140229352 2010104154 430730561 2777133516 2940040973 226491907 4023793830 1253508260 150141938 4224231044 1403581229 202666143 923973319 1020717294 643347358 1083575631 1844393091 378343225 1880862385 3176646299 2907923505 441415597 2045907446 2262015509 2307374832 3506166329 237465450 3184815110 2676467671 2989042209 3559144084 60359080 2121137949 2847430535 1198501697 2074864951 2254833289 1730359006 1910906238 1648294955 4175983985 1658355976 300229961 3182876201 1738546668 1789259176 2020080951 1876306690 1775095118 3212873511 2142937751 350447184 1037604178 1230401875 3446100980 2691353072 1325823460 2076333885 887717517 1980237224 886273962 1725437636 400244952 3374031295 2188702194 231916486 1060981384 684080552 620503153 1658547324 2013167035 2629842262 1507875694 995846818 764960525 4288705043 3809623510 4245875324 3159292569 3934612177 3741056939 4158655065 3515041261 845690753 1565309633 3066862357 2056588928 3671249881 1664174752 3335533482 1387676441 3916779422 3424956046 753762636 3019831684 1841911050 3662236080 3647438092 679309097 1233763153 1212702216 2424167296 2096553635 99672202 854204270 3174547006 3063780749 527171108 2774490529 3625537596 1145100764 609148726 3507837911 300294335 2506181726 3718274155 448129362 255 362436" option to reproduce the execution
0.59/0.63	c #vars 22120
0.59/0.63	c #constraints 4484
2.09/2.15	c BCD2: Hardening is enabled.
2.09/2.15	c BCD2: BiasedSearch is enabled.
2.09/2.15	c Solving starts ...
2.09/2.15	c ============================[ Search Statistics ]============================
2.09/2.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.15	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.15	c =============================================================================
2.09/2.15	c  0.0s |       0 |        0 |        0 |     8868      0 |        0 |        0
2.38/2.40	c  0.3s |       0 |     4424 |        0 |     8868      0 |        0 |        0
2.38/2.40	c #cpu_time = 0.183s
2.38/2.40	c #wall_clock_time = 0.183s
2.38/2.40	c #decision = 4424
2.38/2.40	c #random_decision = 18
2.38/2.40	c #conflict = 0
2.38/2.40	c #restart = 0
2.38/2.40	o 254462
2.38/2.47	c BCD2: updating upper bound: 3240754 -> 254461
2.48/2.56	c BCD2: 0 <= obj <= 254461
2.48/2.57	c BCD2: #cores=0, #unrelaxed=22120, #relaxed=0, #hardened=0
2.48/2.57	c BCD2: #sat=1 #unsat=1 bias=1/2
2.48/2.58	c Solving starts ...
2.48/2.58	c ============================[ Search Statistics ]============================
2.48/2.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.58	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.58	c =============================================================================
2.48/2.59	c  0.0s |       0 |        0 |        0 |     8868      0 |        0 |        0
2.68/2.78	c  0.2s |       0 |    14119 |        0 |     8868      0 |        0 |        0
2.68/2.78	c #cpu_time = 0.148s
2.68/2.78	c #wall_clock_time = 0.148s
2.68/2.78	c #decision = 14119
2.68/2.78	c #random_decision = 0
2.68/2.78	c #conflict = 0
2.68/2.78	c #restart = 0
2.68/2.79	c BCD2: found a new core of size 3029: cost of the new core is >=53
2.68/2.79	c lower bound updated to 53
2.78/2.82	c BCD2: 53 <= obj <= 254461
2.78/2.82	c BCD2: #cores=1, #unrelaxed=19091, #relaxed=3029, #hardened=0
2.78/2.82	c BCD2: #sat=1 #unsat=2 bias=2/3
2.78/2.83	c Solving starts ...
2.78/2.83	c ============================[ Search Statistics ]============================
2.78/2.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.83	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.83	c =============================================================================
2.78/2.83	c  0.0s |       0 |        0 |        0 |     8868      0 |        0 |        0
3.09/3.16	c  0.3s |       0 |    22102 |        0 |     8868      0 |        0 |        0
3.09/3.16	c #cpu_time = 0.247s
3.09/3.16	c #wall_clock_time = 0.247s
3.09/3.16	c #decision = 22102
3.09/3.16	c #random_decision = 2
3.09/3.16	c #conflict = 0
3.09/3.16	c #restart = 0
3.09/3.16	o 2012
3.09/3.18	c BCD2: updating upper bound: 254461 -> 2011
3.30/3.34	c BCD2: 53 <= obj <= 2011
3.30/3.34	c BCD2: #cores=1, #unrelaxed=19091, #relaxed=3029, #hardened=0
3.30/3.34	c BCD2: #sat=2 #unsat=2 bias=2/4
3.30/3.36	c Solving starts ...
3.30/3.36	c ============================[ Search Statistics ]============================
3.30/3.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.36	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.36	c =============================================================================
3.30/3.36	c  0.0s |       0 |        0 |        0 |     8868      0 |        0 |        1
5.49/5.51	c  2.1s |       0 |    22189 |      100 |     8868      0 |        0 |        1
5.49/5.60	c  2.2s |       1 |    22189 |      100 |     8868      0 |        0 |        1
9.69/9.78	c  6.4s |       1 |    42329 |      200 |     9755      0 |        0 |        1
11.19/11.28	c  7.9s |       2 |    42417 |      250 |     9755      0 |        0 |        1
15.79/15.84	c 12.5s |       2 |    67883 |      350 |    10731      0 |        0 |        1
19.28/19.30	c 15.9s |       2 |    72430 |      450 |    10731      0 |        0 |        1
19.90/19.93	c 16.6s |       3 |    72525 |      475 |    10731      0 |        0 |        1
22.88/22.95	c 19.6s |       3 |    92666 |      575 |    11805      0 |        0 |        1
25.89/25.97	c 22.6s |       3 |    94222 |      675 |    11805      0 |        0 |        1
28.09/28.13	c 24.8s |       3 |    94959 |      775 |    11805      0 |        0 |        1
28.79/28.85	c 25.5s |       4 |    95029 |      813 |    11805      0 |        0 |        1
32.88/32.92	c 29.6s |       4 |   114400 |      913 |    12986      0 |        0 |        1
36.48/36.56	c 33.2s |       4 |   117110 |     1013 |    12986      0 |        0 |        1
41.59/41.65	c 38.3s |       4 |   117650 |     1113 |    12986      0 |        0 |        1
45.28/45.35	c 42.0s |       4 |   117916 |     1213 |    12986      0 |        0 |        1
50.98/51.04	c 47.7s |       4 |   118129 |     1313 |    12986      0 |        0 |        1
51.38/51.42	c 48.1s |       5 |   118139 |     1320 |    12986      0 |        0 |        1
56.88/56.93	c 53.6s |       5 |   138560 |     1420 |    14285      0 |        0 |        1
62.98/63.02	c 59.7s |       5 |   138751 |     1520 |    14285      0 |        0 |        1
69.48/69.57	c 66.2s |       5 |   139089 |     1620 |    14285      0 |        0 |        1
75.57/75.68	c 72.3s |       5 |   141471 |     1720 |    14285      0 |        0 |        1
79.87/79.98	c 76.6s |       5 |   145364 |     1820 |    14285      0 |        0 |        1
82.97/83.06	c 79.7s |       5 |   146586 |     1920 |    14285      0 |        0 |        1
86.88/86.96	c 83.6s |       5 |   146860 |     2020 |    14285      0 |        0 |        1
88.48/88.54	c 85.2s |       6 |   146916 |     2081 |    15714      0 |        0 |        1
92.17/92.23	c 88.9s |       6 |   166128 |     2181 |    15714      0 |        0 |        1
96.97/97.03	c 93.7s |       6 |   166325 |     2281 |    15714      0 |        0 |        1
100.27/100.31	c 96.9s |       6 |   166445 |     2381 |    15714      0 |        0 |        1
103.17/103.20	c 99.8s |       6 |   166525 |     2481 |    15714      0 |        0 |        1
106.68/106.75	c  103s |       6 |   166623 |     2581 |    15714      0 |        0 |        1
109.47/109.54	c  106s |       6 |   166725 |     2681 |    15714      0 |        0 |        1
112.57/112.61	c  109s |       6 |   166847 |     2781 |    15714      0 |        0 |        1
115.47/115.57	c  112s |       6 |   166922 |     2881 |    15714      0 |        0 |        1
118.47/118.55	c  115s |       6 |   167043 |     2981 |    15714      0 |        0 |        1
121.77/121.81	c  118s |       6 |   167132 |     3081 |    15714      0 |        0 |        1
124.77/124.82	c  121s |       6 |   167245 |     3181 |    15714      0 |        0 |        1
126.07/126.10	c  122s |       7 |   167285 |     3223 |    17286      0 |        0 |        1
131.07/131.13	c  127s |       7 |   186536 |     3323 |    17286      0 |        0 |        1
134.37/134.43	c  131s |       7 |   186649 |     3423 |    17286      0 |        0 |        1
139.96/140.00	c  136s |       7 |   186975 |     3523 |    17286      0 |        0 |        1
142.97/143.07	c  139s |       7 |   187076 |     3623 |    17286      0 |        0 |        1
146.06/146.17	c  142s |       7 |   187166 |     3723 |    17286      0 |        0 |        1
149.16/149.28	c  145s |       7 |   187268 |     3823 |    17286      0 |        0 |        1
152.26/152.30	c  148s |       7 |   187360 |     3923 |    17286      0 |        0 |        1
155.26/155.30	c  151s |       7 |   187471 |     4023 |    17286      0 |        0 |        1
158.37/158.40	c  155s |       7 |   187675 |     4123 |    17286      0 |        0 |        1
162.26/162.34	c  158s |       7 |   187779 |     4223 |    17286      0 |        0 |        1
165.56/165.61	c  162s |       7 |   187892 |     4323 |    17286      0 |        0 |        1
170.96/171.06	c  167s |       7 |   188134 |     4423 |    17286      0 |        0 |        1
174.16/174.27	c  170s |       7 |   188245 |     4523 |    17286      0 |        0 |        1
177.66/177.77	c  174s |       7 |   188439 |     4623 |    17286      0 |        0 |        1
180.57/180.63	c  177s |       7 |   188578 |     4723 |    17286      0 |        0 |        1
185.66/185.78	c  182s |       7 |   188778 |     4823 |    17286      0 |        0 |        1
191.46/191.58	c  188s |       7 |   189884 |     4923 |    19015      0 |        0 |        1
191.86/191.97	c  188s |       8 |   190000 |     4936 |    19015      0 |        0 |        1
197.46/197.53	c  194s |       8 |   209458 |     5036 |    19015      0 |        0 |        1
204.26/204.39	c  201s |       8 |   213203 |     5136 |    19015      0 |        0 |        1
215.86/215.98	c  212s |       8 |   220414 |     5236 |    19015      0 |        0 |        1
233.45/233.52	c  230s |       8 |   237159 |     5336 |    19015      0 |        0 |        1
239.55/239.68	c  236s |       8 |   238288 |     5436 |    19015      0 |        0 |        1
242.06/242.11	c  238s |       8 |   238744 |     5536 |    19015      0 |        0 |        1
247.85/247.99	c  244s |       8 |   246283 |     5636 |    19015      0 |        0 |        1
254.75/254.80	c  251s |       8 |   252027 |     5736 |    19015      0 |        0 |        1
263.45/263.54	c  260s |       8 |   253843 |     5836 |    19015      0 |        0 |        1
270.75/270.86	c  267s |       8 |   256183 |     5936 |    19015      0 |        0 |        1
274.75/274.86	c  271s |       8 |   259530 |     6036 |    19015      0 |        0 |        1
282.45/282.53	c  279s |       8 |   262107 |     6136 |    19015      0 |        0 |        1
290.84/290.93	c  287s |       8 |   265375 |     6236 |    19015      0 |        0 |        1
296.54/296.63	c  293s |       8 |   266470 |     6336 |    19015      0 |        0 |        1
305.95/306.08	c  302s |       8 |   267004 |     6436 |    19015      0 |        0 |        1
315.24/315.36	c  311s |       8 |   268549 |     6536 |    19015      0 |        0 |        1
320.64/320.70	c  317s |       8 |   270708 |     6636 |    19015      0 |        0 |        1
325.04/325.18	c  321s |       8 |   273126 |     6836 |    19015      0 |        0 |        1
327.94/328.04	c  324s |       8 |   273218 |     6936 |    19015      0 |        0 |        1
331.04/331.18	c  327s |       8 |   273316 |     7036 |    19015      0 |        0 |        1
334.24/334.38	c  331s |       8 |   273418 |     7136 |    19015      0 |        0 |        1
337.33/337.46	c  334s |       8 |   273519 |     7236 |    19015      0 |        0 |        1
342.64/342.75	c  339s |       8 |   273717 |     7336 |    19015      0 |        0 |        1
346.24/346.37	c  343s |       8 |   273808 |     7436 |    19015      0 |        0 |        1
348.44/348.55	c  345s |       9 |   273881 |     7506 |    20917      0 |        0 |        1
354.84/354.94	c  351s |       9 |   293101 |     7606 |    20917      0 |        0 |        1
361.24/361.37	c  358s |       9 |   304612 |     7706 |    20917      0 |        0 |        1
365.03/365.12	c  361s |       9 |   304705 |     7806 |    20917      0 |        0 |        1
368.33/368.46	c  365s |       9 |   304824 |     7906 |    20917      0 |        0 |        1
371.84/371.97	c  368s |       9 |   304928 |     8006 |    20917      0 |        0 |        1
376.03/376.20	c  372s |       9 |   305052 |     8106 |    20917      0 |        0 |        1
380.33/380.47	c  377s |       9 |   305225 |     8206 |    20917      0 |        0 |        1
383.43/383.59	c  380s |       9 |   305332 |     8306 |    20917      0 |        0 |        1
388.43/388.52	c  385s |       9 |   305555 |     8406 |    20917      0 |        0 |        1
393.33/393.49	c  390s |       9 |   305657 |     8506 |    20917      0 |        0 |        1
397.83/397.91	c  394s |       9 |   305762 |     8606 |    20917      0 |        0 |        1
402.03/402.19	c  398s |       9 |   305854 |     8706 |    20917      0 |        0 |        1
407.93/408.06	c  404s |       9 |   306038 |     8806 |    20917      0 |        0 |        1
412.23/412.39	c  409s |       9 |   306176 |     8906 |    20917      0 |        0 |        1
415.62/415.78	c  412s |       9 |   306265 |     9006 |    20917      0 |        0 |        1
419.03/419.16	c  415s |       9 |   306367 |     9106 |    20917      0 |        0 |        1
424.33/424.40	c  421s |       9 |   306738 |     9206 |    20917      0 |        0 |        1
427.93/428.04	c  424s |       9 |   306853 |     9306 |    20917      0 |        0 |        1
434.92/435.09	c  431s |       9 |   308680 |     9406 |    20917      0 |        0 |        1
443.42/443.59	c  440s |       9 |   309057 |     9506 |    20917      0 |        0 |        1
449.72/449.88	c  446s |       9 |   312525 |     9606 |    20917      0 |        0 |        1
458.11/458.24	c  454s |       9 |   319880 |     9706 |    20917      0 |        0 |        1
467.01/467.13	c  463s |       9 |   329094 |     9806 |    20917      0 |        0 |        1
472.30/472.47	c  469s |       9 |   332643 |     9906 |    20917      0 |        0 |        1
476.61/476.77	c  473s |       9 |   332722 |    10006 |    20917      0 |        0 |        1
481.50/481.65	c  478s |       9 |   332842 |    10106 |    20917      0 |        0 |        1
487.11/487.24	c  483s |       9 |   332969 |    10206 |    20917      0 |        0 |        1
494.40/494.51	c  491s |       9 |   337182 |    10306 |    20917      0 |        0 |        1
498.70/498.86	c  495s |       9 |   337280 |    10406 |    20917      0 |        0 |        1
503.29/503.48	c  500s |       9 |   337376 |    10506 |    20917      0 |        0 |        1
507.99/508.17	c  504s |       9 |   337468 |    10606 |    20917      0 |        0 |        1
512.19/512.32	c  508s |       9 |   337560 |    10706 |    20917      0 |        0 |        1
517.89/518.07	c  514s |       9 |   337747 |    10806 |    20917      0 |        0 |        1
523.49/523.66	c  520s |       9 |   337870 |    10906 |    20917      0 |        0 |        1
528.00/528.13	c  524s |       9 |   337978 |    11006 |    20917      0 |        0 |        1
532.30/532.48	c  529s |       9 |   338083 |    11106 |    20917      0 |        0 |        1
537.09/537.25	c  533s |       9 |   338165 |    11206 |    20917      0 |        0 |        1
541.39/541.52	c  538s |       9 |   338281 |    11306 |    23009      0 |        0 |        1
543.69/543.88	c  540s |      10 |   338303 |    11361 |    23009      0 |        0 |        1
552.69/552.86	c  549s |      10 |   357521 |    11461 |    23009      0 |        0 |        1
558.59/558.72	c  555s |      10 |   357833 |    11561 |    23009      0 |        0 |        1
563.20/563.38	c  560s |      10 |   357944 |    11661 |    23009      0 |        0 |        1
567.19/567.33	c  563s |      10 |   358046 |    11761 |    23009      0 |        0 |        1
573.28/573.45	c  570s |      10 |   361385 |    11861 |    23009      0 |        0 |        1
579.18/579.31	c  575s |      10 |   362399 |    11961 |    23009      0 |        0 |        1
583.38/583.53	c  580s |      10 |   362583 |    12061 |    23009      0 |        0 |        1
587.48/587.67	c  584s |      10 |   362682 |    12161 |    23009      0 |        0 |        1
591.28/591.44	c  588s |      10 |   362814 |    12261 |    23009      0 |        0 |        1
597.38/597.58	c  594s |      10 |   363018 |    12361 |    23009      0 |        0 |        1
607.48/607.61	c  604s |      10 |   363319 |    12461 |    23009      0 |        0 |        1
619.18/619.39	c  616s |      10 |   363319 |    12561 |    23009      0 |        0 |        1
629.08/629.21	c  625s |      10 |   371175 |    12661 |    23009      0 |        0 |        1
638.87/639.02	c  635s |      10 |   371216 |    12761 |    23009      0 |        0 |        1
651.57/651.70	c  648s |      10 |   377905 |    12861 |    23009      0 |        0 |        1
662.07/662.27	c  658s |      10 |   378687 |    12961 |    23009      0 |        0 |        1
675.16/675.30	c  671s |      10 |   378687 |    13061 |    23009      0 |        0 |        1
683.07/683.25	c  679s |      10 |   378948 |    13161 |    23009      0 |        0 |        1
695.17/695.37	c  692s |      10 |   378948 |    13261 |    23009      0 |        0 |        1
708.76/708.91	c  705s |      10 |   380098 |    13361 |    23009      0 |        0 |        1
719.76/719.96	c  716s |      10 |   383915 |    13461 |    23009      0 |        0 |        1
736.46/736.67	c  733s |      10 |   385467 |    13561 |    23009      0 |        0 |        1
751.26/751.49	c  748s |      10 |   385488 |    13661 |    23009      0 |        0 |        1
763.36/763.52	c  760s |      10 |   387095 |    13761 |    23009      0 |        0 |        1
781.55/781.75	c  778s |      10 |   388070 |    13861 |    23009      0 |        0 |        1
799.65/799.87	c  796s |      10 |   388307 |    13961 |    23009      0 |        0 |        1
811.44/811.61	c  808s |      10 |   388403 |    14061 |    23009      0 |        0 |        1
822.74/822.95	c  819s |      10 |   388494 |    14161 |    23009      0 |        0 |        1
833.24/833.47	c  830s |      10 |   388590 |    14261 |    23009      0 |        0 |        1
844.44/844.68	c  841s |      10 |   388689 |    14361 |    23009      0 |        0 |        1
855.14/855.33	c  851s |      10 |   388804 |    14461 |    23009      0 |        0 |        1
866.03/866.29	c  862s |      10 |   388889 |    14561 |    23009      0 |        0 |        1
876.54/876.79	c  873s |      10 |   389011 |    14661 |    23009      0 |        0 |        1
887.43/887.67	c  884s |      10 |   389091 |    14761 |    23009      0 |        0 |        1
897.73/897.90	c  894s |      10 |   389177 |    14861 |    23009      0 |        0 |        1
908.23/908.41	c  905s |      10 |   389268 |    14961 |    23009      0 |        0 |        1
918.93/919.14	c  915s |      10 |   389374 |    15061 |    23009      0 |        0 |        1
929.43/929.61	c  926s |      10 |   389486 |    15161 |    23009      0 |        0 |        1
940.53/940.73	c  937s |      10 |   389576 |    15261 |    23009      0 |        0 |        1
950.92/951.12	c  947s |      10 |   389682 |    15361 |    23009      0 |        0 |        1
962.02/962.27	c  958s |      10 |   389779 |    15461 |    23009      0 |        0 |        1
972.81/973.10	c  969s |      10 |   389906 |    15561 |    23009      0 |        0 |        1
983.81/984.05	c  980s |      10 |   389958 |    15661 |    23009      0 |        0 |        1
994.11/994.31	c  990s |      10 |   390065 |    15761 |    23009      0 |        0 |        1
1008.01/1008.28	c 1004s |      10 |   390205 |    15861 |    23009      0 |        0 |        1
1018.21/1018.48	c 1015s |      10 |   390275 |    15961 |    23009      0 |        0 |        1
1029.52/1029.74	c 1026s |      10 |   390405 |    16061 |    23009      0 |        0 |        1
1039.50/1039.79	c 1036s |      10 |   390478 |    16161 |    23009      0 |        0 |        1
1050.80/1051.04	c 1047s |      10 |   390552 |    16261 |    23009      0 |        0 |        1
1061.41/1061.65	c 1058s |      10 |   390703 |    16361 |    23009      0 |        0 |        1
1072.70/1072.96	c 1069s |      10 |   390780 |    16461 |    23009      0 |        0 |        1
1083.10/1083.30	c 1079s |      10 |   390845 |    16561 |    23009      0 |        0 |        1
1094.40/1094.67	c 1091s |      10 |   391004 |    16661 |    23009      0 |        0 |        1
1105.09/1105.34	c 1101s |      10 |   391085 |    16761 |    23009      0 |        0 |        1
1114.49/1114.72	c 1111s |      10 |   391209 |    16861 |    23009      0 |        0 |        1
1127.79/1128.00	c 1124s |      10 |   391345 |    16961 |    23009      0 |        0 |        1
1136.98/1137.24	c 1133s |      10 |   391458 |    17061 |    25310      0 |        0 |        1
1144.59/1144.86	c 1141s |      11 |   391532 |    17144 |    25310      0 |        0 |        1
1166.38/1166.62	c 1163s |      11 |   412063 |    17244 |    25310      0 |        0 |        1
1176.28/1176.54	c 1173s |      11 |   413767 |    17344 |    25310      0 |        0 |        1
1181.08/1181.33	c 1177s |      11 |   415420 |    17444 |    25310      0 |        0 |        1
1188.09/1188.30	c 1184s |      11 |   416048 |    17544 |    25310      0 |        0 |        1
1195.78/1196.05	c 1192s |      11 |   417226 |    17644 |    25310      0 |        0 |        1
1205.58/1205.83	c 1202s |      11 |   417226 |    17744 |    25310      0 |        0 |        1
1215.29/1215.53	c 1212s |      11 |   417425 |    17844 |    25310      0 |        0 |        1
1225.78/1226.04	c 1222s |      11 |   418600 |    17944 |    25310      0 |        0 |        1
1233.57/1233.86	c 1230s |      11 |   419719 |    18044 |    25310      0 |        0 |        1
1237.78/1238.05	c 1234s |      11 |   421351 |    18144 |    25310      0 |        0 |        1
1244.98/1245.29	c 1241s |      11 |   423443 |    18244 |    25310      0 |        0 |        1
1252.87/1253.14	c 1249s |      11 |   423950 |    18344 |    25310      0 |        0 |        1
1259.77/1260.09	c 1256s |      11 |   424140 |    18444 |    25310      0 |        0 |        1
1268.97/1269.22	c 1265s |      11 |   425129 |    18544 |    25310      0 |        0 |        1
1277.47/1277.73	c 1274s |      11 |   425458 |    18644 |    25310      0 |        0 |        1
1288.06/1288.33	c 1284s |      11 |   426309 |    18744 |    25310      0 |        0 |        1
1297.77/1298.08	c 1294s |      11 |   427349 |    18844 |    25310      0 |        0 |        1
1301.86/1302.10	c 1298s |      11 |   427852 |    18944 |    25310      0 |        0 |        1
1306.36/1306.61	c 1303s |      11 |   428206 |    19044 |    25310      0 |        0 |        1
1312.76/1313.04	c 1309s |      11 |   430790 |    19144 |    25310      0 |        0 |        1
1320.55/1320.89	c 1317s |      11 |   431092 |    19244 |    25310      0 |        0 |        1
1329.45/1329.77	c 1326s |      11 |   432617 |    19344 |    25310      0 |        0 |        1
1342.14/1342.41	c 1339s |      11 |   434126 |    19444 |    25310      0 |        0 |        1
1351.75/1352.03	c 1348s |      11 |   435256 |    19544 |    25310      0 |        0 |        1
1361.95/1362.21	c 1358s |      11 |   436089 |    19644 |    25310      0 |        0 |        1
1370.45/1370.79	c 1367s |      11 |   436659 |    19744 |    25310      0 |        0 |        1
1379.04/1379.34	c 1375s |      11 |   436794 |    19844 |    25310      0 |        0 |        1
1388.24/1388.52	c 1385s |      11 |   437012 |    19944 |    25310      0 |        0 |        1
1395.34/1395.63	c 1392s |      11 |   437688 |    20044 |    25310      0 |        0 |        1
1404.84/1405.10	c 1401s |      11 |   441731 |    20144 |    25310      0 |        0 |        1
1417.53/1417.83	c 1414s |      11 |   441731 |    20244 |    25310      0 |        0 |        1
1428.43/1428.78	c 1425s |      11 |   442859 |    20344 |    25310      0 |        0 |        1
1439.33/1439.60	c 1436s |      11 |   442859 |    20444 |    25310      0 |        0 |        1
1448.13/1448.40	c 1445s |      11 |   442934 |    20544 |    25310      0 |        0 |        1
1459.83/1460.12	c 1456s |      11 |   443304 |    20644 |    25310      0 |        0 |        1
1471.92/1472.23	c 1468s |      11 |   443932 |    20744 |    25310      0 |        0 |        1
1479.24/1479.52	c 1476s |      11 |   444313 |    20844 |    25310      0 |        0 |        1
1483.63/1483.96	c 1480s |      11 |   444640 |    20944 |    25310      0 |        0 |        1
1488.22/1488.52	c 1485s |      11 |   445812 |    21044 |    25310      0 |        0 |        1
1491.62/1491.99	c 1488s |      11 |   446347 |    21144 |    25310      0 |        0 |        1
1495.83/1496.12	c 1492s |      11 |   446490 |    21244 |    25310      0 |        0 |        1
1500.01/1500.37	c 1497s |      11 |   446582 |    21344 |    25310      0 |        0 |        1
1503.82/1504.15	c 1500s |      11 |   446691 |    21444 |    25310      0 |        0 |        1
1507.72/1508.10	c 1504s |      11 |   446796 |    21544 |    25310      0 |        0 |        1
1511.42/1511.72	c 1508s |      11 |   446897 |    21644 |    25310      0 |        0 |        1
1515.11/1515.40	c 1512s |      11 |   446993 |    21744 |    25310      0 |        0 |        1
1518.72/1519.02	c 1515s |      11 |   447086 |    21844 |    25310      0 |        0 |        1
1522.52/1522.80	c 1519s |      11 |   447218 |    21944 |    25310      0 |        0 |        1
1526.02/1526.38	c 1523s |      11 |   447299 |    22044 |    25310      0 |        0 |        1
1529.92/1530.22	c 1526s |      11 |   447379 |    22144 |    25310      0 |        0 |        1
1534.01/1534.34	c 1530s |      11 |   447490 |    22244 |    25310      0 |        0 |        1
1537.82/1538.12	c 1534s |      11 |   447591 |    22344 |    25310      0 |        0 |        1
1541.71/1542.07	c 1538s |      11 |   447685 |    22444 |    25310      0 |        0 |        1
1545.92/1546.21	c 1542s |      11 |   447795 |    22544 |    25310      0 |        0 |        1
1550.61/1550.96	c 1547s |      11 |   447893 |    22644 |    25310      0 |        0 |        1
1554.41/1554.77	c 1551s |      11 |   447992 |    22744 |    25310      0 |        0 |        1
1558.21/1558.55	c 1555s |      11 |   448087 |    22844 |    25310      0 |        0 |        1
1565.91/1566.27	c 1562s |      11 |   448287 |    22944 |    25310      0 |        0 |        1
1574.21/1574.59	c 1571s |      11 |   448714 |    23044 |    25310      0 |        0 |        1
1585.51/1585.89	c 1582s |      11 |   448872 |    23144 |    25310      0 |        0 |        1
1593.30/1593.69	c 1590s |      11 |   448903 |    23244 |    25310      0 |        0 |        1
1605.01/1605.32	c 1601s |      11 |   449696 |    23344 |    25310      0 |        0 |        1
1614.40/1614.77	c 1611s |      11 |   451113 |    23444 |    25310      0 |        0 |        1
1627.81/1628.18	c 1624s |      11 |   451113 |    23544 |    25310      0 |        0 |        1
1641.49/1641.83	c 1638s |      11 |   451479 |    23644 |    25310      0 |        0 |        1
1653.49/1653.90	c 1650s |      11 |   451479 |    23744 |    25310      0 |        0 |        1
1667.30/1667.67	c 1664s |      11 |   451479 |    23844 |    25310      0 |        0 |        1
1682.99/1683.30	c 1679s |      11 |   451479 |    23944 |    25310      0 |        0 |        1
1695.90/1696.22	c 1692s |      11 |   451866 |    24044 |    25310      0 |        0 |        1
1703.89/1704.21	c 1700s |      11 |   452403 |    24144 |    25310      0 |        0 |        1
1708.48/1708.83	c 1705s |      11 |   452786 |    24244 |    25310      0 |        0 |        1
1717.09/1717.43	c 1714s |      11 |   455576 |    24344 |    25310      0 |        0 |        1
1725.78/1726.16	c 1722s |      11 |   456909 |    24444 |    25310      0 |        0 |        1
1735.88/1736.26	c 1732s |      11 |   458458 |    24544 |    25310      0 |        0 |        1
1745.39/1745.78	c 1742s |      11 |   461600 |    24644 |    25310      0 |        0 |        1
1752.18/1752.50	c 1749s |      11 |   463864 |    24744 |    25310      0 |        0 |        1
1758.07/1758.45	c 1755s |      11 |   464237 |    24844 |    25310      0 |        0 |        1
1765.19/1765.55	c 1762s |      11 |   464631 |    24944 |    25310      0 |        0 |        1
1774.88/1775.29	c 1771s |      11 |   464797 |    25044 |    25310      0 |        0 |        1
1784.28/1784.65	c 1781s |      11 |   465281 |    25144 |    25310      0 |        0 |        1
1792.97/1793.39	c 1790s |      11 |   465844 |    25244 |    25310      0 |        0 |        1

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

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

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


[startup+0 s]
/proc/loadavg: 2.45 2.33 2.23 3/180 12992
/proc/meminfo: memFree=29178780/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=774588 CPUtime=0 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 2899 0 0 0 0 0 0 0 20 0 4 0 109975969 793178112 3260 33554432000 4194304 16246674 140737284612496 140737284611920 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 194159 3268 441 2943 0 191053 0
[pid=12992/tid=12993] ppid=12989 vsize=791996 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 811003904 3325 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=796092 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 815198208 3344 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=800188 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109975970 819392512 3360 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100218 s]
/proc/loadavg: 2.45 2.33 2.23 3/180 12992
/proc/meminfo: memFree=29178780/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 29614 0 0 0 5 4 0 0 20 0 4 0 109975969 1334382592 29913 33554432000 4194304 16246674 140737284612496 140737284611808 7374276 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 325777 29927 800 2943 0 322671 0
[pid=12992/tid=12993] ppid=12989 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 1334382592 29938 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 1334382592 29949 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 1334382592 29961 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200503 s]
/proc/loadavg: 2.45 2.33 2.23 3/180 12992
/proc/meminfo: memFree=29178780/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 45117 0 0 0 13 6 0 0 20 0 4 0 109975969 1343819776 45926 33554432000 4194304 16246674 140737284612496 140737284611808 7374578 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 328081 45926 801 2943 0 324975 0
[pid=12992/tid=12993] ppid=12989 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 1343819776 45926 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 1343819776 45926 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 1343819776 45926 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300491 s]
/proc/loadavg: 2.45 2.33 2.23 3/180 12992
/proc/meminfo: memFree=29178780/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 56047 0 0 0 22 7 0 0 20 0 4 0 109975969 1343819776 56856 33554432000 4194304 16246674 140737284612496 140737284611808 4221091 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 328081 56856 801 2943 0 324975 0
[pid=12992/tid=12993] ppid=12989 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 1343819776 56856 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 1343819776 56856 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 1343819776 56856 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700416 s]
/proc/loadavg: 2.45 2.33 2.23 3/180 12992
/proc/meminfo: memFree=29178780/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=1317444 CPUtime=0.69 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 66145 0 0 0 61 8 0 0 20 0 4 0 109975969 1349062656 66954 33554432000 4194304 16246674 140737284612496 140737284611808 4221840 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 329361 66954 829 2943 0 326255 0
[pid=12992/tid=12993] ppid=12989 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 1349062656 66954 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 1349062656 66954 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 1349062656 66954 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1317444

[startup+1.5004 s]
/proc/loadavg: 2.41 2.33 2.23 3/184 12996
/proc/meminfo: memFree=28911788/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=1317444 CPUtime=1.49 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 66355 0 0 0 141 8 0 0 20 0 4 0 109975969 1349062656 67164 33554432000 4194304 16246674 140737284612496 140737284611808 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 329361 67164 830 2943 0 326255 0
[pid=12992/tid=12993] ppid=12989 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 1349062656 67164 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 1349062656 67164 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 1349062656 67164 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1317444

[startup+3.10036 s]
/proc/loadavg: 2.41 2.33 2.23 3/184 12996
/proc/meminfo: memFree=28870992/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=1321540 CPUtime=3.09 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 77413 0 0 0 299 10 0 0 20 0 4 0 109975969 1353256960 78222 33554432000 4194304 16246674 140737284612496 140737284594368 12415827 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 330385 78222 906 2943 0 327279 0
[pid=12992/tid=12993] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 1353256960 78222 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 1353256960 78222 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 1353256960 78222 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1321540

[startup+6.30038 s]
/proc/loadavg: 2.38 2.32 2.23 3/184 12996
/proc/meminfo: memFree=28718848/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=1321540 CPUtime=6.28 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 124122 0 0 0 613 15 0 0 20 0 4 0 109975969 1353256960 124931 33554432000 4194304 16246674 140737284612496 140737284594368 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 330385 124931 919 2943 0 327279 0
[pid=12992/tid=12993] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 1353256960 124931 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 1353256960 124931 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 1353256960 124931 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1321540

[startup+12.7004 s]
/proc/loadavg: 2.35 2.32 2.23 3/184 12996
/proc/meminfo: memFree=28679680/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=1321540 CPUtime=12.69 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 125340 0 0 0 1253 16 0 0 20 0 4 0 109975969 1353256960 126149 33554432000 4194304 16246674 140737284612496 140737284611672 4206928 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 330385 126149 920 2943 0 327279 0
[pid=12992/tid=12993] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 1353256960 126149 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 1353256960 126149 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 1353256960 126149 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1321540

[startup+25.5005 s]
/proc/loadavg: 2.34 2.32 2.23 3/184 12997
/proc/meminfo: memFree=28620520/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=1321540 CPUtime=25.49 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 139082 0 0 0 2530 19 0 0 20 0 4 0 109975969 1353256960 139891 33554432000 4194304 16246674 140737284612496 140737284611672 12477804 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 330385 139891 920 2943 0 327279 0
[pid=12992/tid=12993] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 1353256960 139891 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 1353256960 139891 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 1353256960 139891 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1321540

[startup+51.1005 s]
/proc/loadavg: 2.35 2.32 2.23 3/183 12997
/proc/meminfo: memFree=28563820/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=1321540 CPUtime=51.08 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 155635 0 0 0 5087 21 0 0 20 0 4 0 109975969 1353256960 156444 33554432000 4194304 16246674 140737284612496 140737284594368 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 330385 156444 920 2943 0 327279 0
[pid=12992/tid=12993] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 1353256960 156444 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 1353256960 156444 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 1353256960 156444 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1321540

[startup+102.3 s]
/proc/loadavg: 2.24 2.30 2.23 3/183 12998
/proc/meminfo: memFree=28440404/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=1321540 CPUtime=102.28 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 184048 0 0 0 10202 26 0 0 20 0 4 0 109975969 1353256960 184857 33554432000 4194304 16246674 140737284612496 140737284611672 12415740 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 330385 184857 920 2943 0 327279 0
[pid=12992/tid=12993] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 1353256960 184857 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 1353256960 184857 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 1353256960 184857 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1321540


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

/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 2420707328 532700 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 2363972

[startup+1302.3 s]
/proc/loadavg: 2.08 2.14 2.17 3/183 13028
/proc/meminfo: memFree=26928456/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=2466372 CPUtime=1302.06 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 557317 0 0 0 130046 160 0 0 20 0 4 0 109975969 2525564928 558337 33554432000 4194304 16246674 140737284612496 140737284611592 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 616593 558337 922 2943 0 613487 0
[pid=12992/tid=12993] ppid=12989 vsize=2466372 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 2525564928 558337 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=2466372 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 2525564928 558337 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=2466372 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 2525564928 558337 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 2466372

[startup+1362.3 s]
/proc/loadavg: 2.10 2.13 2.16 3/183 13029
/proc/meminfo: memFree=26816140/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=2566724 CPUtime=1362.04 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 582299 0 0 0 136027 177 0 0 20 0 4 0 109975969 2628325376 583310 33554432000 4194304 16246674 140737284612496 140737284611592 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 641681 583310 922 2943 0 638575 0
[pid=12992/tid=12993] ppid=12989 vsize=2566724 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 2628325376 583310 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=2566724 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 2628325376 583310 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=2566724 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 2628325376 583310 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 2566724

[startup+1422.3 s]
/proc/loadavg: 2.13 2.13 2.16 4/183 13030
/proc/meminfo: memFree=26745364/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=2636356 CPUtime=1422.04 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 599857 0 0 0 142016 188 0 0 20 0 4 0 109975969 2699628544 600866 33554432000 4194304 16246674 140737284612496 140737284594368 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 659089 600866 922 2943 0 655983 0
[pid=12992/tid=12993] ppid=12989 vsize=2636356 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 2699628544 600866 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=2636356 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 2699628544 600866 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=2636356 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 2699628544 600866 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 2636356

[startup+1482.3 s]
/proc/loadavg: 2.18 2.15 2.16 3/183 13080
/proc/meminfo: memFree=26722804/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=2732612 CPUtime=1482.02 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 623875 0 0 0 148004 198 0 0 20 0 4 0 109975969 2798194688 624884 33554432000 4194304 16246674 140737284612496 140737284611672 13759557 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 683153 624884 922 2943 0 680047 0
[pid=12992/tid=12993] ppid=12989 vsize=2732612 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 2798194688 624884 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=2732612 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 2798194688 624884 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=2732612 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 2798194688 624884 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 2732612

[startup+1542.31 s]
/proc/loadavg: 2.15 2.15 2.16 3/183 13081
/proc/meminfo: memFree=26629636/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=2811460 CPUtime=1542.02 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 643540 0 0 0 153994 208 0 0 20 0 4 0 109975969 2878935040 644547 33554432000 4194304 16246674 140737284612496 140737284611672 5600808 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 702865 644547 922 2943 0 699759 0
[pid=12992/tid=12993] ppid=12989 vsize=2811460 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 2878935040 644547 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=2811460 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 2878935040 644547 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=2811460 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 2878935040 644547 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 2811460

[startup+1602.3 s]
/proc/loadavg: 2.19 2.16 2.17 3/183 13083
/proc/meminfo: memFree=26545124/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=2896452 CPUtime=1602.01 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 664636 0 0 0 159982 219 0 0 20 0 4 0 109975969 2965966848 665642 33554432000 4194304 16246674 140737284612496 140737284611592 4220965 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 724113 665642 922 2943 0 721007 0
[pid=12992/tid=12993] ppid=12989 vsize=2896452 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 2965966848 665642 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=2896452 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 2965966848 665642 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=2896452 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 2965966848 665642 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 2896452

[startup+1662.3 s]
/proc/loadavg: 2.19 2.16 2.16 4/183 13084
/proc/meminfo: memFree=26471372/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=2969156 CPUtime=1662 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 683061 0 0 0 165973 227 0 0 20 0 4 0 109975969 3040415744 684066 33554432000 4194304 16246674 140737284612496 140737284611672 12483204 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 742289 684066 922 2943 0 739183 0
[pid=12992/tid=12993] ppid=12989 vsize=2969156 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 3040415744 684066 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=2969156 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 3040415744 684066 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=2969156 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 3040415744 684066 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 2969156

[startup+1722.3 s]
/proc/loadavg: 2.21 2.17 2.17 3/183 13085
/proc/meminfo: memFree=26413500/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=3027524 CPUtime=1721.98 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 697494 0 0 0 171961 237 0 0 20 0 4 0 109975969 3100184576 698498 33554432000 4194304 16246674 140737284612496 140737284611672 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 756881 698498 922 2943 0 753775 0
[pid=12992/tid=12993] ppid=12989 vsize=3027524 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 3100184576 698498 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=3027524 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 3100184576 698498 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=3027524 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 3100184576 698498 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 3027524

[startup+1782.3 s]
/proc/loadavg: 2.29 2.20 2.18 4/184 13089
/proc/meminfo: memFree=26269440/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=3170884 CPUtime=1781.97 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 733257 0 0 0 177944 253 0 0 20 0 4 0 109975969 3246985216 734259 33554432000 4194304 16246674 140737284612496 140737284611672 14628944 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 792721 734259 922 2943 0 789615 0
[pid=12992/tid=12993] ppid=12989 vsize=3170884 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 3246985216 734259 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=3170884 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 3246985216 734259 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=3170884 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 3246985216 734259 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 3170884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.29 2.21 2.18 3/184 13089
/proc/meminfo: memFree=26232788/32872528 swapFree=15272/1656604
[pid=12992] ppid=12989 vsize=3206724 CPUtime=1800.07 cores=0,2,4,6
/proc/12992/stat : 12992 (toysat) R 12989 12992 9894 0 -1 4202496 742456 0 0 0 179749 258 0 0 20 0 4 0 109975969 3283685376 743458 33554432000 4194304 16246674 140737284612496 140737284611672 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12992/statm: 801681 743458 922 2943 0 798575 0
[pid=12992/tid=12993] ppid=12989 vsize=3206724 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12993/stat : 12993 (toysat) S 12989 12992 9894 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109975969 3283685376 743458 33554432000 4194304 16246674 140737284612496 139838847167728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12994] ppid=12989 vsize=3206724 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (toysat) S 12989 12992 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109975970 3283685376 743458 33554432000 4194304 16246674 140737284612496 139838766427376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12989 vsize=3206724 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (toysat) S 12989 12992 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109975970 3283685376 743458 33554432000 4194304 16246674 140737284612496 139838755953840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3206724

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 12992 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.45
CPU time (s): 1800.12
CPU user time (s): 1797.5
CPU system time (s): 2.6266
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 3206724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.5
system time used= 2.6266
maximum resident set size= 2973832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 742456
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= 88
involuntary context switches= 1837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.55031 second user time and 6.93195 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-07 08:20:26
IDJOB=4079208
IDBENCH=89897
IDSOLVER=2542
FILE ID=node136/4079208-1465280426
RUNJOBID= node136-1465261284-9910
PBS_JOBID= 19843291
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-n3div36.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079208-1465280426/watcher-4079208-1465280426 -o /tmp/evaluation-result-4079208-1465280426/solver-4079208-1465280426 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465261284-9910 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079208-1465280426.opb

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

MD5SUM BENCH= d6fb43de5ad16fe6221d9ec8248960c2
RANDOM SEED=16851684

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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.959
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.959
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.59
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.959
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.959
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:        29179200 kB
Buffers:           45780 kB
Cached:           145704 kB
SwapCached:          768 kB
Active:          1186328 kB
Inactive:         115828 kB
Active(anon):    1109260 kB
Inactive(anon):     3540 kB
Active(file):      77068 kB
Inactive(file):   112288 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099384 kB
Dirty:             19860 kB
Writeback:             0 kB
AnonPages:       2766388 kB
Mapped:            10708 kB
Shmem:                 0 kB
Slab:             598088 kB
SReclaimable:      42232 kB
SUnreclaim:       555856 kB
KernelStack:        1528 kB
PageTables:         9688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2910996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2179072 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= 71700 MiB
End job on node136 at 2016-06-07 08:50:27