Trace number 4079417

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_0_mh.opb
MD5SUM52afec4ffbbd6f0999256966f3f490ed
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4862766
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 145531576
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 65051092014
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 145531576
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 65051092014
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T22:19:53+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-4079417-1465330792.opb"]
0.00/0.01	c use --random-gen="6466593 3447452726 501383045 2505357949 3220062067 1232549442 868172220 485764552 1694141823 2340773721 3440522231 3082101973 309454649 856054134 3670321044 1871613807 3444312696 176570818 2284802158 1727894854 4189398190 4167507229 2248938612 1702587611 653234742 3278781742 646510272 3937691691 1589977161 1216927343 865270017 4143584190 3817814602 3219702073 1453688921 874066482 3157223354 2844455699 532550511 1020394620 804409939 2602591715 40517715 3492612171 1197424600 187584541 396648910 1930845585 845431998 139545709 411268790 650718708 3832151254 1407677893 1871427523 713585950 883956224 2765453516 3083860143 1065676229 2096674705 795921946 535338017 2146940419 346064137 3795294667 2938968879 2241663286 1332995998 433592101 329449981 893956872 3030818792 2560118320 416374816 1458138798 406936115 3139955114 2954179403 4133815243 3138541248 249291874 558296569 2240969134 4159895947 327691951 322945681 1339737249 563427057 1112898278 3698852248 165644397 2284466090 2159645072 2316038334 166163745 4274093122 2140728431 1092545579 3162564128 1907344917 3628867782 2082269836 942301887 2663876726 22148531 306415330 1694823899 892925051 1432383245 408240572 745322468 4223594152 1032752742 3245672685 2081037646 837505205 3571475598 3004987684 3494080926 3308450720 3786375316 3504271913 747657292 1173882746 3623569471 3403181962 477099393 3684494363 3631570651 920210824 1115673327 3079448717 2711421354 2340228497 3337948207 2974999797 4236977507 2204124737 1449238238 845838687 167233313 593320053 2576554840 2622291866 1232700770 4034442838 678844122 3892102623 3840775424 2742673031 662439593 3103777289 4294398802 3276173353 500966315 444996182 3267081948 3291373250 3783601555 384884451 2519742819 3762943224 524145273 2738308184 3009711820 1067828827 1637038974 4264693036 2202360050 1808716495 1063540208 1788377311 1025738296 2299869837 3254061483 3572256821 1638387546 66395101 1683412354 2496842564 21593749 3517665336 1963729895 2209031949 3600023013 4246216838 4017996105 3666598320 835690768 1222455443 148346666 2949387258 1506788287 2019411612 2641287051 1227160136 3178672872 2388492048 583385728 3171913735 4175490749 3299745109 1914364495 3962871958 2746128291 2167749574 3460073541 3021572698 1983878692 3782739802 929324410 4134047279 1726586343 423534789 3129431558 609159639 427265391 4040089304 3845257719 2416419650 487699869 3738772895 2234446717 311060444 4141465960 2428801298 1837769657 160517922 1362152341 1172309086 3886186906 3583222926 2613724186 1689898044 892801307 923874072 3240697058 1921261225 228361961 2754213857 609574480 4208558753 1509626170 4246075167 3724011013 1213786561 3783544839 2375998440 3739908056 1050737798 748013042 1223141534 1402248617 3666313292 4242606047 255 362436" option to reproduce the execution
4.29/4.35	c #vars 250200
4.29/4.35	c #constraints 605407
15.09/15.19	c BCD2: Hardening is enabled.
15.09/15.19	c BCD2: BiasedSearch is enabled.
15.09/15.19	c Solving starts ...
15.09/15.19	c ============================[ Search Statistics ]============================
15.09/15.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.09/15.19	c       |         |          |          |    Limit     GC | Var      | Constra 
15.09/15.19	c =============================================================================
15.19/15.21	c  0.0s |       0 |        0 |        0 |   286836      0 |      150 |        0
26.29/26.36	c 11.2s |       0 |      316 |      100 |   286836      0 |      150 |        0
26.49/26.51	c 11.3s |       1 |      316 |      100 |   286836      0 |      150 |        0
29.99/30.05	c 14.8s |       1 |     2351 |      200 |   315520      0 |      150 |        0
30.49/30.51	c 15.3s |       2 |     3668 |      250 |   315520      0 |      150 |        0
32.68/32.75	c 17.5s |       2 |    12351 |      350 |   347072      0 |      150 |        0
33.98/34.09	c 18.9s |       3 |    12506 |      475 |   347072      0 |      150 |        0
37.79/37.80	c 22.6s |       3 |    14878 |      575 |   381780      0 |      150 |        0
40.08/40.18	c 25.0s |       3 |    14980 |      675 |   381780      0 |      150 |        0
44.68/44.74	c 29.5s |       3 |    15091 |      775 |   381780      0 |      150 |        0
45.79/45.88	c 30.7s |       4 |    15193 |      813 |   381780      0 |      150 |        0
60.49/60.54	c 45.3s |       4 |    18173 |      913 |   419959      0 |      150 |        0
71.59/71.65	c 56.4s |       4 |    20172 |     1013 |   419959      0 |      150 |        0
81.39/81.43	c 66.2s |       4 |    21627 |     1113 |   419959      0 |      150 |        0
94.28/94.36	c 79.1s |       4 |    25570 |     1213 |   419959      0 |      150 |        0
104.38/104.45	c 89.2s |       4 |    26981 |     1313 |   419959      0 |      150 |        0
105.58/105.67	c 90.5s |       5 |    27127 |     1320 |   419959      0 |      150 |        0
127.17/127.23	c  112s |       5 |    29974 |     1420 |   461955      0 |      150 |        0
144.07/144.15	c  128s |       5 |    31203 |     1520 |   461955      0 |      150 |        0
165.16/165.22	c  150s |       5 |    31685 |     1620 |   461955      0 |      150 |        0
187.56/187.66	c  172s |       5 |    32898 |     1720 |   461955      0 |      150 |        0
198.56/198.60	c  183s |       5 |    33776 |     1820 |   461955      0 |      150 |        0
217.35/217.49	c  202s |       5 |    35044 |     1920 |   461955      0 |      150 |        0
226.05/226.19	c  210s |       5 |    35339 |     2020 |   461955      0 |      150 |        0
232.35/232.48	c  217s |       6 |    35911 |     2081 |   508151      0 |      150 |        0
257.45/257.52	c  242s |       6 |    38660 |     2181 |   508151      0 |      150 |        0
273.65/273.76	c  258s |       6 |    40019 |     2281 |   508151      0 |      150 |        0
283.25/283.35	c  268s |       6 |    41797 |     2381 |   508151      0 |      150 |        0
298.95/299.08	c  283s |       6 |    43089 |     2481 |   508151      0 |      150 |        0
317.65/317.70	c  302s |       6 |    44449 |     2581 |   508151      0 |      150 |        0
331.54/331.61	c  316s |       6 |    44978 |     2681 |   508151      0 |      150 |        0
342.54/342.64	c  327s |       6 |    45712 |     2781 |   508151      0 |      150 |        0
365.04/365.12	c  349s |       6 |    48486 |     2881 |   508151      0 |      150 |        0
376.04/376.12	c  360s |       6 |    48891 |     2981 |   508151      0 |      150 |        0
399.43/399.54	c  384s |       6 |    50137 |     3081 |   508151      0 |      150 |        0
413.43/413.50	c  398s |       6 |    51238 |     3181 |   508151      0 |      150 |        0
420.83/420.95	c  405s |       7 |    51570 |     3223 |   558967      0 |      150 |        0
441.03/441.11	c  425s |       7 |    52752 |     3323 |   558967      0 |      150 |        0
468.02/468.13	c  452s |       7 |    56470 |     3423 |   558967      0 |      150 |        0
486.22/486.38	c  471s |       7 |    57482 |     3523 |   558967      0 |      150 |        0
509.41/509.53	c  494s |       7 |    58784 |     3623 |   558967      0 |      150 |        0
527.51/527.64	c  512s |       7 |    60256 |     3723 |   558967      0 |      150 |        0
544.00/544.17	c  528s |       7 |    61583 |     3823 |   558967      0 |      150 |        0
577.50/577.61	c  562s |       7 |    64894 |     3923 |   558967      0 |      150 |        0
602.09/602.28	c  587s |       7 |    65488 |     4023 |   558967      0 |      150 |        0
624.38/624.58	c  609s |       7 |    65878 |     4123 |   558967      0 |      150 |        0
640.58/640.74	c  625s |       7 |    66359 |     4223 |   558967      0 |      150 |        0
661.67/661.82	c  646s |       7 |    68429 |     4323 |   558967      0 |      150 |        0
693.37/693.52	c  678s |       7 |    69707 |     4423 |   558967      0 |      150 |        0
714.87/715.04	c  699s |       7 |    72178 |     4523 |   558967      0 |      150 |        0
730.66/730.86	c  715s |       7 |    73315 |     4623 |   558967      0 |      150 |        0
747.66/747.84	c  732s |       7 |    73775 |     4723 |   558967      0 |      150 |        0
759.76/759.93	c  744s |       7 |    74699 |     4823 |   558967      0 |      150 |        0
781.45/781.65	c  766s |       7 |    76256 |     4923 |   614864      0 |      150 |        0
785.75/785.93	c  770s |       8 |    76853 |     4936 |   614864      0 |      150 |        0
809.35/809.56	c  794s |       8 |    79343 |     5036 |   614864      0 |      150 |        0
838.35/838.50	c  823s |       8 |    80321 |     5136 |   614864      0 |      150 |        0
859.94/860.14	c  844s |       8 |    82931 |     5236 |   614864      0 |      150 |        0
881.14/881.31	c  866s |       8 |    83335 |     5336 |   614864      0 |      150 |        0
891.84/892.00	c  876s |       8 |    83889 |     5436 |   614864      0 |      150 |        0
928.13/928.32	c  913s |       8 |    87649 |     5536 |   614864      0 |      150 |        0
964.12/964.32	c  949s |       8 |    89769 |     5636 |   614864      0 |      150 |        0
989.42/989.67	c  974s |       8 |    91204 |     5736 |   614864      0 |      150 |        0
1013.41/1013.69	c  998s |       8 |    92201 |     5836 |   614864      0 |      150 |        0
1027.91/1028.15	c 1012s |       8 |    93795 |     5936 |   614864      0 |      150 |        0
1049.40/1049.61	c 1034s |       8 |    94304 |     6036 |   614864      0 |      150 |        0
1072.80/1073.05	c 1057s |       8 |    97146 |     6136 |   614864      0 |      150 |        0
1085.90/1086.14	c 1070s |       8 |    97970 |     6236 |   614864      0 |      150 |        0
1117.29/1117.52	c 1102s |       8 |    99367 |     6336 |   614864      0 |      150 |        0
1144.89/1145.14	c 1129s |       8 |   102022 |     6436 |   614864      0 |      150 |        0
1166.28/1166.53	c 1151s |       8 |   102924 |     6536 |   614864      0 |      150 |        0
1190.88/1191.14	c 1175s |       8 |   103630 |     6636 |   614864      0 |      150 |        0
1220.88/1221.18	c 1205s |       8 |   106385 |     6736 |   614864      0 |      150 |        0
1244.17/1244.40	c 1229s |       8 |   108163 |     6836 |   614864      0 |      150 |        0
1273.87/1274.19	c 1258s |       8 |   108630 |     6936 |   614864      0 |      150 |        0
1313.17/1313.44	c 1298s |       8 |   111740 |     7036 |   614864      0 |      150 |        0
1335.56/1335.80	c 1320s |       8 |   111972 |     7136 |   614864      0 |      150 |        0
1376.55/1376.85	c 1361s |       8 |   116187 |     7236 |   614864      0 |      150 |        0
1411.45/1411.71	c 1396s |       8 |   118142 |     7336 |   614864      0 |      150 |        0
1438.45/1438.73	c 1423s |       8 |   119753 |     7436 |   614864      0 |      150 |        0
1448.45/1448.78	c 1433s |       9 |   122363 |     7506 |   676351      0 |      150 |        0
1451.75/1452.01	c 1436s |       9 |   124944 |     7606 |   676351      0 |      150 |        0
1455.74/1456.09	c 1440s |       9 |   126721 |     7806 |   676351      0 |      150 |        0
1458.84/1459.11	c 1443s |       9 |   127880 |     8006 |   676351      0 |      150 |        0
1461.14/1461.40	c 1446s |       9 |   128671 |     8106 |   676351      0 |      150 |        0
1464.04/1464.32	c 1449s |       9 |   129953 |     8206 |   676351      0 |      150 |        0
1468.44/1468.75	c 1453s |       9 |   130847 |     8306 |   676351      0 |      150 |        0
1471.94/1472.23	c 1457s |       9 |   131663 |     8406 |   676351      0 |      150 |        0
1474.44/1474.79	c 1459s |       9 |   132177 |     8506 |   676351      0 |      150 |        0
1477.24/1477.50	c 1462s |       9 |   132509 |     8606 |   676351      0 |      150 |        0
1480.14/1480.44	c 1465s |       9 |   133220 |     8706 |   676351      0 |      150 |        0
1482.24/1482.53	c 1467s |       9 |   133981 |     8806 |   676351      0 |      150 |        0
1485.24/1485.57	c 1470s |       9 |   134226 |     8906 |   676351      0 |      150 |        0
1488.04/1488.37	c 1473s |       9 |   134619 |     9006 |   676351      0 |      150 |        0
1492.54/1492.89	c 1477s |       9 |   135147 |     9106 |   676351      0 |      150 |        0
1496.73/1497.05	c 1481s |       9 |   135685 |     9206 |   676351      0 |      150 |        0
1499.43/1499.71	c 1484s |       9 |   136131 |     9306 |   676351      0 |      150 |        0
1502.73/1503.05	c 1487s |       9 |   136402 |     9406 |   676351      0 |      150 |        0
1506.03/1506.31	c 1491s |       9 |   136901 |     9506 |   676351      0 |      150 |        0
1508.94/1509.24	c 1494s |       9 |   137214 |     9606 |   676351      0 |      150 |        0
1512.83/1513.14	c 1497s |       9 |   138024 |     9706 |   676351      0 |      150 |        0
1515.54/1515.81	c 1500s |       9 |   139583 |    10006 |   676351      0 |      150 |        0
1517.84/1518.13	c 1502s |       9 |   141047 |    10106 |   676351      0 |      150 |        0
1521.04/1521.35	c 1506s |       9 |   141859 |    10206 |   676351      0 |      150 |        0
1523.24/1523.53	c 1508s |       9 |   142594 |    10306 |   676351      0 |      150 |        0
1525.73/1526.06	c 1510s |       9 |   143062 |    10406 |   676351      0 |      150 |        0
1531.73/1532.04	c 1516s |       9 |   143960 |    10606 |   676351      0 |      150 |        0
1534.73/1535.05	c 1519s |       9 |   144282 |    10706 |   676351      0 |      150 |        0
1537.03/1537.34	c 1522s |       9 |   144458 |    10806 |   676351      0 |      150 |        0
1539.13/1539.43	c 1524s |       9 |   145449 |    10906 |   676351      0 |      150 |        0
1542.53/1542.81	c 1527s |       9 |   146090 |    11106 |   676351      0 |      150 |        0
1546.13/1546.44	c 1531s |       9 |   146633 |    11306 |   743987      0 |      150 |        0
1546.93/1547.22	c 1532s |      10 |   146811 |    11361 |   743987      0 |      150 |        0
1550.13/1550.44	c 1535s |      10 |   147744 |    11461 |   743987      0 |      150 |        0
1554.42/1554.71	c 1539s |      10 |   149264 |    11561 |   743987      0 |      150 |        0
1557.02/1557.34	c 1542s |      10 |   149848 |    11661 |   743987      0 |      150 |        0
1559.63/1559.95	c 1544s |      10 |   150930 |    11761 |   743987      0 |      150 |        0
1562.72/1563.01	c 1547s |      10 |   151893 |    11861 |   743987      0 |      150 |        0
1565.82/1566.13	c 1550s |      10 |   153658 |    11961 |   743987      0 |      150 |        0
1568.72/1569.07	c 1553s |      10 |   154019 |    12061 |   743987      0 |      150 |        0
1573.62/1573.97	c 1558s |      10 |   154507 |    12161 |   743987      0 |      150 |        0
1576.22/1576.58	c 1561s |      10 |   154955 |    12261 |   743987      0 |      150 |        0
1578.33/1578.60	c 1563s |      10 |   155405 |    12361 |   743987      0 |      150 |        0
1583.73/1584.07	c 1568s |      10 |   156214 |    12461 |   743987      0 |      150 |        0
1586.12/1586.48	c 1571s |      10 |   157557 |    12561 |   743987      0 |      150 |        0
1589.92/1590.23	c 1575s |      10 |   158743 |    12661 |   743987      0 |      150 |        0
1594.42/1594.71	c 1579s |      10 |   161658 |    12861 |   743987      0 |      150 |        0
1596.82/1597.17	c 1581s |      10 |   162869 |    12961 |   743987      0 |      150 |        0
1599.32/1599.60	c 1584s |      10 |   163690 |    13061 |   743987      0 |      150 |        0
1604.02/1604.34	c 1589s |      10 |   165718 |    13261 |   743987      0 |      150 |        0
1606.71/1607.04	c 1591s |      10 |   166802 |    13361 |   743987      0 |      150 |        0
1611.61/1611.91	c 1596s |      10 |   168020 |    13561 |   743987      0 |      150 |        0
1614.62/1614.94	c 1599s |      10 |   168340 |    13661 |   743987      0 |      150 |        0
1618.61/1618.98	c 1603s |      10 |   168865 |    13761 |   743987      0 |      150 |        0
1623.81/1624.16	c 1608s |      10 |   170107 |    13861 |   743987      0 |      150 |        0
1626.72/1627.06	c 1611s |      10 |   170894 |    13961 |   743987      0 |      150 |        0
1629.61/1629.95	c 1614s |      10 |   171970 |    14161 |   743987      0 |      150 |        0
1633.11/1633.41	c 1618s |      10 |   172201 |    14261 |   743987      0 |      150 |        0
1636.31/1636.61	c 1621s |      10 |   172833 |    14461 |   743987      0 |      150 |        0
1638.61/1638.90	c 1623s |      10 |   173519 |    14561 |   743987      0 |      150 |        0
1642.61/1642.96	c 1627s |      10 |   174676 |    14761 |   743987      0 |      150 |        0
1646.52/1646.84	c 1631s |      10 |   175360 |    14861 |   743987      0 |      150 |        0
1648.81/1649.15	c 1633s |      10 |   176041 |    14961 |   743987      0 |      150 |        0
1652.21/1652.55	c 1637s |      10 |   176478 |    15061 |   743987      0 |      150 |        0
1654.71/1655.09	c 1639s |      10 |   176829 |    15161 |   743987      0 |      150 |        0
1658.11/1658.42	c 1643s |      10 |   177581 |    15361 |   743987      0 |      150 |        0
1660.31/1660.62	c 1645s |      10 |   178295 |    15561 |   743987      0 |      150 |        0
1662.41/1662.78	c 1647s |      10 |   178586 |    15661 |   743987      0 |      150 |        0
1666.01/1666.37	c 1651s |      10 |   179056 |    15761 |   743987      0 |      150 |        0
1670.11/1670.49	c 1655s |      10 |   180582 |    15961 |   743987      0 |      150 |        0
1672.91/1673.25	c 1658s |      10 |   181199 |    16161 |   743987      0 |      150 |        0
1675.80/1676.10	c 1660s |      10 |   182585 |    16361 |   743987      0 |      150 |        0
1678.90/1679.21	c 1664s |      10 |   182843 |    16461 |   743987      0 |      150 |        0
1682.30/1682.63	c 1667s |      10 |   183377 |    16661 |   743987      0 |      150 |        0
1684.50/1684.81	c 1669s |      10 |   183629 |    16761 |   743987      0 |      150 |        0
1687.21/1687.56	c 1672s |      10 |   184123 |    16861 |   743987      0 |      150 |        0
1690.90/1691.22	c 1676s |      10 |   185903 |    17061 |   818386      0 |      150 |        0
1691.90/1692.21	c 1676s |      11 |   186349 |    17144 |   818386      0 |      150 |        0
1694.81/1695.19	c 1679s |      11 |   186962 |    17244 |   818386      0 |      150 |        0
1698.11/1698.42	c 1683s |      11 |   187892 |    17444 |   818386      0 |      150 |        0
1701.11/1701.40	c 1686s |      11 |   188501 |    17644 |   818386      0 |      150 |        0
1703.91/1704.26	c 1689s |      11 |   189439 |    17744 |   818386      0 |      150 |        0
1707.01/1707.39	c 1692s |      11 |   190087 |    17844 |   818386      0 |      150 |        0
1709.91/1710.23	c 1695s |      11 |   190620 |    17944 |   818386      0 |      150 |        0
1712.20/1712.55	c 1697s |      11 |   190895 |    18044 |   818386      0 |      150 |        0
1715.40/1715.77	c 1700s |      11 |   191161 |    18144 |   818386      0 |      150 |        0
1719.11/1719.48	c 1704s |      11 |   191593 |    18244 |   818386      0 |      150 |        0
1722.31/1722.70	c 1707s |      11 |   191958 |    18344 |   818386      0 |      150 |        0
1725.61/1725.91	c 1710s |      11 |   192437 |    18444 |   818386      0 |      150 |        0
1731.50/1731.81	c 1716s |      11 |   193425 |    18644 |   818386      0 |      150 |        0
1735.30/1735.65	c 1720s |      11 |   193680 |    18744 |   818386      0 |      150 |        0
1738.70/1739.08	c 1723s |      11 |   194239 |    18844 |   818386      0 |      150 |        0
1741.80/1742.19	c 1726s |      11 |   194992 |    18944 |   818386      0 |      150 |        0
1747.10/1747.43	c 1732s |      11 |   195659 |    19044 |   818386      0 |      150 |        0
1752.50/1752.82	c 1737s |      11 |   196427 |    19144 |   818386      0 |      150 |        0
1755.60/1755.90	c 1740s |      11 |   196906 |    19244 |   818386      0 |      150 |        0
1758.50/1758.90	c 1743s |      11 |   197554 |    19444 |   818386      0 |      150 |        0
1761.00/1761.33	c 1746s |      11 |   198523 |    19644 |   818386      0 |      150 |        0
1763.60/1763.97	c 1748s |      11 |   199637 |    19844 |   818386      0 |      150 |        0
1766.50/1766.80	c 1751s |      11 |   200340 |    20044 |   818386      0 |      150 |        0
1769.50/1769.83	c 1754s |      11 |   200692 |    20144 |   818386      0 |      150 |        0
1772.90/1773.25	c 1758s |      11 |   200923 |    20244 |   818386      0 |      150 |        0
1779.19/1779.52	c 1764s |      11 |   201066 |    20344 |   818386      0 |      150 |        0
1782.19/1782.55	c 1767s |      11 |   201564 |    20544 |   818386      0 |      150 |        0
1786.69/1787.06	c 1771s |      11 |   202366 |    20844 |   818386      0 |      150 |        0
1790.99/1791.38	c 1776s |      11 |   202843 |    21044 |   818386      0 |      150 |        0
1794.09/1794.47	c 1779s |      11 |   203367 |    21244 |   818386      0 |      150 |        0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.11 2.05 3/179 23174
/proc/meminfo: memFree=29508016/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=637372 CPUtime=0 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 2362 0 0 0 0 0 0 0 20 0 4 0 115012715 652668928 3234 33554432000 4194304 16246674 140736982349808 140736982349232 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 159855 3243 441 2943 0 156749 0
[pid=23174/tid=23175] ppid=23171 vsize=654780 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 670494720 3300 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=658876 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115012715 674689024 3316 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=663996 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115012715 679931904 3336 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100223 s]
/proc/loadavg: 2.16 2.11 2.05 3/179 23174
/proc/meminfo: memFree=29508016/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 29742 0 0 0 5 4 0 0 20 0 4 0 115012715 1334382592 30551 33554432000 4194304 16246674 140736982349808 140736982349120 12752373 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 325777 30566 798 2943 0 322671 0
[pid=23174/tid=23175] ppid=23171 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1334382592 30576 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115012715 1334382592 30588 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115012715 1334382592 30598 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200532 s]
/proc/loadavg: 2.16 2.11 2.05 3/179 23174
/proc/meminfo: memFree=29508016/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 45118 0 0 0 13 6 0 0 20 0 4 0 115012715 1343819776 46438 33554432000 4194304 16246674 140736982349808 140736982349120 13878720 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 328081 46438 799 2943 0 324975 0
[pid=23174/tid=23175] ppid=23171 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1343819776 46438 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115012715 1343819776 46438 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115012715 1343819776 46438 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300495 s]
/proc/loadavg: 2.16 2.11 2.05 3/179 23174
/proc/meminfo: memFree=29508016/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 47704 0 0 0 23 6 0 0 20 0 4 0 115012715 1343819776 49024 33554432000 4194304 16246674 140736982349808 140736982349120 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 328081 49024 800 2943 0 324975 0
[pid=23174/tid=23175] ppid=23171 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1343819776 49024 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115012715 1343819776 49024 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115012715 1343819776 49024 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700386 s]
/proc/loadavg: 2.16 2.11 2.05 3/179 23174
/proc/meminfo: memFree=29508016/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 64680 0 0 0 60 9 0 0 20 0 4 0 115012715 1344868352 66000 33554432000 4194304 16246674 140736982349808 140736982332800 8057138 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 328337 66000 802 2943 0 325231 0
[pid=23174/tid=23175] ppid=23171 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1344868352 66000 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115012715 1344868352 66000 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115012715 1344868352 66000 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50039 s]
/proc/loadavg: 2.16 2.11 2.05 3/183 23178
/proc/meminfo: memFree=29174836/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 82155 0 0 0 137 12 0 0 20 0 4 0 115012715 1344868352 83475 33554432000 4194304 16246674 140736982349808 140736982332800 13750807 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 328337 83475 802 2943 0 325231 0
[pid=23174/tid=23175] ppid=23171 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1344868352 83475 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115012715 1344868352 83475 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115012715 1344868352 83475 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10037 s]
/proc/loadavg: 2.16 2.11 2.05 3/183 23178
/proc/meminfo: memFree=29036732/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=1337924 CPUtime=3.09 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 156742 0 0 0 285 24 0 0 20 0 4 0 115012715 1370034176 163172 33554432000 4194304 16246674 140736982349808 140736982332800 13880163 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 334481 163172 802 2943 0 331375 0
[pid=23174/tid=23175] ppid=23171 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1370034176 163172 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115012715 1370034176 163172 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115012715 1370034176 163172 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1337924

