Trace number 4079292

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat100_4_32_8.opb
MD5SUMe89bd659c62f9d4197f3ccc320e60b79
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6474781
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 150743150652
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 150743150652
Number of bits of the biggest sum of numbers38
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-07T23:30:44+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-4079292-1465335044.opb"]
0.00/0.01	c use --random-gen="568822610 1928301030 3977492699 3787449768 1961538810 1404191161 130118972 381313023 2485122618 2715328977 3942756164 1913492740 4133989966 3344649129 252463920 1280304156 3792044234 543528082 4257801978 4169290163 111363585 2492554236 1115186247 1274189182 1663512598 3057060780 651725472 3966009342 805186151 3418753028 3901428259 3327547487 4114497660 245244934 1109347448 2043114585 3146556918 2620539676 3990575631 3353713947 1732577402 2056818960 345124659 3267361442 2030934041 898761796 3420498446 738803209 1854884328 332004057 2166227841 1035460604 137389547 243130333 11065469 420018649 3321050157 3849593483 3193208024 1006794396 1811455881 3541422201 2918764983 3516592219 1613360842 4140409443 2522123266 1209888193 2107766726 1482237973 930522059 230434797 3592517331 1236150082 956416062 3228834334 325560467 1703021491 1942991150 2013023436 2241674373 483591086 3571628430 1703584409 4235080469 2368265212 3197821305 2823553414 4008018486 4018476906 195728368 1775358174 4263402935 3948121887 4218853241 3721813422 274020548 1099025077 763836633 3669405520 123344423 4082625476 151499955 110372877 1847487620 797984680 1920687291 2057765323 480331024 1875493162 3339604140 2004941065 4074569945 2466551491 42715338 1932058190 2536545490 3565235333 3686022530 3285181599 2567374137 464553214 1135497300 202227300 1865135872 353776779 3855897899 3659990448 834741011 2753557150 463267052 728946798 3293342200 1752139041 3267039810 2652406348 603983482 891242976 3105964180 2973742908 3247953953 631049990 2654278891 717535614 8155149 3795469937 1316744438 1285838982 1774450401 1364565666 2065403825 2571167650 3561732560 1770524566 958763321 2572713243 2933356402 40892142 3237422941 1792393828 3460207315 3460064956 667377605 986098259 396471317 407396764 1299883717 1639755965 3347861520 3156467983 2272470496 88073957 2508887831 3549951163 1161588550 2974197467 57775101 3185850950 3361872356 394382568 2909305037 1341528338 446037539 1223157876 261175878 3446844231 2934744902 4070037489 2109908017 924555908 30462414 3888338950 3345241989 2533180465 3388166914 3418362332 936282498 365394240 161487139 452028030 3518850834 532866897 2401036424 3112813625 4204020835 805249527 173742154 377388949 4215168098 2663162903 873663829 2699708549 3871558443 3808226263 459690830 796968551 1149244532 2295269125 1254928722 2396555726 1766903358 3795905318 1733054507 989494520 2164514208 1433518459 1719672548 1092602521 2602499679 1165063389 1956000703 4210303604 3729609221 2478359312 3359390902 711057199 3877861511 1166231024 1817283440 2998721742 345482410 2420288774 3352871614 354415596 2924305398 716889167 3807052299 2067170607 1585280345 1651382660 1347525378 1292564903 769022561 805601068 2480470824 3200665462 255 362436" option to reproduce the execution
0.28/0.33	c #vars 20200
0.28/0.33	c #constraints 30206
1.39/1.40	c BCD2: Hardening is enabled.
1.39/1.40	c BCD2: BiasedSearch is enabled.
1.39/1.40	c Solving starts ...
1.39/1.40	c ============================[ Search Statistics ]============================
1.39/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.40	c =============================================================================
1.39/1.42	c  0.0s |       0 |        0 |        0 |    23402      0 |      200 |        0
1.99/2.07	c  0.7s |       1 |      180 |      100 |    23402      0 |      200 |        0
5.50/5.56	c  4.1s |       1 |     1898 |      200 |    25743      0 |      200 |        0
6.79/6.86	c  5.4s |       2 |     1932 |      250 |    25743      0 |      200 |        0
10.49/10.50	c  9.1s |       2 |     2162 |      350 |    28318      0 |      200 |        0
14.09/14.15	c 12.7s |       2 |     2312 |      450 |    28318      0 |      200 |        0
14.79/14.84	c 13.4s |       3 |     2335 |      475 |    28318      0 |      200 |        0
17.69/17.75	c 16.3s |       3 |     2550 |      575 |    31150      0 |      200 |        0
21.39/21.46	c 20.0s |       3 |     2768 |      775 |    31150      0 |      200 |        0
22.89/22.98	c 21.6s |       4 |     2808 |      813 |    31150      0 |      200 |        0
26.29/26.34	c 24.9s |       4 |     3020 |      913 |    34265      0 |      200 |        0
28.49/28.54	c 27.1s |       4 |     3221 |     1013 |    34265      0 |      200 |        0
31.79/31.89	c 30.5s |       4 |     3364 |     1113 |    34265      0 |      200 |        0
36.39/36.45	c 35.0s |       4 |     3452 |     1213 |    34265      0 |      200 |        0
39.48/39.54	c 38.1s |       4 |     3561 |     1313 |    34265      0 |      200 |        0
39.59/39.66	c 38.2s |       5 |     3561 |     1320 |    34265      0 |      200 |        0
42.78/42.82	c 41.4s |       5 |     3911 |     1520 |    37692      0 |      200 |        0
45.19/45.26	c 43.8s |       5 |     4154 |     1720 |    37692      0 |      200 |        0
48.18/48.26	c 46.8s |       5 |     4375 |     1920 |    37692      0 |      200 |        0
50.98/51.05	c 49.6s |       6 |     4576 |     2081 |    41462      0 |      200 |        0
53.99/54.04	c 52.6s |       6 |     4802 |     2181 |    41462      0 |      200 |        0
59.68/59.79	c 58.4s |       6 |     4897 |     2281 |    41462      0 |      200 |        0
63.28/63.38	c 62.0s |       6 |     5017 |     2381 |    41462      0 |      200 |        0
66.88/66.95	c 65.5s |       6 |     5125 |     2481 |    41462      0 |      200 |        0
70.08/70.10	c 68.7s |       6 |     5215 |     2581 |    41462      0 |      200 |        0
72.88/72.91	c 71.5s |       6 |     5342 |     2681 |    41462      0 |      200 |        0
74.88/74.96	c 73.5s |       6 |     5449 |     2781 |    41462      0 |      200 |        0
77.48/77.54	c 76.1s |       6 |     5545 |     2881 |    41462      0 |      200 |        0
79.78/79.81	c 78.4s |       6 |     5648 |     2981 |    41462      0 |      200 |        0
82.88/82.98	c 81.6s |       6 |     5756 |     3081 |    41462      0 |      200 |        0
85.37/85.42	c 84.0s |       6 |     5851 |     3181 |    41462      0 |      200 |        0
86.37/86.41	c 85.0s |       7 |     5909 |     3223 |    45609      0 |      200 |        0
89.18/89.29	c 87.9s |       7 |     6120 |     3323 |    45609      0 |      200 |        0
92.48/92.54	c 91.1s |       7 |     6264 |     3423 |    45609      0 |      200 |        0
95.27/95.31	c 93.9s |       7 |     6376 |     3523 |    45609      0 |      200 |        0
97.98/98.02	c 96.6s |       7 |     6478 |     3623 |    45609      0 |      200 |        0
101.37/101.47	c  100s |       7 |     6734 |     3723 |    45609      0 |      200 |        0
104.48/104.55	c  103s |       7 |     6902 |     3823 |    45609      0 |      200 |        0
107.17/107.24	c  105s |       7 |     7018 |     3923 |    45609      0 |      200 |        0
110.97/111.08	c  109s |       7 |     7132 |     4023 |    45609      0 |      200 |        0
114.17/114.28	c  112s |       7 |     7219 |     4123 |    45609      0 |      200 |        0
117.57/117.68	c  116s |       7 |     7339 |     4223 |    45609      0 |      200 |        0
120.17/120.21	c  118s |       7 |     7449 |     4323 |    45609      0 |      200 |        0
122.47/122.50	c  121s |       7 |     7551 |     4423 |    45609      0 |      200 |        0
124.87/124.99	c  123s |       7 |     7646 |     4523 |    45609      0 |      200 |        0
127.57/127.63	c  126s |       7 |     7747 |     4623 |    45609      0 |      200 |        0
130.06/130.14	c  128s |       7 |     7853 |     4723 |    45609      0 |      200 |        0
133.56/133.64	c  132s |       7 |     7966 |     4823 |    45609      0 |      200 |        0
137.86/137.93	c  136s |       7 |     8035 |     4923 |    50170      0 |      200 |        0
138.16/138.26	c  136s |       8 |     8066 |     4936 |    50170      0 |      200 |        0
140.96/141.04	c  139s |       8 |     8274 |     5036 |    50170      0 |      200 |        0
145.66/145.73	c  144s |       8 |     8535 |     5236 |    50170      0 |      200 |        0
149.26/149.31	c  147s |       8 |     8660 |     5336 |    50170      0 |      200 |        0
153.26/153.31	c  151s |       8 |     8767 |     5436 |    50170      0 |      200 |        0
157.46/157.53	c  156s |       8 |     8904 |     5536 |    50170      0 |      200 |        0
161.96/162.03	c  160s |       8 |     9001 |     5636 |    50170      0 |      200 |        0
166.36/166.46	c  165s |       8 |     9131 |     5736 |    50170      0 |      200 |        0
170.96/171.02	c  169s |       8 |     9246 |     5836 |    50170      0 |      200 |        0
174.36/174.46	c  173s |       8 |     9384 |     5936 |    50170      0 |      200 |        0
178.16/178.26	c  176s |       8 |     9503 |     6036 |    50170      0 |      200 |        0
181.36/181.49	c  180s |       8 |     9637 |     6136 |    50170      0 |      200 |        0
185.05/185.19	c  183s |       8 |     9750 |     6236 |    50170      0 |      200 |        0
187.66/187.72	c  186s |       8 |     9856 |     6336 |    50170      0 |      200 |        0
190.06/190.13	c  188s |       8 |     9964 |     6436 |    50170      0 |      200 |        0
192.57/192.67	c  191s |       8 |    10063 |     6536 |    50170      0 |      200 |        0
195.16/195.28	c  193s |       8 |    10163 |     6636 |    50170      0 |      200 |        0
198.36/198.47	c  197s |       8 |    10289 |     6736 |    50170      0 |      200 |        0
202.16/202.29	c  200s |       8 |    10354 |     6836 |    50170      0 |      200 |        0
205.16/205.20	c  203s |       8 |    10445 |     6936 |    50170      0 |      200 |        0
208.16/208.20	c  206s |       8 |    10565 |     7036 |    50170      0 |      200 |        0
211.66/211.75	c  210s |       8 |    10690 |     7136 |    50170      0 |      200 |        0
214.36/214.42	c  213s |       8 |    10811 |     7236 |    50170      0 |      200 |        0
217.36/217.47	c  216s |       8 |    10956 |     7336 |    50170      0 |      200 |        0
220.07/220.16	c  218s |       8 |    11094 |     7436 |    50170      0 |      200 |        0
221.86/221.94	c  220s |       9 |    11169 |     7506 |    55188      0 |      200 |        0
225.76/225.89	c  224s |       9 |    11549 |     7706 |    55188      0 |      200 |        0
229.56/229.68	c  228s |       9 |    11825 |     7906 |    55188      0 |      200 |        0
232.46/232.58	c  231s |       9 |    12063 |     8106 |    55188      0 |      200 |        0
234.56/234.69	c  233s |       9 |    12272 |     8306 |    55188      0 |      200 |        0
236.96/237.04	c  235s |       9 |    12572 |     8606 |    55188      0 |      200 |        0
238.96/239.08	c  237s |       9 |    12777 |     8806 |    55188      0 |      200 |        0
242.56/242.61	c  241s |       9 |    12981 |     9006 |    55188      0 |      200 |        0
246.15/246.23	c  244s |       9 |    13221 |     9206 |    55188      0 |      200 |        0
248.75/248.85	c  247s |       9 |    13421 |     9406 |    55188      0 |      200 |        0
251.15/251.23	c  249s |       9 |    13637 |     9606 |    55188      0 |      200 |        0
253.45/253.59	c  252s |       9 |    13888 |     9806 |    55188      0 |      200 |        0
256.15/256.29	c  254s |       9 |    14099 |    10006 |    55188      0 |      200 |        0
258.25/258.32	c  256s |       9 |    14202 |    10106 |    55188      0 |      200 |        0
260.25/260.35	c  258s |       9 |    14308 |    10206 |    55188      0 |      200 |        0
262.25/262.37	c  260s |       9 |    14398 |    10306 |    55188      0 |      200 |        0
266.55/266.69	c  265s |       9 |    14623 |    10506 |    55188      0 |      200 |        0
269.95/270.00	c  268s |       9 |    14836 |    10706 |    55188      0 |      200 |        0
272.15/272.28	c  270s |       9 |    15049 |    10906 |    55188      0 |      200 |        0
275.35/275.40	c  273s |       9 |    15241 |    11106 |    55188      0 |      200 |        0
277.75/277.86	c  276s |       9 |    15474 |    11306 |    60707      0 |      200 |        0
278.36/278.44	c  277s |      10 |    15526 |    11361 |    60707      0 |      200 |        0
281.25/281.34	c  279s |      10 |    15737 |    11461 |    60707      0 |      200 |        0
283.25/283.37	c  281s |      10 |    15845 |    11561 |    60707      0 |      200 |        0
285.75/285.86	c  284s |      10 |    15977 |    11661 |    60707      0 |      200 |        0
288.15/288.28	c  286s |      10 |    16114 |    11761 |    60707      0 |      200 |        0
292.24/292.38	c  290s |      10 |    16365 |    11961 |    60707      0 |      200 |        0
294.64/294.75	c  293s |      10 |    16483 |    12061 |    60707      0 |      200 |        0
298.54/298.63	c  297s |      10 |    16718 |    12261 |    60707      0 |      200 |        0
301.35/301.49	c  300s |      10 |    16929 |    12461 |    60707      0 |      200 |        0
304.75/304.89	c  303s |      10 |    17232 |    12661 |    60707      0 |      200 |        0
308.54/308.65	c  307s |      10 |    17476 |    12861 |    60707      0 |      200 |        0
312.45/312.51	c  311s |      10 |    17718 |    13061 |    60707      0 |      200 |        0
315.94/316.06	c  314s |      10 |    17923 |    13261 |    60707      0 |      200 |        0
318.54/318.64	c  317s |      10 |    18131 |    13461 |    60707      0 |      200 |        0
322.14/322.22	c  320s |      10 |    18382 |    13661 |    60707      0 |      200 |        0
324.24/324.30	c  322s |      10 |    18489 |    13761 |    60707      0 |      200 |        0
326.84/326.94	c  325s |      10 |    18721 |    13961 |    60707      0 |      200 |        0
329.84/329.97	c  328s |      10 |    18951 |    14161 |    60707      0 |      200 |        0
332.94/333.07	c  331s |      10 |    19197 |    14361 |    60707      0 |      200 |        0
335.24/335.33	c  333s |      10 |    19316 |    14461 |    60707      0 |      200 |        0
337.43/337.53	c  336s |      10 |    19447 |    14561 |    60707      0 |      200 |        0
339.63/339.79	c  338s |      10 |    19554 |    14661 |    60707      0 |      200 |        0
341.73/341.88	c  340s |      10 |    19677 |    14761 |    60707      0 |      200 |        0
344.13/344.24	c  342s |      10 |    19785 |    14861 |    60707      0 |      200 |        0
347.43/347.55	c  346s |      10 |    19988 |    15061 |    60707      0 |      200 |        0
351.43/351.50	c  350s |      10 |    20216 |    15261 |    60707      0 |      200 |        0
354.63/354.72	c  353s |      10 |    20434 |    15461 |    60707      0 |      200 |        0
356.73/356.87	c  355s |      10 |    20534 |    15561 |    60707      0 |      200 |        0
359.03/359.15	c  357s |      10 |    20652 |    15661 |    60707      0 |      200 |        0
362.83/362.97	c  361s |      10 |    20912 |    15861 |    60707      0 |      200 |        0
365.24/365.31	c  363s |      10 |    21057 |    15961 |    60707      0 |      200 |        0
368.83/368.94	c  367s |      10 |    21313 |    16161 |    60707      0 |      200 |        0
372.43/372.56	c  371s |      10 |    21516 |    16361 |    60707      0 |      200 |        0
376.93/377.06	c  375s |      10 |    21769 |    16561 |    60707      0 |      200 |        0
379.03/379.15	c  377s |      10 |    21878 |    16661 |    60707      0 |      200 |        0
382.73/382.89	c  381s |      10 |    22144 |    16861 |    60707      0 |      200 |        0
385.03/385.17	c  383s |      10 |    22252 |    16961 |    60707      0 |      200 |        0
387.23/387.35	c  385s |      10 |    22347 |    17061 |    66778      0 |      200 |        0
388.52/388.66	c  387s |      11 |    22433 |    17144 |    66778      0 |      200 |        0
391.82/391.94	c  390s |      11 |    22769 |    17344 |    66778      0 |      200 |        0
394.72/394.86	c  393s |      11 |    23047 |    17544 |    66778      0 |      200 |        0
398.72/398.80	c  397s |      11 |    23260 |    17744 |    66778      0 |      200 |        0
402.02/402.17	c  400s |      11 |    23524 |    17944 |    66778      0 |      200 |        0
405.72/405.83	c  404s |      11 |    23755 |    18144 |    66778      0 |      200 |        0
409.42/409.50	c  408s |      11 |    23965 |    18344 |    66778      0 |      200 |        0
412.92/413.08	c  411s |      11 |    24210 |    18544 |    66778      0 |      200 |        0
417.42/417.53	c  416s |      11 |    24452 |    18744 |    66778      0 |      200 |        0
422.12/422.22	c  420s |      11 |    24664 |    18944 |    66778      0 |      200 |        0
424.22/424.36	c  422s |      11 |    24795 |    19044 |    66778      0 |      200 |        0
426.52/426.69	c  425s |      11 |    24913 |    19144 |    66778      0 |      200 |        0
429.52/429.69	c  428s |      11 |    25042 |    19244 |    66778      0 |      200 |        0
431.72/431.87	c  430s |      11 |    25149 |    19344 |    66778      0 |      200 |        0
433.83/433.95	c  432s |      11 |    25261 |    19444 |    66778      0 |      200 |        0
436.13/436.22	c  434s |      11 |    25368 |    19544 |    66778      0 |      200 |        0
438.93/439.04	c  437s |      11 |    25575 |    19744 |    66778      0 |      200 |        0
441.13/441.21	c  439s |      11 |    25671 |    19844 |    66778      0 |      200 |        0
443.23/443.33	c  441s |      11 |    25783 |    19944 |    66778      0 |      200 |        0
445.53/445.67	c  444s |      11 |    25906 |    20044 |    66778      0 |      200 |        0
448.32/448.43	c  447s |      11 |    26004 |    20144 |    66778      0 |      200 |        0
450.52/450.62	c  449s |      11 |    26119 |    20244 |    66778      0 |      200 |        0
453.02/453.12	c  451s |      11 |    26222 |    20344 |    66778      0 |      200 |        0
455.72/455.86	c  454s |      11 |    26351 |    20444 |    66778      0 |      200 |        0
457.82/457.94	c  456s |      11 |    26448 |    20544 |    66778      0 |      200 |        0
460.72/460.89	c  459s |      11 |    26647 |    20744 |    66778      0 |      200 |        0
463.22/463.32	c  461s |      11 |    26765 |    20844 |    66778      0 |      200 |        0
467.02/467.10	c  465s |      11 |    27065 |    21044 |    66778      0 |      200 |        0
470.92/471.09	c  469s |      11 |    27270 |    21244 |    66778      0 |      200 |        0
473.82/473.93	c  472s |      11 |    27400 |    21344 |    66778      0 |      200 |        0
476.82/476.96	c  475s |      11 |    27496 |    21444 |    66778      0 |      200 |        0
479.12/479.29	c  477s |      11 |    27610 |    21544 |    66778      0 |      200 |        0
481.32/481.46	c  480s |      11 |    27733 |    21644 |    66778      0 |      200 |        0
484.42/484.56	c  483s |      11 |    27817 |    21744 |    66778      0 |      200 |        0
486.72/486.82	c  485s |      11 |    27926 |    21844 |    66778      0 |      200 |        0
489.71/489.81	c  488s |      11 |    28172 |    22044 |    66778      0 |      200 |        0
494.11/494.29	c  492s |      11 |    28365 |    22244 |    66778      0 |      200 |        0
496.91/497.04	c  495s |      11 |    28487 |    22344 |    66778      0 |      200 |        0
499.81/499.92	c  498s |      11 |    28595 |    22444 |    66778      0 |      200 |        0
502.01/502.20	c  500s |      11 |    28718 |    22544 |    66778      0 |      200 |        0
504.82/504.96	c  503s |      11 |    28831 |    22644 |    66778      0 |      200 |        0
507.91/508.00	c  506s |      11 |    28924 |    22744 |    66778      0 |      200 |        0
510.01/510.10	c  508s |      11 |    29045 |    22844 |    66778      0 |      200 |        0
514.61/514.76	c  513s |      11 |    29279 |    23044 |    66778      0 |      200 |        0
517.31/517.45	c  516s |      11 |    29401 |    23144 |    66778      0 |      200 |        0
520.91/521.00	c  519s |      11 |    29501 |    23244 |    66778      0 |      200 |        0
523.91/524.01	c  522s |      11 |    29603 |    23344 |    66778      0 |      200 |        0
526.51/526.67	c  525s |      11 |    29706 |    23444 |    66778      0 |      200 |        0
529.31/529.41	c  527s |      11 |    29822 |    23544 |    66778      0 |      200 |        0
531.41/531.51	c  530s |      11 |    29909 |    23644 |    66778      0 |      200 |        0
533.41/533.51	c  532s |      11 |    30012 |    23744 |    66778      0 |      200 |        0
536.61/536.72	c  535s |      11 |    30206 |    23944 |    66778      0 |      200 |        0
538.61/538.77	c  537s |      11 |    30391 |    24044 |    66778      0 |      200 |        0
542.01/542.18	c  540s |      11 |    30479 |    24144 |    66778      0 |      200 |        0
545.11/545.28	c  543s |      11 |    30583 |    24244 |    66778      0 |      200 |        0
547.71/547.84	c  546s |      11 |    30703 |    24344 |    66778      0 |      200 |        0
550.01/550.10	c  548s |      11 |    30806 |    24444 |    66778      0 |      200 |        0
552.50/552.61	c  551s |      11 |    30928 |    24544 |    66778      0 |      200 |        0
556.30/556.42	c  555s |      11 |    31194 |    24744 |    66778      0 |      200 |        0
559.00/559.17	c  557s |      11 |    31392 |    24944 |    66778      0 |      200 |        0
561.20/561.38	c  559s |      11 |    31497 |    25044 |    66778      0 |      200 |        0
563.70/563.81	c  562s |      11 |    31632 |    25144 |    66778      0 |      200 |        0
565.70/565.88	c  564s |      11 |    31730 |    25244 |    66778      0 |      200 |        0
569.40/569.53	c  568s |      11 |    31933 |    25444 |    66778      0 |      200 |        0
573.11/573.21	c  571s |      11 |    32154 |    25644 |    66778      0 |      200 |        0
575.60/575.79	c  574s |      11 |    32275 |    25744 |    73456      0 |      200 |        0
577.51/577.61	c  576s |      12 |    32347 |    25819 |    73456      0 |      200 |        0
580.30/580.44	c  579s |      12 |    32567 |    25919 |    73456      0 |      200 |        0
582.60/582.76	c  581s |      12 |    32682 |    26019 |    73456      0 |      200 |        0
585.60/585.73	c  584s |      12 |    32914 |    26219 |    73456      0 |      200 |        0
589.30/589.48	c  588s |      12 |    33138 |    26419 |    73456      0 |      200 |        0
593.30/593.44	c  592s |      12 |    33372 |    26619 |    73456      0 |      200 |        0
596.20/596.32	c  594s |      12 |    33495 |    26719 |    73456      0 |      200 |        0
598.60/598.74	c  597s |      12 |    33613 |    26819 |    73456      0 |      200 |        0
600.79/600.95	c  599s |      12 |    33706 |    26919 |    73456      0 |      200 |        0
604.59/604.71	c  603s |      12 |    33935 |    27119 |    73456      0 |      200 |        0
606.79/606.92	c  605s |      12 |    34028 |    27219 |    73456      0 |      200 |        0
610.89/611.00	c  609s |      12 |    34256 |    27419 |    73456      0 |      200 |        0
613.09/613.23	c  611s |      12 |    34368 |    27519 |    73456      0 |      200 |        0
616.00/616.17	c  614s |      12 |    34483 |    27619 |    73456      0 |      200 |        0
618.99/619.12	c  617s |      12 |    34590 |    27719 |    73456      0 |      200 |        0
621.40/621.55	c  620s |      12 |    34702 |    27819 |    73456      0 |      200 |        0
623.99/624.15	c  622s |      12 |    34816 |    27919 |    73456      0 |      200 |        0
626.90/627.03	c  625s |      12 |    34953 |    28019 |    73456      0 |      200 |        0
629.99/630.13	c  628s |      12 |    35076 |    28119 |    73456      0 |      200 |        0
632.59/632.70	c  631s |      12 |    35221 |    28219 |    73456      0 |      200 |        0
634.70/634.82	c  633s |      12 |    35334 |    28319 |    73456      0 |      200 |        0
636.69/636.83	c  635s |      12 |    35463 |    28419 |    73456      0 |      200 |        0
639.39/639.58	c  638s |      12 |    35663 |    28519 |    73456      0 |      200 |        0
641.89/642.07	c  640s |      12 |    35774 |    28619 |    73456      0 |      200 |        0
644.89/645.06	c  643s |      12 |    35870 |    28719 |    73456      0 |      200 |        0
647.19/647.38	c  645s |      12 |    35977 |    28819 |    73456      0 |      200 |        0
649.39/649.60	c  648s |      12 |    36086 |    28919 |    73456      0 |      200 |        0
652.99/653.10	c  651s |      12 |    36277 |    29119 |    73456      0 |      200 |        0
656.49/656.63	c  655s |      12 |    36530 |    29319 |    73456      0 |      200 |        0
658.58/658.75	c  657s |      12 |    36690 |    29419 |    73456      0 |      200 |        0
660.68/660.81	c  659s |      12 |    36837 |    29519 |    73456      0 |      200 |        0
662.78/662.98	c  661s |      12 |    36961 |    29619 |    73456      0 |      200 |        0
664.98/665.15	c  663s |      12 |    37074 |    29719 |    73456      0 |      200 |        0
667.59/667.80	c  666s |      12 |    37204 |    29819 |    73456      0 |      200 |        0
669.98/670.14	c  668s |      12 |    37303 |    29919 |    73456      0 |      200 |        0
672.68/672.83	c  671s |      12 |    37430 |    30019 |    73456      0 |      200 |        0
674.78/674.90	c  673s |      12 |    37556 |    30119 |    73456      0 |      200 |        0
677.28/677.40	c  675s |      12 |    37655 |    30219 |    73456      0 |      200 |        0
679.88/680.00	c  678s |      12 |    37802 |    30319 |    73456      0 |      200 |        0
682.78/682.93	c  681s |      12 |    37941 |    30419 |    73456      0 |      200 |        0
685.48/685.64	c  684s |      12 |    38038 |    30519 |    73456      0 |      200 |        0
688.08/688.23	c  686s |      12 |    38167 |    30619 |    73456      0 |      200 |        0
690.48/690.62	c  689s |      12 |    38300 |    30719 |    73456      0 |      200 |        0
692.58/692.80	c  691s |      12 |    38425 |    30819 |    73456      0 |      200 |        0
695.09/695.27	c  693s |      12 |    38544 |    30919 |    73456      0 |      200 |        0
698.18/698.34	c  696s |      12 |    38650 |    31019 |    73456      0 |      200 |        0
700.58/700.76	c  699s |      12 |    38783 |    31119 |    73456      0 |      200 |        0
703.47/703.60	c  702s |      12 |    38907 |    31219 |    73456      0 |      200 |        0
706.08/706.27	c  704s |      12 |    39061 |    31319 |    73456      0 |      200 |        0
708.57/708.71	c  707s |      12 |    39196 |    31419 |    73456      0 |      200 |        0
711.17/711.35	c  709s |      12 |    39288 |    31519 |    73456      0 |      200 |        0
713.37/713.58	c  712s |      12 |    39393 |    31619 |    73456      0 |      200 |        0
716.08/716.28	c  714s |      12 |    39528 |    31719 |    73456      0 |      200 |        0
718.37/718.54	c  717s |      12 |    39630 |    31819 |    73456      0 |      200 |        0
722.87/723.08	c  721s |      12 |    39841 |    32019 |    73456      0 |      200 |        0
725.17/725.35	c  723s |      12 |    39970 |    32119 |    73456      0 |      200 |        0
727.87/728.08	c  726s |      12 |    40092 |    32219 |    73456      0 |      200 |        0
730.77/730.98	c  729s |      12 |    40206 |    32319 |    73456      0 |      200 |        0
733.67/733.87	c  732s |      12 |    40312 |    32419 |    73456      0 |      200 |        0
736.77/736.96	c  735s |      12 |    40428 |    32519 |    73456      0 |      200 |        0
739.56/739.72	c  738s |      12 |    40545 |    32619 |    73456      0 |      200 |        0
741.86/742.02	c  740s |      12 |    40686 |    32719 |    73456      0 |      200 |        0
745.16/745.30	c  743s |      12 |    40774 |    32819 |    73456      0 |      200 |        0
748.26/748.47	c  747s |      12 |    40903 |    32919 |    73456      0 |      200 |        0
750.56/750.74	c  749s |      12 |    41002 |    33019 |    73456      0 |      200 |        0
753.46/753.60	c  752s |      12 |    41108 |    33119 |    73456      0 |      200 |        0
755.56/755.76	c  754s |      12 |    41224 |    33219 |    73456      0 |      200 |        0
758.36/758.56	c  757s |      12 |    41355 |    33319 |    73456      0 |      200 |        0
760.96/761.14	c  759s |      12 |    41472 |    33419 |    73456      0 |      200 |        0
764.16/764.34	c  762s |      12 |    41599 |    33519 |    73456      0 |      200 |        0
767.06/767.26	c  765s |      12 |    41708 |    33619 |    73456      0 |      200 |        0
770.25/770.44	c  769s |      12 |    41827 |    33719 |    73456      0 |      200 |        0
773.26/773.47	c  772s |      12 |    41952 |    33819 |    73456      0 |      200 |        0
776.46/776.64	c  775s |      12 |    42045 |    33919 |    73456      0 |      200 |        0
779.45/779.60	c  778s |      12 |    42170 |    34019 |    73456      0 |      200 |        0
782.15/782.39	c  780s |      12 |    42289 |    34119 |    73456      0 |      200 |        0
784.85/785.06	c  783s |      12 |    42377 |    34219 |    73456      0 |      200 |        0
788.15/788.31	c  786s |      12 |    42514 |    34319 |    73456      0 |      200 |        0
791.34/791.57	c  790s |      12 |    42667 |    34419 |    73456      0 |      200 |        0
794.34/794.51	c  793s |      12 |    42777 |    34519 |    73456      0 |      200 |        0
798.24/798.49	c  797s |      12 |    43055 |    34719 |    73456      0 |      200 |        0
803.04/803.21	c  801s |      12 |    43342 |    34919 |    73456      0 |      200 |        0
805.15/805.33	c  803s |      12 |    43476 |    35019 |    73456      0 |      200 |        0
807.94/808.12	c  806s |      12 |    43606 |    35119 |    73456      0 |      200 |        0
810.54/810.80	c  809s |      12 |    43768 |    35219 |    73456      0 |      200 |        0
813.04/813.28	c  811s |      12 |    43899 |    35319 |    73456      0 |      200 |        0
815.44/815.67	c  814s |      12 |    44019 |    35419 |    73456      0 |      200 |        0
817.64/817.83	c  816s |      12 |    44107 |    35519 |    73456      0 |      200 |        0
821.14/821.32	c  819s |      12 |    44308 |    35719 |    73456      0 |      200 |        0
825.54/825.77	c  824s |      12 |    44512 |    35919 |    73456      0 |      200 |        0
828.15/828.34	c  826s |      12 |    44630 |    36019 |    73456      0 |      200 |        0
831.55/831.74	c  830s |      12 |    44837 |    36219 |    73456      0 |      200 |        0
835.34/835.57	c  834s |      12 |    45039 |    36419 |    73456      0 |      200 |        0
837.64/837.89	c  836s |      12 |    45144 |    36519 |    73456      0 |      200 |        0
839.93/840.15	c  838s |      12 |    45237 |    36619 |    73456      0 |      200 |        0
842.54/842.77	c  841s |      12 |    45326 |    36719 |    73456      0 |      200 |        0
845.03/845.23	c  843s |      12 |    45433 |    36819 |    73456      0 |      200 |        0
847.73/847.96	c  846s |      12 |    45531 |    36919 |    73456      0 |      200 |        0
850.53/850.74	c  849s |      12 |    45633 |    37019 |    73456      0 |      200 |        0
853.13/853.37	c  851s |      12 |    45743 |    37119 |    73456      0 |      200 |        0
855.53/855.79	c  854s |      12 |    45835 |    37219 |    73456      0 |      200 |        0
857.83/858.05	c  856s |      12 |    45932 |    37319 |    73456      0 |      200 |        0
859.92/860.11	c  858s |      12 |    46028 |    37419 |    73456      0 |      200 |        0
863.43/863.63	c  862s |      12 |    46246 |    37619 |    73456      0 |      200 |        0
866.02/866.25	c  864s |      12 |    46344 |    37719 |    73456      0 |      200 |        0
868.62/868.82	c  867s |      12 |    46446 |    37819 |    73456      0 |      200 |        0
871.02/871.23	c  869s |      12 |    46541 |    37919 |    73456      0 |      200 |        0
873.22/873.42	c  872s |      12 |    46635 |    38019 |    73456      0 |      200 |        0
876.72/876.91	c  875s |      12 |    46834 |    38219 |    73456      0 |      200 |        0
879.11/879.38	c  877s |      12 |    47060 |    38419 |    73456      0 |      200 |        0
882.02/882.26	c  880s |      12 |    47253 |    38619 |    80802      0 |      200 |        0
884.51/884.79	c  883s |      12 |    47454 |    38819 |    80802      0 |      200 |        0
884.71/884.98	c  883s |      13 |    47479 |    38832 |    80802      0 |      200 |        0
888.71/889.00	c  887s |      13 |    47843 |    39032 |    80802      0 |      200 |        0
891.00/891.29	c  889s |      13 |    47971 |    39132 |    80802      0 |      200 |        0
893.90/894.19	c  892s |      13 |    48066 |    39232 |    80802      0 |      200 |        0
897.51/897.71	c  896s |      13 |    48288 |    39432 |    80802      0 |      200 |        0
900.50/900.77	c  899s |      13 |    48498 |    39632 |    80802      0 |      200 |        0
903.80/904.03	c  902s |      13 |    48709 |    39832 |    80802      0 |      200 |        0
906.60/906.81	c  905s |      13 |    48942 |    40032 |    80802      0 |      200 |        0
909.50/909.76	c  908s |      13 |    49167 |    40232 |    80802      0 |      200 |        0
911.59/911.82	c  910s |      13 |    49299 |    40332 |    80802      0 |      200 |        0
914.09/914.34	c  912s |      13 |    49417 |    40432 |    80802      0 |      200 |        0
916.29/916.56	c  915s |      13 |    49517 |    40532 |    80802      0 |      200 |        0
919.09/919.32	c  917s |      13 |    49620 |    40632 |    80802      0 |      200 |        0
921.28/921.54	c  920s |      13 |    49735 |    40732 |    80802      0 |      200 |        0
924.28/924.51	c  923s |      13 |    49827 |    40832 |    80802      0 |      200 |        0
927.48/927.77	c  926s |      13 |    50024 |    41032 |    80802      0 |      200 |        0
929.88/930.17	c  928s |      13 |    50158 |    41132 |    80802      0 |      200 |        0
931.98/932.23	c  930s |      13 |    50266 |    41232 |    80802      0 |      200 |        0
934.48/934.79	c  933s |      13 |    50380 |    41332 |    80802      0 |      200 |        0
936.99/937.20	c  935s |      13 |    50479 |    41432 |    80802      0 |      200 |        0
940.07/940.35	c  938s |      13 |    50597 |    41532 |    80802      0 |      200 |        0
942.67/942.95	c  941s |      13 |    50694 |    41632 |    80802      0 |      200 |        0
945.57/945.85	c  944s |      13 |    50841 |    41732 |    80802      0 |      200 |        0
947.98/948.25	c  946s |      13 |    50935 |    41832 |    80802      0 |      200 |        0
951.27/951.58	c  950s |      13 |    51050 |    41932 |    80802      0 |      200 |        0
953.57/953.89	c  952s |      13 |    51162 |    42032 |    80802      0 |      200 |        0
955.77/956.04	c  954s |      13 |    51252 |    42132 |    80802      0 |      200 |        0
959.86/960.13	c  958s |      13 |    51477 |    42332 |    80802      0 |      200 |        0
962.56/962.80	c  961s |      13 |    51565 |    42432 |    80802      0 |      200 |        0
965.16/965.43	c  964s |      13 |    51690 |    42532 |    80802      0 |      200 |        0
968.66/968.96	c  967s |      13 |    51772 |    42632 |    80802      0 |      200 |        0
971.17/971.43	c  970s |      13 |    51883 |    42732 |    80802      0 |      200 |        0
975.06/975.39	c  973s |      13 |    52078 |    42932 |    80802      0 |      200 |        0
978.56/978.80	c  977s |      13 |    52204 |    43032 |    80802      0 |      200 |        0
981.45/981.73	c  980s |      13 |    52299 |    43132 |    80802      0 |      200 |        0
983.75/984.03	c  982s |      13 |    52435 |    43232 |    80802      0 |      200 |        0
987.85/988.10	c  986s |      13 |    52644 |    43432 |    80802      0 |      200 |        0
990.46/990.72	c  989s |      13 |    52730 |    43532 |    80802      0 |      200 |        0
993.26/993.55	c  992s |      13 |    52826 |    43632 |    80802      0 |      200 |        0
996.05/996.37	c  994s |      13 |    52937 |    43732 |    80802      0 |      200 |        0
999.45/999.72	c  998s |      13 |    53034 |    43832 |    80802      0 |      200 |        0
1002.96/1003.23	c 1001s |      13 |    53144 |    43932 |    80802      0 |      200 |        0
1005.05/1005.35	c 1003s |      13 |    53244 |    44032 |    80802      0 |      200 |        0
1007.95/1008.23	c 1006s |      13 |    53366 |    44132 |    80802      0 |      200 |        0
1010.44/1010.77	c 1009s |      13 |    53474 |    44232 |    80802      0 |      200 |        0
1012.64/1012.92	c 1011s |      13 |    53573 |    44332 |    80802      0 |      200 |        0
1015.84/1016.18	c 1014s |      13 |    53789 |    44532 |    80802      0 |      200 |        0
1019.54/1019.89	c 1018s |      13 |    53888 |    44632 |    80802      0 |      200 |        0
1023.24/1023.57	c 1022s |      13 |    53988 |    44732 |    80802      0 |      200 |        0
1025.54/1025.88	c 1024s |      13 |    54091 |    44832 |    80802      0 |      200 |        0
1028.83/1029.12	c 1027s |      13 |    54291 |    45032 |    80802      0 |      200 |        0
1031.23/1031.59	c 1030s |      13 |    54398 |    45132 |    80802      0 |      200 |        0
1034.43/1034.79	c 1033s |      13 |    54510 |    45232 |    80802      0 |      200 |        0
1036.83/1037.13	c 1035s |      13 |    54611 |    45332 |    80802      0 |      200 |        0
1040.03/1040.37	c 1038s |      13 |    54718 |    45432 |    80802      0 |      200 |        0
1042.64/1042.91	c 1041s |      13 |    54825 |    45532 |    80802      0 |      200 |        0
1045.03/1045.38	c 1043s |      13 |    54931 |    45632 |    80802      0 |      200 |        0
1048.53/1048.80	c 1047s |      13 |    55051 |    45732 |    80802      0 |      200 |        0
1051.83/1052.14	c 1050s |      13 |    55160 |    45832 |    80802      0 |      200 |        0
1054.33/1054.62	c 1053s |      13 |    55248 |    45932 |    80802      0 |      200 |        0
1056.94/1057.25	c 1055s |      13 |    55449 |    46032 |    80802      0 |      200 |        0
1059.93/1060.27	c 1058s |      13 |    55550 |    46132 |    80802      0 |      200 |        0
1062.73/1063.07	c 1061s |      13 |    55660 |    46232 |    80802      0 |      200 |        0
1065.74/1066.04	c 1064s |      13 |    55758 |    46332 |    80802      0 |      200 |        0
1068.03/1068.37	c 1066s |      13 |    55867 |    46432 |    80802      0 |      200 |        0
1071.53/1071.81	c 1070s |      13 |    56071 |    46632 |    80802      0 |      200 |        0
1073.93/1074.23	c 1072s |      13 |    56177 |    46732 |    80802      0 |      200 |        0
1078.43/1078.70	c 1077s |      13 |    56274 |    46832 |    80802      0 |      200 |        0
1082.03/1082.36	c 1080s |      13 |    56391 |    46932 |    80802      0 |      200 |        0
1084.83/1085.11	c 1083s |      13 |    56499 |    47032 |    80802      0 |      200 |        0
1087.42/1087.70	c 1086s |      13 |    56588 |    47132 |    80802      0 |      200 |        0
1091.03/1091.31	c 1089s |      13 |    56701 |    47232 |    80802      0 |      200 |        0
1093.72/1094.02	c 1092s |      13 |    56816 |    47332 |    80802      0 |      200 |        0
1095.92/1096.27	c 1094s |      13 |    56908 |    47432 |    80802      0 |      200 |        0
1099.32/1099.65	c 1098s |      13 |    57158 |    47632 |    80802      0 |      200 |        0
1101.72/1102.04	c 1100s |      13 |    57267 |    47732 |    80802      0 |      200 |        0
1105.52/1105.80	c 1104s |      13 |    57372 |    47832 |    80802      0 |      200 |        0
1108.02/1108.36	c 1106s |      13 |    57459 |    47932 |    80802      0 |      200 |        0
1111.52/1111.87	c 1110s |      13 |    57572 |    48032 |    80802      0 |      200 |        0
1114.32/1114.68	c 1113s |      13 |    57670 |    48132 |    80802      0 |      200 |        0
1116.82/1117.19	c 1115s |      13 |    57773 |    48232 |    80802      0 |      200 |        0
1119.12/1119.40	c 1117s |      13 |    57870 |    48332 |    80802      0 |      200 |        0
1122.92/1123.25	c 1121s |      13 |    58085 |    48532 |    80802      0 |      200 |        0
1126.52/1126.82	c 1125s |      13 |    58202 |    48632 |    80802      0 |      200 |        0
1129.92/1130.20	c 1128s |      13 |    58301 |    48732 |    80802      0 |      200 |        0
1132.42/1132.75	c 1131s |      13 |    58411 |    48832 |    80802      0 |      200 |        0
1136.32/1136.66	c 1135s |      13 |    58519 |    48932 |    80802      0 |      200 |        0
1140.01/1140.30	c 1138s |      13 |    58614 |    49032 |    80802      0 |      200 |        0
1142.31/1142.67	c 1141s |      13 |    58732 |    49132 |    80802      0 |      200 |        0
1144.51/1144.88	c 1143s |      13 |    58828 |    49232 |    80802      0 |      200 |        0
1148.41/1148.76	c 1147s |      13 |    58944 |    49332 |    80802      0 |      200 |        0
1151.01/1151.37	c 1149s |      13 |    59062 |    49432 |    80802      0 |      200 |        0
1153.11/1153.44	c 1152s |      13 |    59253 |    49532 |    80802      0 |      200 |        0
1156.31/1156.60	c 1155s |      13 |    59398 |    49632 |    80802      0 |      200 |        0
1158.71/1159.08	c 1157s |      13 |    59488 |    49732 |    80802      0 |      200 |        0
1161.91/1162.29	c 1160s |      13 |    59603 |    49832 |    80802      0 |      200 |        0
1165.41/1165.75	c 1164s |      13 |    59723 |    49932 |    80802      0 |      200 |        0
1169.21/1169.54	c 1168s |      13 |    59816 |    50032 |    80802      0 |      200 |        0
1171.61/1171.98	c 1170s |      13 |    59921 |    50132 |    80802      0 |      200 |        0
1173.91/1174.27	c 1172s |      13 |    60025 |    50232 |    80802      0 |      200 |        0
1177.51/1177.87	c 1176s |      13 |    60217 |    50432 |    80802      0 |      200 |        0
1180.91/1181.26	c 1179s |      13 |    60332 |    50532 |    80802      0 |      200 |        0
1183.81/1184.10	c 1182s |      13 |    60436 |    50632 |    80802      0 |      200 |        0
1185.91/1186.29	c 1184s |      13 |    60526 |    50732 |    80802      0 |      200 |        0
1188.91/1189.23	c 1187s |      13 |    60629 |    50832 |    80802      0 |      200 |        0
1193.00/1193.35	c 1191s |      13 |    60752 |    50932 |    80802      0 |      200 |        0
1195.70/1196.07	c 1194s |      13 |    60841 |    51032 |    80802      0 |      200 |        0
1198.40/1198.70	c 1197s |      13 |    60934 |    51132 |    80802      0 |      200 |        0
1200.80/1201.10	c 1199s |      13 |    61034 |    51232 |    80802      0 |      200 |        0
1202.90/1203.22	c 1201s |      13 |    61140 |    51332 |    80802      0 |      200 |        0
1207.10/1207.44	c 1206s |      13 |    61353 |    51532 |    80802      0 |      200 |        0
1210.50/1210.85	c 1209s |      13 |    61459 |    51632 |    80802      0 |      200 |        0
1213.30/1213.69	c 1212s |      13 |    61556 |    51732 |    80802      0 |      200 |        0
1216.50/1216.86	c 1215s |      13 |    61663 |    51832 |    80802      0 |      200 |        0
1219.61/1219.93	c 1218s |      13 |    61762 |    51932 |    80802      0 |      200 |        0
1222.30/1222.62	c 1221s |      13 |    61908 |    52032 |    80802      0 |      200 |        0
1226.20/1226.57	c 1225s |      13 |    61995 |    52132 |    80802      0 |      200 |        0
1228.90/1229.22	c 1227s |      13 |    62101 |    52232 |    80802      0 |      200 |        0
1231.60/1231.99	c 1230s |      13 |    62202 |    52332 |    80802      0 |      200 |        0
1235.00/1235.32	c 1233s |      13 |    62299 |    52432 |    80802      0 |      200 |        0
1239.00/1239.37	c 1237s |      13 |    62423 |    52532 |    80802      0 |      200 |        0
1241.70/1242.05	c 1240s |      13 |    62511 |    52632 |    80802      0 |      200 |        0
1244.19/1244.59	c 1243s |      13 |    62605 |    52732 |    80802      0 |      200 |        0
1246.59/1246.93	c 1245s |      13 |    62714 |    52832 |    80802      0 |      200 |        0
1248.69/1249.03	c 1247s |      13 |    62810 |    52932 |    80802      0 |      200 |        0
1252.80/1253.15	c 1251s |      13 |    63007 |    53132 |    80802      0 |      200 |        0
1256.01/1256.35	c 1254s |      13 |    63131 |    53232 |    80802      0 |      200 |        0
1258.30/1258.61	c 1257s |      13 |    63231 |    53332 |    80802      0 |      200 |        0
1261.00/1261.30	c 1259s |      13 |    63380 |    53432 |    80802      0 |      200 |        0
1265.00/1265.30	c 1263s |      13 |    63489 |    53532 |    80802      0 |      200 |        0
1268.40/1268.70	c 1267s |      13 |    63570 |    53632 |    80802      0 |      200 |        0
1273.00/1273.32	c 1271s |      13 |    63684 |    53732 |    80802      0 |      200 |        0
1277.20/1277.56	c 1276s |      13 |    63800 |    53832 |    80802      0 |      200 |        0
1280.60/1280.99	c 1279s |      13 |    63911 |    53932 |    80802      0 |      200 |        0
1283.70/1284.09	c 1282s |      13 |    64026 |    54032 |    80802      0 |      200 |        0
1286.90/1287.26	c 1285s |      13 |    64152 |    54132 |    80802      0 |      200 |        0
1291.70/1292.08	c 1290s |      13 |    64254 |    54232 |    80802      0 |      200 |        0
1295.50/1295.84	c 1294s |      13 |    64409 |    54332 |    80802      0 |      200 |        0
1299.49/1299.85	c 1298s |      13 |    64509 |    54432 |    80802      0 |      200 |        0
1302.10/1302.48	c 1301s |      13 |    64594 |    54532 |    80802      0 |      200 |        0
1304.59/1304.93	c 1303s |      13 |    64703 |    54632 |    80802      0 |      200 |        0
1306.79/1307.11	c 1305s |      13 |    64798 |    54732 |    80802      0 |      200 |        0
1310.19/1310.55	c 1309s |      13 |    65001 |    54932 |    80802      0 |      200 |        0
1314.20/1314.51	c 1313s |      13 |    65126 |    55032 |    80802      0 |      200 |        0
1317.89/1318.22	c 1316s |      13 |    65216 |    55132 |    80802      0 |      200 |        0
1320.59/1320.97	c 1319s |      13 |    65328 |    55232 |    80802      0 |      200 |        0
1323.19/1323.56	c 1322s |      13 |    65429 |    55332 |    80802      0 |      200 |        0
1327.79/1328.19	c 1326s |      13 |    65546 |    55432 |    80802      0 |      200 |        0
1332.19/1332.56	c 1331s |      13 |    65646 |    55532 |    80802      0 |      200 |        0
1335.29/1335.62	c 1334s |      13 |    65746 |    55632 |    80802      0 |      200 |        0
1338.29/1338.63	c 1337s |      13 |    65840 |    55732 |    80802      0 |      200 |        0
1341.09/1341.40	c 1339s |      13 |    65942 |    55832 |    80802      0 |      200 |        0
1343.58/1343.98	c 1342s |      13 |    66048 |    55932 |    80802      0 |      200 |        0
1345.98/1346.30	c 1344s |      13 |    66143 |    56032 |    80802      0 |      200 |        0
1347.98/1348.33	c 1346s |      13 |    66244 |    56132 |    80802      0 |      200 |        0
1350.28/1350.62	c 1349s |      13 |    66355 |    56232 |    80802      0 |      200 |        0
1354.78/1355.13	c 1353s |      13 |    66455 |    56332 |    80802      0 |      200 |        0
1358.08/1358.47	c 1357s |      13 |    66571 |    56432 |    80802      0 |      200 |        0
1361.49/1361.85	c 1360s |      13 |    66673 |    56532 |    80802      0 |      200 |        0
1363.79/1364.17	c 1362s |      13 |    66759 |    56632 |    80802      0 |      200 |        0
1368.09/1368.49	c 1367s |      13 |    66869 |    56732 |    80802      0 |      200 |        0
1371.58/1371.99	c 1370s |      13 |    66965 |    56832 |    80802      0 |      200 |        0
1375.78/1376.14	c 1374s |      13 |    67069 |    56932 |    80802      0 |      200 |        0
1379.78/1380.15	c 1378s |      13 |    67179 |    57032 |    80802      0 |      200 |        0
1382.18/1382.50	c 1381s |      13 |    67279 |    57132 |    80802      0 |      200 |        0
1384.48/1384.90	c 1383s |      13 |    67379 |    57232 |    80802      0 |      200 |        0
1388.38/1388.78	c 1387s |      13 |    67480 |    57332 |    80802      0 |      200 |        0
1393.08/1393.43	c 1392s |      13 |    67603 |    57432 |    80802      0 |      200 |        0
1395.97/1396.30	c 1394s |      13 |    67709 |    57532 |    80802      0 |      200 |        0
1398.77/1399.16	c 1397s |      13 |    67805 |    57632 |    80802      0 |      200 |        0
1401.57/1401.99	c 1400s |      13 |    67891 |    57732 |    80802      0 |      200 |        0
1404.17/1404.52	c 1403s |      13 |    67999 |    57832 |    80802      0 |      200 |        0
1406.58/1406.95	c 1405s |      13 |    68097 |    57932 |    80802      0 |      200 |        0
1408.67/1409.06	c 1407s |      13 |    68198 |    58032 |    88883      0 |      200 |        0
1413.37/1413.70	c 1412s |      13 |    68399 |    58232 |    88883      0 |      200 |        0
1416.58/1416.97	c 1415s |      13 |    68533 |    58332 |    88883      0 |      200 |        0
1417.07/1417.44	c 1416s |      14 |    68548 |    58352 |    88883      0 |      200 |        0
1420.47/1420.85	c 1419s |      14 |    68772 |    58452 |    88883      0 |      200 |        0
1423.97/1424.37	c 1422s |      14 |    68867 |    58552 |    88883      0 |      200 |        0
1426.57/1426.90	c 1425s |      14 |    69021 |    58652 |    88883      0 |      200 |        0
1428.77/1429.14	c 1427s |      14 |    69244 |    58752 |    88883      0 |      200 |        0
1433.97/1434.31	c 1432s |      14 |    69675 |    58952 |    88883      0 |      200 |        0
1436.57/1436.95	c 1435s |      14 |    69910 |    59052 |    88883      0 |      200 |        0
1439.47/1439.85	c 1438s |      14 |    70058 |    59152 |    88883      0 |      200 |        0
1442.56/1442.93	c 1441s |      14 |    70165 |    59252 |    88883      0 |      200 |        0
1445.46/1445.87	c 1444s |      14 |    70288 |    59352 |    88883      0 |      200 |        0
1448.26/1448.67	c 1447s |      14 |    70399 |    59452 |    88883      0 |      200 |        0
1451.26/1451.66	c 1450s |      14 |    70505 |    59552 |    88883      0 |      200 |        0
1453.97/1454.38	c 1452s |      14 |    70610 |    59652 |    88883      0 |      200 |        0
1457.06/1457.47	c 1456s |      14 |    70742 |    59752 |    88883      0 |      200 |        0
1459.16/1459.54	c 1458s |      14 |    70875 |    59852 |    88883      0 |      200 |        0
1462.16/1462.54	c 1461s |      14 |    71099 |    60052 |    88883      0 |      200 |        0
1464.56/1464.94	c 1463s |      14 |    71311 |    60252 |    88883      0 |      200 |        0
1469.27/1469.64	c 1468s |      14 |    71536 |    60452 |    88883      0 |      200 |        0
1471.57/1471.94	c 1470s |      14 |    71642 |    60552 |    88883      0 |      200 |        0
1475.66/1476.07	c 1474s |      14 |    71844 |    60752 |    88883      0 |      200 |        0
1478.67/1479.08	c 1477s |      14 |    71938 |    60852 |    88883      0 |      200 |        0
1481.67/1482.03	c 1480s |      14 |    72038 |    60952 |    88883      0 |      200 |        0
1484.37/1484.79	c 1483s |      14 |    72134 |    61052 |    88883      0 |      200 |        0
1486.77/1487.19	c 1485s |      14 |    72234 |    61152 |    88883      0 |      200 |        0
1490.47/1490.88	c 1489s |      14 |    72439 |    61352 |    88883      0 |      200 |        0
1493.77/1494.11	c 1492s |      14 |    72589 |    61452 |    88883      0 |      200 |        0
1496.96/1497.37	c 1495s |      14 |    72702 |    61552 |    88883      0 |      200 |        0
1500.36/1500.73	c 1499s |      14 |    72826 |    61652 |    88883      0 |      200 |        0
1503.66/1504.04	c 1502s |      14 |    72927 |    61752 |    88883      0 |      200 |        0
1506.77/1507.11	c 1505s |      14 |    73043 |    61852 |    88883      0 |      200 |        0
1509.66/1510.00	c 1508s |      14 |    73138 |    61952 |    88883      0 |      200 |        0
1512.06/1512.44	c 1511s |      14 |    73234 |    62052 |    88883      0 |      200 |        0
1514.26/1514.62	c 1513s |      14 |    73330 |    62152 |    88883      0 |      200 |        0
1516.46/1516.88	c 1515s |      14 |    73428 |    62252 |    88883      0 |      200 |        0
1519.76/1520.19	c 1518s |      14 |    73537 |    62352 |    88883      0 |      200 |        0
1523.06/1523.44	c 1522s |      14 |    73635 |    62452 |    88883      0 |      200 |        0
1526.36/1526.74	c 1525s |      14 |    73754 |    62552 |    88883      0 |      200 |        0
1528.77/1529.19	c 1527s |      14 |    73877 |    62652 |    88883      0 |      200 |        0
1532.07/1532.48	c 1531s |      14 |    73977 |    62752 |    88883      0 |      200 |        0
1536.26/1536.66	c 1535s |      14 |    74078 |    62852 |    88883      0 |      200 |        0
1539.86/1540.27	c 1538s |      14 |    74173 |    62952 |    88883      0 |      200 |        0
1543.26/1543.69	c 1542s |      14 |    74270 |    63052 |    88883      0 |      200 |        0
1547.36/1547.78	c 1546s |      14 |    74424 |    63152 |    88883      0 |      200 |        0
1551.66/1552.07	c 1550s |      14 |    74534 |    63252 |    88883      0 |      200 |        0
1555.65/1556.03	c 1554s |      14 |    74663 |    63352 |    88883      0 |      200 |        0
1558.25/1558.61	c 1557s |      14 |    74751 |    63452 |    88883      0 |      200 |        0
1561.55/1561.91	c 1560s |      14 |    74850 |    63552 |    88883      0 |      200 |        0
1565.95/1566.39	c 1564s |      14 |    74955 |    63652 |    88883      0 |      200 |        0
1570.65/1571.09	c 1569s |      14 |    75095 |    63752 |    88883      0 |      200 |        0
1575.35/1575.73	c 1574s |      14 |    75180 |    63852 |    88883      0 |      200 |        0
1578.05/1578.44	c 1577s |      14 |    75339 |    63952 |    88883      0 |      200 |        0
1580.75/1581.14	c 1579s |      14 |    75519 |    64052 |    88883      0 |      200 |        0
1583.76/1584.18	c 1582s |      14 |    75603 |    64152 |    88883      0 |      200 |        0
1587.45/1587.80	c 1586s |      14 |    75707 |    64252 |    88883      0 |      200 |        0
1591.15/1591.53	c 1590s |      14 |    75821 |    64352 |    88883      0 |      200 |        0
1594.55/1595.00	c 1593s |      14 |    75904 |    64452 |    88883      0 |      200 |        0
1599.45/1599.84	c 1598s |      14 |    76006 |    64552 |    88883      0 |      200 |        0
1603.05/1603.40	c 1601s |      14 |    76125 |    64652 |    88883      0 |      200 |        0
1607.04/1607.45	c 1606s |      14 |    76224 |    64752 |    88883      0 |      200 |        0
1609.84/1610.28	c 1608s |      14 |    76339 |    64852 |    88883      0 |      200 |        0
1612.84/1613.21	c 1611s |      14 |    76444 |    64952 |    88883      0 |      200 |        0
1615.65/1616.09	c 1614s |      14 |    76533 |    65052 |    88883      0 |      200 |        0
1618.54/1618.95	c 1617s |      14 |    76646 |    65152 |    88883      0 |      200 |        0
1622.44/1622.80	c 1621s |      14 |    76752 |    65252 |    88883      0 |      200 |        0
1625.34/1625.77	c 1624s |      14 |    76848 |    65352 |    88883      0 |      200 |        0
1628.34/1628.74	c 1627s |      14 |    76936 |    65452 |    88883      0 |      200 |        0
1631.14/1631.54	c 1630s |      14 |    77031 |    65552 |    88883      0 |      200 |        0
1633.64/1634.08	c 1632s |      14 |    77132 |    65652 |    88883      0 |      200 |        0
1635.84/1636.24	c 1634s |      14 |    77232 |    65752 |    88883      0 |      200 |        0
1640.34/1640.71	c 1639s |      14 |    77432 |    65952 |    88883      0 |      200 |        0
1643.84/1644.28	c 1642s |      14 |    77610 |    66052 |    88883      0 |      200 |        0
1646.54/1646.96	c 1645s |      14 |    77734 |    66152 |    88883      0 |      200 |        0
1650.84/1651.22	c 1649s |      14 |    77839 |    66252 |    88883      0 |      200 |        0
1654.94/1655.34	c 1653s |      14 |    78000 |    66352 |    88883      0 |      200 |        0
1658.84/1659.22	c 1657s |      14 |    78104 |    66452 |    88883      0 |      200 |        0
1663.14/1663.56	c 1662s |      14 |    78211 |    66552 |    88883      0 |      200 |        0
1667.03/1667.46	c 1666s |      14 |    78331 |    66652 |    88883      0 |      200 |        0
1669.93/1670.37	c 1668s |      14 |    78431 |    66752 |    88883      0 |      200 |        0
1673.43/1673.88	c 1672s |      14 |    78528 |    66852 |    88883      0 |      200 |        0
1676.63/1677.02	c 1675s |      14 |    78633 |    66952 |    88883      0 |      200 |        0
1679.63/1680.09	c 1678s |      14 |    78730 |    67052 |    88883      0 |      200 |        0
1682.53/1682.97	c 1681s |      14 |    78838 |    67152 |    88883      0 |      200 |        0
1685.43/1685.83	c 1684s |      14 |    78942 |    67252 |    88883      0 |      200 |        0
1687.93/1688.39	c 1686s |      14 |    79027 |    67352 |    88883      0 |      200 |        0
1690.23/1690.62	c 1689s |      14 |    79127 |    67452 |    88883      0 |      200 |        0
1693.64/1694.04	c 1692s |      14 |    79367 |    67652 |    88883      0 |      200 |        0
1695.84/1696.30	c 1694s |      14 |    79474 |    67752 |    88883      0 |      200 |        0
1699.53/1699.90	c 1698s |      14 |    79574 |    67852 |    88883      0 |      200 |        0
1703.03/1703.43	c 1702s |      14 |    79693 |    67952 |    88883      0 |      200 |        0
1705.43/1705.81	c 1704s |      14 |    79940 |    68152 |    88883      0 |      200 |        0
1708.33/1708.71	c 1707s |      14 |    80147 |    68352 |    88883      0 |      200 |        0
1711.13/1711.50	c 1710s |      14 |    80250 |    68452 |    88883      0 |      200 |        0
1713.23/1713.65	c 1712s |      14 |    80363 |    68552 |    88883      0 |      200 |        0
1716.53/1716.96	c 1715s |      14 |    80559 |    68652 |    88883      0 |      200 |        0
1718.62/1719.09	c 1717s |      14 |    80678 |    68752 |    88883      0 |      200 |        0
1720.82/1721.24	c 1719s |      14 |    80777 |    68852 |    88883      0 |      200 |        0
1723.52/1723.97	c 1722s |      14 |    80895 |    68952 |    88883      0 |      200 |        0
1726.42/1726.84	c 1725s |      14 |    81001 |    69052 |    88883      0 |      200 |        0
1728.72/1729.20	c 1727s |      14 |    81107 |    69152 |    88883      0 |      200 |        0
1730.82/1731.21	c 1729s |      14 |    81208 |    69252 |    88883      0 |      200 |        0
1733.62/1734.03	c 1732s |      14 |    81312 |    69352 |    88883      0 |      200 |        0
1736.22/1736.68	c 1735s |      14 |    81431 |    69452 |    88883      0 |      200 |        0
1740.32/1740.73	c 1739s |      14 |    81637 |    69652 |    88883      0 |      200 |        0
1742.82/1743.28	c 1741s |      14 |    81745 |    69752 |    88883      0 |      200 |        0
1745.52/1745.99	c 1744s |      14 |    81858 |    69852 |    88883      0 |      200 |        0
1749.13/1749.54	c 1748s |      14 |    81955 |    69952 |    88883      0 |      200 |        0
1751.93/1752.34	c 1750s |      14 |    82117 |    70052 |    88883      0 |      200 |        0
1754.63/1755.09	c 1753s |      14 |    82226 |    70152 |    88883      0 |      200 |        0
1758.53/1758.98	c 1757s |      14 |    82447 |    70352 |    88883      0 |      200 |        0
1761.83/1762.28	c 1760s |      14 |    82543 |    70452 |    88883      0 |      200 |        0
1765.62/1766.09	c 1764s |      14 |    82656 |    70552 |    88883      0 |      200 |        0
1768.53/1768.95	c 1767s |      14 |    82766 |    70652 |    88883      0 |      200 |        0
1770.63/1771.01	c 1769s |      14 |    82909 |    70752 |    88883      0 |      200 |        0
1772.93/1773.38	c 1771s |      14 |    83037 |    70852 |    88883      0 |      200 |        0
1777.42/1777.88	c 1776s |      14 |    83247 |    71052 |    88883      0 |      200 |        0
1779.92/1780.32	c 1778s |      14 |    83348 |    71152 |    88883      0 |      200 |        0
1783.72/1784.17	c 1782s |      14 |    83592 |    71352 |    88883      0 |      200 |        0
1787.72/1788.15	c 1786s |      14 |    83690 |    71452 |    88883      0 |      200 |        0
1790.32/1790.76	c 1789s |      14 |    83795 |    71552 |    88883      0 |      200 |        0
1793.32/1793.79	c 1792s |      14 |    83889 |    71652 |    88883      0 |      200 |        0
1796.42/1796.88	c 1795s |      14 |    83997 |    71752 |    88883      0 |      200 |        0
1800.02/1800.40	c 1798s |      14 |    84104 |    71852 |    88883      0 |      200 |        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-4079292-1465335044/watcher-4079292-1465335044 -o /tmp/evaluation-result-4079292-1465335044/solver-4079292-1465335044 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465311042-19403 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079292-1465335044.opb 