[startup+6.30039 s]
/proc/loadavg: 2.15 2.11 2.05 3/183 23178
/proc/meminfo: memFree=28601484/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=1411652 CPUtime=6.29 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 254942 0 0 0 589 40 0 0 20 0 4 0 115012715 1445531648 274658 33554432000 4194304 16246674 140736982349808 140736982348904 5926292 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 352913 274658 842 2943 0 349807 0
[pid=23174/tid=23175] ppid=23171 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1445531648 274658 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1445531648 274658 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 1445531648 274658 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1411652

[startup+12.7004 s]
/proc/loadavg: 2.14 2.10 2.05 3/184 23181
/proc/meminfo: memFree=28330200/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=1411652 CPUtime=12.68 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 275148 0 0 0 1225 43 0 0 20 0 4 0 115012715 1445531648 294864 33554432000 4194304 16246674 140736982349808 140736982347648 12458616 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 352913 294864 845 2943 0 349807 0
[pid=23174/tid=23175] ppid=23171 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1445531648 294864 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1445531648 294864 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 1445531648 294864 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1411652

[startup+25.5004 s]
/proc/loadavg: 2.11 2.10 2.05 4/184 23181
/proc/meminfo: memFree=27944540/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=1797700 CPUtime=25.49 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 371707 0 0 0 2491 58 0 0 20 0 4 0 115012715 1840844800 391423 33554432000 4194304 16246674 140736982349808 140736982331712 5822298 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 449425 391423 891 2943 0 446319 0
[pid=23174/tid=23175] ppid=23171 vsize=1797700 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1840844800 391423 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=1797700 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1840844800 391423 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=1797700 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 1840844800 391423 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1797700