pid=21655
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.20 2.25 2.21 3/180 21658
/proc/meminfo: memFree=29276028/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=691644 CPUtime=0 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 2576 0 0 0 0 0 0 0 20 0 4 0 115437230 708243456 2937 33554432000 4194304 16246674 140736823657040 140736823656464 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 173679 2945 441 2943 0 170573 0
[pid=21658/tid=21659] ppid=21655 vsize=709052 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 726069248 3004 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=713148 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 730263552 3021 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=717244 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 734457856 3037 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.20 2.25 2.21 3/180 21658
/proc/meminfo: memFree=29276028/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 29192 0 0 0 5 4 0 0 20 0 4 0 115437230 1334382592 29492 33554432000 4194304 16246674 140736823657040 140736823656352 8056990 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 325777 29508 798 2943 0 322671 0
[pid=21658/tid=21659] ppid=21655 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1334382592 29520 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1334382592 29531 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1334382592 29542 33554432000 4194304 16246674 140736823657040 140682928843952 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.200512 s]
/proc/loadavg: 2.20 2.25 2.21 3/180 21658
/proc/meminfo: memFree=29276028/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1313348 CPUtime=0.18 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 43736 0 0 0 13 5 0 0 20 0 4 0 115437230 1344868352 44546 33554432000 4194304 16246674 140736823657040 140736823656352 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 328337 44546 799 2943 0 325231 0
[pid=21658/tid=21659] ppid=21655 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1344868352 44546 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1344868352 44546 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1344868352 44546 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1313348