[startup+51.1005 s]
/proc/loadavg: 2.14 2.11 2.05 3/184 23181
/proc/meminfo: memFree=27944620/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=1797700 CPUtime=51.08 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 371707 0 0 0 5039 69 0 0 20 0 4 0 115012715 1840844800 391423 33554432000 4194304 16246674 140736982349808 140736982348984 5661428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 449425 391423 891 2943 0 446319 0
[pid=23174/tid=23175] ppid=23171 vsize=1797700 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1840844800 391423 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=1797700 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 1840844800 391423 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=1797700 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 1840844800 391423 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1797700

[startup+102.3 s]
/proc/loadavg: 2.12 2.10 2.05 3/183 23182
/proc/meminfo: memFree=27555432/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=2185796 CPUtime=102.28 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 468734 0 0 0 10139 89 0 0 20 0 4 0 115012715 2238255104 488450 33554432000 4194304 16246674 140736982349808 140736982331712 5600384 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 546449 488450 894 2943 0 543343 0
[pid=23174/tid=23175] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488450 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488450 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488450 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2185796


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

/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 2185796

[startup+1302.3 s]
/proc/loadavg: 2.03 2.07 2.04 3/183 23261
/proc/meminfo: memFree=28860028/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=2185796 CPUtime=1302.07 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 468776 0 0 0 130115 92 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140736982331712 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 546449 488454 895 2943 0 543343 0
[pid=23174/tid=23175] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 2185796

[startup+1362.3 s]
/proc/loadavg: 2.20 2.10 2.05 3/183 23262
/proc/meminfo: memFree=28860280/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=2185796 CPUtime=1362.06 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 468776 0 0 0 136114 92 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140736982331712 12483524 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 546449 488454 895 2943 0 543343 0
[pid=23174/tid=23175] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 2185796

[startup+1422.3 s]
/proc/loadavg: 2.07 2.08 2.04 3/183 23264
/proc/meminfo: memFree=28860856/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=2185796 CPUtime=1422.05 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 468776 0 0 0 142113 92 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140736982347776 12415740 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 546449 488454 895 2943 0 543343 0
[pid=23174/tid=23175] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 2185796

[startup+1482.3 s]
/proc/loadavg: 2.02 2.06 2.04 3/183 23265
/proc/meminfo: memFree=28860468/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=2185796 CPUtime=1482.04 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 468776 0 0 0 148112 92 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140736982331712 12415740 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 546449 488454 895 2943 0 543343 0
[pid=23174/tid=23175] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 2185796

[startup+1542.31 s]
/proc/loadavg: 2.06 2.06 2.04 3/183 23266
/proc/meminfo: memFree=28860328/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=2185796 CPUtime=1542.03 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 468776 0 0 0 154111 92 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140736982331712 5600136 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 546449 488454 895 2943 0 543343 0
[pid=23174/tid=23175] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 2185796