[startup+0.30049 s]
/proc/loadavg: 2.20 2.25 2.21 3/180 21658
/proc/meminfo: memFree=29276028/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1313348 CPUtime=0.28 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 56856 0 0 0 21 7 0 0 20 0 4 0 115437230 1344868352 57666 33554432000 4194304 16246674 140736823657040 140736823656352 4223648 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 328337 57666 801 2943 0 325231 0
[pid=21658/tid=21659] ppid=21655 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1344868352 57666 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1344868352 57666 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1344868352 57666 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700396 s]
/proc/loadavg: 2.20 2.25 2.21 3/180 21658
/proc/meminfo: memFree=29276028/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 96640 0 0 0 55 14 0 0 20 0 4 0 115437230 1344868352 97450 33554432000 4194304 16246674 140736823657040 140736823638912 5887445 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 328337 97457 839 2943 0 325231 0
[pid=21658/tid=21659] ppid=21655 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1344868352 97463 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1344868352 97468 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1344868352 97473 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50039 s]
/proc/loadavg: 2.20 2.25 2.21 3/184 21662
/proc/meminfo: memFree=28632068/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=1.49 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 166981 0 0 0 122 27 0 0 20 0 4 0 115437230 1381568512 167791 33554432000 4194304 16246674 140736823657040 140736823638912 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 167791 874 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167791 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167791 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167791 33554432000 4194304 16246674 140736823657040 140682928843952 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) 1349188