[startup+1602.3 s]
/proc/loadavg: 2.08 2.06 2.04 3/183 23267
/proc/meminfo: memFree=28859812/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=2185796 CPUtime=1602.02 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 468776 0 0 0 160110 92 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140736982331712 5600384 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 546449 488454 895 2943 0 543343 0
[pid=23174/tid=23175] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 2185796

[startup+1662.3 s]
/proc/loadavg: 2.15 2.08 2.04 3/183 23268
/proc/meminfo: memFree=28859940/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=2185796 CPUtime=1662.01 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 468776 0 0 0 166109 92 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140736982331712 6837050 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 546449 488454 895 2943 0 543343 0
[pid=23174/tid=23175] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 2185796

[startup+1722.3 s]
/proc/loadavg: 2.05 2.06 2.04 3/183 23270
/proc/meminfo: memFree=28848812/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=2185796 CPUtime=1722 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 468776 0 0 0 172107 93 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140736982331712 13760276 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 546449 488454 895 2943 0 543343 0
[pid=23174/tid=23175] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 2185796

[startup+1782.3 s]
/proc/loadavg: 2.06 2.06 2.04 3/183 23271
/proc/meminfo: memFree=28751864/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=2185796 CPUtime=1781.99 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 468776 0 0 0 178106 93 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140736982331712 5722960 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 546449 488454 895 2943 0 543343 0
[pid=23174/tid=23175] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 2185796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.06 2.03 3/183 23271
/proc/meminfo: memFree=28719592/32872528 swapFree=11196/354588
[pid=23174] ppid=23171 vsize=2185796 CPUtime=1800.09 cores=1,3,5,7
/proc/23174/stat : 23174 (toysat) R 23171 23174 21010 0 -1 4202496 468776 0 0 0 179916 93 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140736982331712 5600380 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23174/statm: 546449 488454 895 2943 0 543343 0
[pid=23174/tid=23175] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23175/stat : 23175 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175248174320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23174/tid=23176] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23176/stat : 23176 (toysat) S 23171 23174 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175237684464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23174/tid=23177] ppid=23171 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/23174/task/23177/stat : 23177 (toysat) S 23171 23174 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115012715 2238255104 488454 33554432000 4194304 16246674 140736982349808 140175116070064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2185796

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 23174 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.1
CPU user time (s): 1799.17
CPU system time (s): 0.931858
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 2185796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 0.931858
maximum resident set size= 1953816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468776
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= 67
involuntary context switches= 1853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.80527 second user time and 6.67598 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-07 22:19:53
IDJOB=4079417
IDBENCH=92717
IDSOLVER=2542
FILE ID=node126/4079417-1465330792
RUNJOBID= node126-1465306898-21027
PBS_JOBID= 19849495
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= 52afec4ffbbd6f0999256966f3f490ed
RANDOM SEED=1445826197

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29508272 kB
Buffers:           38196 kB
Cached:           281432 kB
SwapCached:         2088 kB
Active:          2119484 kB
Inactive:         148896 kB
Active(anon):    1946264 kB
Inactive(anon):     4628 kB
Active(file):     173220 kB
Inactive(file):   144268 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:             41852 kB
Writeback:             0 kB
AnonPages:       2308664 kB
Mapped:            10736 kB
Shmem:                 0 kB
Slab:             601384 kB
SReclaimable:      45176 kB
SUnreclaim:       556208 kB
KernelStack:        1456 kB
PageTables:         8684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2450512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1517568 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= 71680 MiB
End job on node126 at 2016-06-07 22:49:53