[startup+3.1004 s]
/proc/loadavg: 2.20 2.25 2.21 3/184 21662
/proc/meminfo: memFree=28605400/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=3.09 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167000 0 0 0 282 27 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140736823638912 12483218 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 167810 891 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140682928843952 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) 1349188

[startup+6.30041 s]
/proc/loadavg: 2.18 2.25 2.21 4/184 21662
/proc/meminfo: memFree=28605384/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=6.29 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167000 0 0 0 602 27 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140736823638912 5712604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 167810 891 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1349188

[startup+12.7004 s]
/proc/loadavg: 2.25 2.26 2.22 4/184 21662
/proc/meminfo: memFree=28605408/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=12.69 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167000 0 0 0 1242 27 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140736823638912 5823170 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 167810 891 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140682928843952 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) 1349188

[startup+25.5005 s]
/proc/loadavg: 2.27 2.26 2.22 3/183 21662
/proc/meminfo: memFree=28605612/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=25.49 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167000 0 0 0 2522 27 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140736823638912 5711984 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 167810 891 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167810 33554432000 4194304 16246674 140736823657040 140682928843952 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) 1349188

[startup+51.1005 s]
/proc/loadavg: 2.17 2.24 2.21 3/183 21662
/proc/meminfo: memFree=28605820/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=51.08 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167005 0 0 0 5081 27 0 0 20 0 4 0 115437230 1381568512 167815 33554432000 4194304 16246674 140736823657040 140736823638912 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 167815 895 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167815 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167815 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167815 33554432000 4194304 16246674 140736823657040 140682928843952 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) 1349188

[startup+102.3 s]
/proc/loadavg: 2.18 2.23 2.21 3/183 21663
/proc/meminfo: memFree=28605036/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=102.28 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167005 0 0 0 10201 27 0 0 20 0 4 0 115437230 1381568512 167815 33554432000 4194304 16246674 140736823657040 140736823638912 12483198 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 167815 895 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167815 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167815 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 167815 33554432000 4194304 16246674 140736823657040 140682928843952 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) 1349188


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

/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 1349188

[startup+1302.3 s]
/proc/loadavg: 2.16 2.16 2.17 3/183 21742
/proc/meminfo: memFree=16865160/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=1301.99 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167149 0 0 0 130167 32 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140736823638912 5722036 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 279046 896 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 1349188

[startup+1362.3 s]
/proc/loadavg: 2.30 2.19 2.18 3/184 21803
/proc/meminfo: memFree=28750620/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=1361.98 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167149 0 0 0 136166 32 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140736823638912 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 279046 896 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 1349188

[startup+1422.3 s]
/proc/loadavg: 2.33 2.22 2.19 3/183 21804
/proc/meminfo: memFree=28751648/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=1421.98 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167149 0 0 0 142166 32 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140736823638912 5711984 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 279046 896 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 1349188

[startup+1482.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/183 21806
/proc/meminfo: memFree=28750828/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=1481.97 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167149 0 0 0 148164 33 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140736823638912 5711338 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 279046 896 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 1349188

[startup+1542.31 s]
/proc/loadavg: 2.31 2.23 2.19 3/183 21807
/proc/meminfo: memFree=28750784/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=1541.96 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167149 0 0 0 154163 33 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140736823638912 13950202 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 279046 896 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 1349188

[startup+1602.3 s]
/proc/loadavg: 2.40 2.26 2.20 3/183 21808
/proc/meminfo: memFree=28750780/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=1601.95 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167149 0 0 0 160162 33 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140736823638912 5711784 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 279046 896 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 1349188

[startup+1662.3 s]
/proc/loadavg: 2.33 2.26 2.20 3/183 21809
/proc/meminfo: memFree=28750664/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=1661.94 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167149 0 0 0 166161 33 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140736823638912 13820989 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 279046 896 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1349188

[startup+1722.3 s]
/proc/loadavg: 2.25 2.24 2.19 3/183 21810
/proc/meminfo: memFree=28750536/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=1721.92 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167149 0 0 0 172159 33 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140736823638912 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 279046 896 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 1349188

[startup+1782.3 s]
/proc/loadavg: 2.30 2.25 2.19 3/184 21815
/proc/meminfo: memFree=28750052/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=1781.92 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167149 0 0 0 178158 34 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140736823638912 5711952 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 279046 896 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 1349188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.30 2.25 2.19 3/184 21815
/proc/meminfo: memFree=28750052/32872528 swapFree=16204/1518544
[pid=21658] ppid=21655 vsize=1349188 CPUtime=1800.02 cores=0,2,4,6
/proc/21658/stat : 21658 (toysat) R 21655 21658 19387 0 -1 4202496 167149 0 0 0 179968 34 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140736823638912 5523464 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21658/statm: 337297 279046 896 2943 0 334191 0
[pid=21658/tid=21659] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21659/stat : 21659 (toysat) S 21655 21658 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683026345200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21658/tid=21660] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21660/stat : 21660 (toysat) S 21655 21658 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140683015855344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21658/tid=21661] ppid=21655 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21658/task/21661/stat : 21661 (toysat) S 21655 21658 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115437230 1381568512 279046 33554432000 4194304 16246674 140736823657040 140682928843952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1349188

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 21658 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.03
CPU user time (s): 1799.69
CPU system time (s): 0.340948
CPU usage (%): 99.979
Max. virtual memory (cumulated for all children) (KiB): 1349188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.340948
maximum resident set size= 1116184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167149
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= 157
involuntary context switches= 1850

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5723 second user time and 6.93095 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-07 23:30:44
IDJOB=4079292
IDBENCH=92744
IDSOLVER=2542
FILE ID=node129/4079292-1465335044
RUNJOBID= node129-1465311042-19403
PBS_JOBID= 19850114
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= e89bd659c62f9d4197f3ccc320e60b79
RANDOM SEED=2079798239

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:        29276944 kB
Buffers:           42636 kB
Cached:           199924 kB
SwapCached:         1836 kB
Active:          1197596 kB
Inactive:         138124 kB
Active(anon):    1090896 kB
Inactive(anon):     4524 kB
Active(file):     106700 kB
Inactive(file):   133600 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098824 kB
Dirty:             17864 kB
Writeback:             0 kB
AnonPages:       2731404 kB
Mapped:            11832 kB
Shmem:                 0 kB
Slab:             604324 kB
SReclaimable:      48596 kB
SUnreclaim:       555728 kB
KernelStack:        1528 kB
PageTables:         9272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2755096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2226176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node129 at 2016-06-08 00:00:44