Trace number 4079420

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.14 1800.46

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_3_mh.opb
MD5SUM4273e955958a743706e74dd6bd0f6af5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3501332
Best CPU time to get the best result obtained on this benchmark1800.2
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 118370771
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 52632514160
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 118370771
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 52632514160
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-07T21:47:11+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-4079420-1465328830.opb"]
0.00/0.01	c use --random-gen="3438354403 537193465 3656417750 3485935468 260532837 4261916229 2728025133 2311105692 1345822932 2393634319 226728862 2153012955 2866696648 2951073622 4013077777 1135815905 793969386 659556822 205758656 3330317353 1172573356 3168637293 2834831563 1763240192 857881548 3926534309 1704450114 390283235 3529487756 3934468718 2733338973 3774971382 592101918 4100037375 4675381 2741416064 1641070847 167115888 985880748 3529172260 824875925 29110153 3758801054 459695136 3784777287 3928174792 1928970970 1034162986 98570906 3636561482 139203167 3762953806 803313145 331428872 625005085 1743752849 2400252753 118478262 51779486 2674865135 3703441484 366574872 1869392495 2830406486 3625322893 2180474037 4023086353 2975538653 2440642337 1392766286 3888314438 3175958673 4160636793 1542830468 2422993467 2351173757 3570912247 1323465657 3717329365 2831439620 674256409 3315427521 3850896838 1233338835 216370830 3807122310 2601602721 276059158 221977642 1093156338 2457975332 2254969930 2567480662 1922099740 3133079242 3471895826 3845642437 3072819285 4157024103 1658890329 1269845098 3384723802 1852371492 678564635 4220989136 4270585286 2010404189 542278541 673579809 4282097285 2367490265 445594430 1477036410 2747865094 2025377111 405270295 1521684879 3677754344 3994257283 3016897040 3531258677 2996367497 3531554736 1525036167 4122832378 3217108214 2425929732 2427688663 2322787827 864682065 1154999552 789813433 475980461 2522932743 604601760 3291043739 1135994903 2921661709 2876721404 1511463261 3657163762 2584045712 2001884931 1863441100 2301480240 1270826390 1167731323 335324565 1523943834 2308071490 723686143 3543820959 3896547477 3059379016 2536574731 3586771915 845691331 2427456202 687452582 406718598 1097649685 2941915260 2401806673 1342628399 3657878305 297091827 3160756865 1856513708 1783373870 735639085 1655196353 2976456252 644930388 1356915955 4120429670 261490603 3184633448 89280745 2983412548 3739149618 1575324078 911896295 2686011186 93300743 705281635 1606688564 3708199011 1516588262 1770287410 1910031232 3913219978 3295544227 1086148909 4282529285 2985591911 1409092233 1047679488 2922355926 548128484 2694168021 2786814808 2345745740 1868706472 3199360375 1223263353 3791766943 3199002399 1509775721 334648289 3651833922 3105093465 1868307400 3674117938 278227983 3203758698 674106809 2044049195 919507940 3384948800 621149199 977525066 671025478 3208705085 238754304 1651308088 3190748756 1611659212 2310773270 1023640376 1214971164 2390173857 281628966 4158174348 1706081606 3563689918 2332572819 2262737755 3662239212 793608363 878333383 1287292296 1697748064 3237871031 423219927 3666126146 436572922 4087187455 3232806338 1164945994 2375882388 1834448098 3048095571 2874975253 2974220222 2780940757 2547682635 255 362436" option to reproduce the execution
4.19/4.26	c #vars 250200
4.19/4.26	c #constraints 605407
14.78/14.88	c BCD2: Hardening is enabled.
14.78/14.88	c BCD2: BiasedSearch is enabled.
14.78/14.88	c Solving starts ...
14.78/14.88	c ============================[ Search Statistics ]============================
14.78/14.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.78/14.88	c       |         |          |          |    Limit     GC | Var      | Constra 
14.78/14.88	c =============================================================================
14.88/14.90	c  0.0s |       0 |        0 |        0 |   286836      0 |      150 |        0
25.99/26.00	c 11.1s |       0 |      315 |      100 |   286836      0 |      150 |        0
26.09/26.14	c 11.2s |       1 |      315 |      100 |   286836      0 |      150 |        0
29.59/29.69	c 14.8s |       1 |     2347 |      200 |   315520      0 |      150 |        0
30.09/30.15	c 15.3s |       2 |     3664 |      250 |   315520      0 |      150 |        0
36.58/36.63	c 21.7s |       2 |    12438 |      350 |   347072      0 |      150 |        0
43.99/44.10	c 29.2s |       2 |    12614 |      450 |   347072      0 |      150 |        0
45.98/46.01	c 31.1s |       3 |    12637 |      475 |   347072      0 |      150 |        0
48.39/48.46	c 33.6s |       3 |    14841 |      575 |   381780      0 |      150 |        0
52.88/52.94	c 38.0s |       3 |    15082 |      775 |   381780      0 |      150 |        0
53.78/53.82	c 38.9s |       4 |    15119 |      813 |   381780      0 |      150 |        0
55.98/56.07	c 41.2s |       4 |    18731 |     1113 |   419959      0 |      150 |        0
57.08/57.13	c 42.2s |       5 |    19038 |     1320 |   419959      0 |      150 |        0
59.28/59.39	c 44.5s |       5 |    21026 |     1420 |   461955      0 |      150 |        0
61.88/61.99	c 47.1s |       5 |    21328 |     1720 |   461955      0 |      150 |        0
64.48/64.56	c 49.7s |       5 |    21628 |     2020 |   461955      0 |      150 |        0
65.18/65.25	c 50.3s |       6 |    21688 |     2081 |   508151      0 |      150 |        0
97.98/98.00	c 83.1s |       6 |    22690 |     2181 |   508151      0 |      150 |        0
129.57/129.62	c  114s |       6 |    22836 |     2281 |   508151      0 |      150 |        0
155.66/155.77	c  140s |       6 |    24616 |     2381 |   508151      0 |      150 |        0
171.26/171.38	c  156s |       6 |    27852 |     2481 |   508151      0 |      150 |        0
184.77/184.82	c  169s |       6 |    28261 |     2581 |   508151      0 |      150 |        0
209.36/209.48	c  194s |       6 |    28410 |     2681 |   508151      0 |      150 |        0
221.75/221.89	c  206s |       6 |    28644 |     2781 |   508151      0 |      150 |        0
249.15/249.25	c  234s |       6 |    29223 |     2881 |   508151      0 |      150 |        0
276.95/277.00	c  262s |       6 |    30320 |     2981 |   508151      0 |      150 |        0
305.94/306.09	c  291s |       6 |    31225 |     3081 |   508151      0 |      150 |        0
334.34/334.46	c  319s |       6 |    31582 |     3181 |   508151      0 |      150 |        0
346.54/346.63	c  331s |       7 |    31641 |     3223 |   558967      0 |      150 |        0
385.53/385.67	c  370s |       7 |    35609 |     3323 |   558967      0 |      150 |        0
418.33/418.42	c  403s |       7 |    37931 |     3423 |   558967      0 |      150 |        0
456.62/456.75	c  441s |       7 |    40022 |     3523 |   558967      0 |      150 |        0
483.93/484.07	c  469s |       7 |    40303 |     3623 |   558967      0 |      150 |        0
511.62/511.76	c  496s |       7 |    40782 |     3723 |   558967      0 |      150 |        0
531.51/531.60	c  516s |       7 |    41315 |     3823 |   558967      0 |      150 |        0
565.11/565.26	c  550s |       7 |    42027 |     3923 |   558967      0 |      150 |        0
597.31/597.43	c  582s |       7 |    44254 |     4023 |   558967      0 |      150 |        0
624.71/624.83	c  609s |       7 |    47605 |     4123 |   558967      0 |      150 |        0
661.39/661.57	c  646s |       7 |    49829 |     4223 |   558967      0 |      150 |        0
698.98/699.14	c  684s |       7 |    50649 |     4323 |   558967      0 |      150 |        0
740.28/740.49	c  725s |       7 |    54878 |     4423 |   558967      0 |      150 |        0
759.77/759.95	c  745s |       7 |    55770 |     4523 |   558967      0 |      150 |        0
789.78/789.95	c  775s |       7 |    56552 |     4623 |   558967      0 |      150 |        0
822.67/822.84	c  807s |       7 |    56962 |     4723 |   558967      0 |      150 |        0
857.56/857.75	c  842s |       7 |    59518 |     4823 |   558967      0 |      150 |        0
901.35/901.54	c  886s |       7 |    62011 |     4923 |   614864      0 |      150 |        0
906.75/906.98	c  892s |       8 |    62275 |     4936 |   614864      0 |      150 |        0
938.54/938.77	c  923s |       8 |    63081 |     5036 |   614864      0 |      150 |        0
966.85/967.06	c  952s |       8 |    64880 |     5136 |   614864      0 |      150 |        0
991.34/991.50	c  976s |       8 |    65217 |     5236 |   614864      0 |      150 |        0
1024.83/1025.04	c 1010s |       8 |    65619 |     5336 |   614864      0 |      150 |        0
1049.43/1049.69	c 1034s |       8 |    67578 |     5436 |   614864      0 |      150 |        0
1053.63/1053.83	c 1038s |       8 |    69137 |     5536 |   614864      0 |      150 |        0
1058.93/1059.15	c 1044s |       8 |    72014 |     5736 |   614864      0 |      150 |        0
1061.52/1061.79	c 1046s |       8 |    73908 |     5836 |   614864      0 |      150 |        0
1066.03/1066.27	c 1051s |       8 |    77396 |     6036 |   614864      0 |      150 |        0
1068.83/1069.10	c 1054s |       8 |    79233 |     6136 |   614864      0 |      150 |        0
1071.92/1072.13	c 1057s |       8 |    80404 |     6236 |   614864      0 |      150 |        0
1075.23/1075.48	c 1060s |       8 |    82366 |     6336 |   614864      0 |      150 |        0
1079.63/1079.80	c 1064s |       8 |    83298 |     6436 |   614864      0 |      150 |        0
1082.53/1082.73	c 1067s |       8 |    83920 |     6636 |   614864      0 |      150 |        0
1085.72/1085.91	c 1071s |       8 |    84379 |     6736 |   614864      0 |      150 |        0
1089.42/1089.65	c 1074s |       8 |    84753 |     6836 |   614864      0 |      150 |        0
1093.82/1094.09	c 1079s |       8 |    85346 |     6936 |   614864      0 |      150 |        0
1098.13/1098.39	c 1083s |       8 |    85919 |     7036 |   614864      0 |      150 |        0
1103.02/1103.26	c 1088s |       8 |    86419 |     7136 |   614864      0 |      150 |        0
1107.91/1108.11	c 1093s |       8 |    86759 |     7236 |   614864      0 |      150 |        0
1112.62/1112.85	c 1097s |       8 |    86985 |     7336 |   614864      0 |      150 |        0
1116.22/1116.44	c 1101s |       8 |    88958 |     7436 |   614864      0 |      150 |        0
1118.52/1118.78	c 1103s |       9 |    90049 |     7506 |   676351      0 |      150 |        0
1127.22/1127.43	c 1112s |       9 |   102298 |     7606 |   676351      0 |      150 |        0
1135.91/1136.19	c 1121s |       9 |   102794 |     7706 |   676351      0 |      150 |        0
1145.11/1145.36	c 1130s |       9 |   103248 |     7806 |   676351      0 |      150 |        0
1152.01/1152.27	c 1137s |       9 |   103743 |     7906 |   676351      0 |      150 |        0
1158.41/1158.65	c 1143s |       9 |   103996 |     8006 |   676351      0 |      150 |        0
1165.81/1166.01	c 1151s |       9 |   104230 |     8106 |   676351      0 |      150 |        0
1174.90/1175.15	c 1160s |       9 |   104554 |     8206 |   676351      0 |      150 |        0
1184.40/1184.67	c 1169s |       9 |   104740 |     8306 |   676351      0 |      150 |        0
1190.40/1190.62	c 1175s |       9 |   105076 |     8406 |   676351      0 |      150 |        0
1199.80/1200.09	c 1185s |       9 |   105266 |     8506 |   676351      0 |      150 |        0
1209.60/1209.88	c 1194s |       9 |   105637 |     8606 |   676351      0 |      150 |        0
1216.20/1216.46	c 1201s |       9 |   106013 |     8706 |   676351      0 |      150 |        0
1223.40/1223.65	c 1208s |       9 |   106341 |     8806 |   676351      0 |      150 |        0
1232.10/1232.33	c 1217s |       9 |   106598 |     8906 |   676351      0 |      150 |        0
1241.99/1242.28	c 1227s |       9 |   106785 |     9006 |   676351      0 |      150 |        0
1251.70/1251.92	c 1237s |       9 |   107118 |     9106 |   676351      0 |      150 |        0
1273.60/1273.88	c 1258s |       9 |   108737 |     9206 |   676351      0 |      150 |        0
1287.29/1287.55	c 1272s |       9 |   110922 |     9306 |   676351      0 |      150 |        0
1290.09/1290.40	c 1275s |       9 |   111547 |     9406 |   676351      0 |      150 |        0
1292.19/1292.48	c 1277s |       9 |   111811 |     9506 |   676351      0 |      150 |        0
1296.28/1296.55	c 1281s |       9 |   113314 |     9706 |   676351      0 |      150 |        0
1300.18/1300.42	c 1285s |       9 |   114512 |     9806 |   676351      0 |      150 |        0
1303.58/1303.87	c 1288s |       9 |   116367 |     9906 |   676351      0 |      150 |        0
1306.18/1306.47	c 1291s |       9 |   117621 |    10006 |   676351      0 |      150 |        0
1311.10/1311.31	c 1296s |       9 |   118686 |    10206 |   676351      0 |      150 |        0
1314.19/1314.49	c 1299s |       9 |   119090 |    10306 |   676351      0 |      150 |        0
1316.89/1317.10	c 1302s |       9 |   119696 |    10406 |   676351      0 |      150 |        0
1319.39/1319.64	c 1304s |       9 |   120215 |    10506 |   676351      0 |      150 |        0
1323.59/1323.85	c 1308s |       9 |   120414 |    10606 |   676351      0 |      150 |        0
1327.69/1327.96	c 1313s |       9 |   121290 |    10706 |   676351      0 |      150 |        0
1330.79/1331.01	c 1316s |       9 |   122191 |    10806 |   676351      0 |      150 |        0
1334.68/1334.98	c 1320s |       9 |   123686 |    10906 |   676351      0 |      150 |        0
1339.08/1339.36	c 1324s |       9 |   124689 |    11006 |   676351      0 |      150 |        0
1342.99/1343.30	c 1328s |       9 |   126059 |    11106 |   676351      0 |      150 |        0
1347.88/1348.12	c 1333s |       9 |   126867 |    11206 |   676351      0 |      150 |        0
1351.69/1351.97	c 1337s |       9 |   127243 |    11306 |   743987      0 |      150 |        0
1353.18/1353.48	c 1338s |      10 |   127889 |    11361 |   743987      0 |      150 |        0
1359.28/1359.57	c 1344s |      10 |   128788 |    11461 |   743987      0 |      150 |        0
1362.08/1362.31	c 1347s |      10 |   129308 |    11561 |   743987      0 |      150 |        0
1366.58/1366.90	c 1351s |      10 |   129925 |    11661 |   743987      0 |      150 |        0
1370.98/1371.27	c 1356s |      10 |   130850 |    11761 |   743987      0 |      150 |        0
1375.18/1375.44	c 1360s |      10 |   131531 |    11861 |   743987      0 |      150 |        0
1378.77/1379.05	c 1364s |      10 |   131997 |    11961 |   743987      0 |      150 |        0
1382.97/1383.22	c 1368s |      10 |   134495 |    12061 |   743987      0 |      150 |        0
1386.67/1386.98	c 1372s |      10 |   135424 |    12161 |   743987      0 |      150 |        0
1390.57/1390.87	c 1375s |      10 |   136188 |    12261 |   743987      0 |      150 |        0
1394.47/1394.70	c 1379s |      10 |   136820 |    12361 |   743987      0 |      150 |        0
1398.87/1399.14	c 1384s |      10 |   137949 |    12461 |   743987      0 |      150 |        0
1402.38/1402.68	c 1387s |      10 |   138608 |    12561 |   743987      0 |      150 |        0
1406.78/1407.03	c 1392s |      10 |   139207 |    12661 |   743987      0 |      150 |        0
1410.27/1410.51	c 1395s |      10 |   139532 |    12761 |   743987      0 |      150 |        0
1413.77/1414.01	c 1399s |      10 |   140468 |    12861 |   743987      0 |      150 |        0
1416.97/1417.27	c 1402s |      10 |   141362 |    12961 |   743987      0 |      150 |        0
1419.47/1419.73	c 1404s |      10 |   142077 |    13061 |   743987      0 |      150 |        0
1422.76/1423.10	c 1408s |      10 |   142814 |    13161 |   743987      0 |      150 |        0
1425.47/1425.77	c 1410s |      10 |   143706 |    13261 |   743987      0 |      150 |        0
1428.96/1429.28	c 1414s |      10 |   144623 |    13361 |   743987      0 |      150 |        0
1431.56/1431.88	c 1416s |      10 |   145389 |    13461 |   743987      0 |      150 |        0
1433.66/1433.94	c 1419s |      10 |   146228 |    13561 |   743987      0 |      150 |        0
1436.66/1436.91	c 1422s |      10 |   148283 |    13761 |   743987      0 |      150 |        0
1438.76/1439.05	c 1424s |      10 |   148859 |    13861 |   743987      0 |      150 |        0
1443.07/1443.37	c 1428s |      10 |   149892 |    14061 |   743987      0 |      150 |        0
1446.97/1447.26	c 1432s |      10 |   150504 |    14161 |   743987      0 |      150 |        0
1451.57/1451.86	c 1436s |      10 |   150987 |    14261 |   743987      0 |      150 |        0
1455.46/1455.78	c 1440s |      10 |   151490 |    14361 |   743987      0 |      150 |        0
1460.06/1460.30	c 1445s |      10 |   152554 |    14461 |   743987      0 |      150 |        0
1463.46/1463.72	c 1448s |      10 |   152855 |    14561 |   743987      0 |      150 |        0
1466.56/1466.81	c 1451s |      10 |   153630 |    14661 |   743987      0 |      150 |        0
1469.66/1469.90	c 1455s |      10 |   154043 |    14761 |   743987      0 |      150 |        0
1473.96/1474.26	c 1459s |      10 |   155015 |    14961 |   743987      0 |      150 |        0
1478.17/1478.42	c 1463s |      10 |   155392 |    15061 |   743987      0 |      150 |        0
1482.06/1482.37	c 1467s |      10 |   155918 |    15161 |   743987      0 |      150 |        0
1487.16/1487.42	c 1472s |      10 |   156723 |    15261 |   743987      0 |      150 |        0
1489.46/1489.75	c 1474s |      10 |   157324 |    15361 |   743987      0 |      150 |        0
1493.76/1494.05	c 1479s |      10 |   158187 |    15461 |   743987      0 |      150 |        0
1496.96/1497.24	c 1482s |      10 |   158884 |    15561 |   743987      0 |      150 |        0
1499.26/1499.50	c 1484s |      10 |   159992 |    15661 |   743987      0 |      150 |        0
1501.75/1502.09	c 1487s |      10 |   160626 |    15761 |   743987      0 |      150 |        0
1504.75/1505.03	c 1490s |      10 |   161100 |    15861 |   743987      0 |      150 |        0
1507.86/1508.16	c 1493s |      10 |   161798 |    15961 |   743987      0 |      150 |        0
1510.75/1511.07	c 1496s |      10 |   162630 |    16061 |   743987      0 |      150 |        0
1513.65/1513.98	c 1499s |      10 |   163815 |    16261 |   743987      0 |      150 |        0
1516.25/1516.57	c 1501s |      10 |   164514 |    16361 |   743987      0 |      150 |        0
1518.96/1519.21	c 1504s |      10 |   165076 |    16461 |   743987      0 |      150 |        0
1522.16/1522.50	c 1507s |      10 |   166451 |    16661 |   743987      0 |      150 |        0
1524.36/1524.63	c 1509s |      10 |   166688 |    16761 |   743987      0 |      150 |        0
1528.95/1529.22	c 1514s |      10 |   167702 |    16961 |   743987      0 |      150 |        0
1531.45/1531.72	c 1516s |      10 |   168142 |    17061 |   818386      0 |      150 |        0
1534.25/1534.52	c 1519s |      11 |   168484 |    17144 |   818386      0 |      150 |        0
1539.04/1539.33	c 1524s |      11 |   168969 |    17244 |   818386      0 |      150 |        0
1542.44/1542.76	c 1527s |      11 |   169403 |    17344 |   818386      0 |      150 |        0
1547.24/1547.54	c 1532s |      11 |   170538 |    17544 |   818386      0 |      150 |        0
1549.84/1550.16	c 1535s |      11 |   171426 |    17644 |   818386      0 |      150 |        0
1554.05/1554.35	c 1539s |      11 |   172069 |    17844 |   818386      0 |      150 |        0
1557.54/1557.80	c 1542s |      11 |   172458 |    17944 |   818386      0 |      150 |        0
1559.74/1560.05	c 1545s |      11 |   173196 |    18044 |   818386      0 |      150 |        0
1562.74/1563.00	c 1548s |      11 |   173649 |    18144 |   818386      0 |      150 |        0
1565.64/1565.90	c 1550s |      11 |   173914 |    18244 |   818386      0 |      150 |        0
1568.74/1569.06	c 1554s |      11 |   174362 |    18344 |   818386      0 |      150 |        0
1571.34/1571.62	c 1556s |      11 |   174737 |    18444 |   818386      0 |      150 |        0
1574.44/1574.71	c 1559s |      11 |   175155 |    18544 |   818386      0 |      150 |        0
1576.44/1576.74	c 1561s |      11 |   175546 |    18644 |   818386      0 |      150 |        0
1579.24/1579.50	c 1564s |      11 |   175757 |    18744 |   818386      0 |      150 |        0
1581.73/1582.01	c 1567s |      11 |   176053 |    18844 |   818386      0 |      150 |        0
1586.04/1586.35	c 1571s |      11 |   176485 |    19044 |   818386      0 |      150 |        0
1590.53/1590.89	c 1575s |      11 |   177153 |    19244 |   818386      0 |      150 |        0
1594.63/1594.90	c 1580s |      11 |   177423 |    19344 |   818386      0 |      150 |        0
1598.43/1598.78	c 1583s |      11 |   177786 |    19444 |   818386      0 |      150 |        0
1601.73/1602.02	c 1587s |      11 |   178463 |    19644 |   818386      0 |      150 |        0
1605.52/1605.87	c 1590s |      11 |   178873 |    19744 |   818386      0 |      150 |        0
1607.82/1608.13	c 1593s |      11 |   179152 |    19844 |   818386      0 |      150 |        0
1612.22/1612.58	c 1597s |      11 |   179452 |    19944 |   818386      0 |      150 |        0
1616.91/1617.23	c 1602s |      11 |   179968 |    20044 |   818386      0 |      150 |        0
1621.01/1621.33	c 1606s |      11 |   180522 |    20144 |   818386      0 |      150 |        0
1628.30/1628.65	c 1613s |      11 |   180905 |    20244 |   818386      0 |      150 |        0
1631.71/1632.10	c 1617s |      11 |   181199 |    20344 |   818386      0 |      150 |        0
1634.61/1634.91	c 1620s |      11 |   181670 |    20444 |   818386      0 |      150 |        0
1638.11/1638.42	c 1623s |      11 |   182032 |    20644 |   818386      0 |      150 |        0
1640.41/1640.74	c 1625s |      11 |   182326 |    20744 |   818386      0 |      150 |        0
1644.81/1645.19	c 1630s |      11 |   182831 |    20944 |   818386      0 |      150 |        0
1647.40/1647.75	c 1632s |      11 |   183027 |    21044 |   818386      0 |      150 |        0
1652.40/1652.75	c 1637s |      11 |   183236 |    21144 |   818386      0 |      150 |        0
1657.10/1657.42	c 1642s |      11 |   183487 |    21244 |   818386      0 |      150 |        0
1659.40/1659.78	c 1644s |      11 |   183732 |    21344 |   818386      0 |      150 |        0
1662.40/1662.73	c 1647s |      11 |   183856 |    21444 |   818386      0 |      150 |        0
1666.00/1666.34	c 1651s |      11 |   184709 |    21544 |   818386      0 |      150 |        0
1670.20/1670.53	c 1655s |      11 |   186171 |    21644 |   818386      0 |      150 |        0
1672.81/1673.13	c 1658s |      11 |   187192 |    21744 |   818386      0 |      150 |        0
1675.90/1676.27	c 1661s |      11 |   188022 |    21844 |   818386      0 |      150 |        0
1678.90/1679.28	c 1664s |      11 |   188342 |    21944 |   818386      0 |      150 |        0
1685.30/1685.69	c 1670s |      11 |   189086 |    22144 |   818386      0 |      150 |        0
1688.80/1689.15	c 1674s |      11 |   189863 |    22244 |   818386      0 |      150 |        0
1690.90/1691.26	c 1676s |      11 |   190638 |    22344 |   818386      0 |      150 |        0
1694.40/1694.72	c 1679s |      11 |   192469 |    22444 |   818386      0 |      150 |        0
1698.49/1698.83	c 1683s |      11 |   193138 |    22544 |   818386      0 |      150 |        0
1703.09/1703.43	c 1688s |      11 |   194844 |    22744 |   818386      0 |      150 |        0
1707.59/1707.98	c 1693s |      11 |   195592 |    22844 |   818386      0 |      150 |        0
1711.40/1711.71	c 1696s |      11 |   196489 |    22944 |   818386      0 |      150 |        0
1716.29/1716.69	c 1701s |      11 |   197067 |    23044 |   818386      0 |      150 |        0
1718.59/1718.93	c 1704s |      11 |   197907 |    23144 |   818386      0 |      150 |        0
1722.09/1722.46	c 1707s |      11 |   198927 |    23244 |   818386      0 |      150 |        0
1725.60/1725.94	c 1711s |      11 |   199562 |    23344 |   818386      0 |      150 |        0
1728.90/1729.29	c 1714s |      11 |   200543 |    23444 |   818386      0 |      150 |        0
1731.59/1731.91	c 1717s |      11 |   200881 |    23544 |   818386      0 |      150 |        0
1734.29/1734.61	c 1719s |      11 |   201876 |    23644 |   818386      0 |      150 |        0
1737.99/1738.30	c 1723s |      11 |   202827 |    23744 |   818386      0 |      150 |        0
1740.99/1741.35	c 1726s |      11 |   203530 |    23844 |   818386      0 |      150 |        0
1744.19/1744.55	c 1729s |      11 |   204718 |    23944 |   818386      0 |      150 |        0
1746.19/1746.56	c 1731s |      11 |   205353 |    24044 |   818386      0 |      150 |        0
1748.89/1749.21	c 1734s |      11 |   205835 |    24144 |   818386      0 |      150 |        0
1750.99/1751.37	c 1736s |      11 |   206305 |    24244 |   818386      0 |      150 |        0
1753.19/1753.58	c 1738s |      11 |   207091 |    24344 |   818386      0 |      150 |        0
1757.49/1757.90	c 1742s |      11 |   207999 |    24444 |   818386      0 |      150 |        0
1760.98/1761.35	c 1746s |      11 |   209084 |    24544 |   818386      0 |      150 |        0
1763.18/1763.55	c 1748s |      11 |   210214 |    24644 |   818386      0 |      150 |        0
1767.18/1767.59	c 1752s |      11 |   211012 |    24744 |   818386      0 |      150 |        0
1770.18/1770.53	c 1755s |      11 |   212425 |    24844 |   818386      0 |      150 |        0
1773.28/1773.64	c 1758s |      11 |   213227 |    24944 |   818386      0 |      150 |        0
1775.88/1776.26	c 1761s |      11 |   213894 |    25044 |   818386      0 |      150 |        0
1778.68/1779.01	c 1764s |      11 |   214746 |    25144 |   818386      0 |      150 |        0
1781.98/1782.37	c 1767s |      11 |   216585 |    25244 |   818386      0 |      150 |        0
1786.78/1787.11	c 1772s |      11 |   217474 |    25344 |   818386      0 |      150 |        0
1789.78/1790.16	c 1775s |      11 |   218386 |    25444 |   818386      0 |      150 |        0
1794.48/1794.87	c 1779s |      11 |   219229 |    25544 |   818386      0 |      150 |        0
1796.98/1797.33	c 1782s |      11 |   219818 |    25644 |   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-4079420-1465328830/watcher-4079420-1465328830 -o /tmp/evaluation-result-4079420-1465328830/solver-4079420-1465328830 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465310409-12875 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079420-1465328830.opb 

pid=14595
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.07 2.10 2.07 3/179 14598
/proc/meminfo: memFree=29575604/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=667068 CPUtime=0 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 2476 0 0 0 0 0 0 0 20 0 4 0 114817867 683077632 3348 33554432000 4194304 16246674 140733891164752 140733891164176 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 167279 3357 441 2943 0 164173 0
[pid=14598/tid=14599] ppid=14595 vsize=685500 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 701952000 3419 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=690620 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114817867 707194880 3440 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=694716 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114817867 711389184 3457 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100136 s]
/proc/loadavg: 2.07 2.10 2.07 3/179 14598
/proc/meminfo: memFree=29575604/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=1303108 CPUtime=0.08 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 31476 0 0 0 4 4 0 0 20 0 4 0 114817867 1334382592 32286 33554432000 4194304 16246674 140733891164752 140733891164064 7371468 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 325777 32302 799 2943 0 322671 0
[pid=14598/tid=14599] ppid=14595 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 1334382592 32312 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114817867 1334382592 32319 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114817867 1334382592 32330 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1303108

[startup+0.200512 s]
/proc/loadavg: 2.07 2.10 2.07 3/179 14598
/proc/meminfo: memFree=29575604/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=1312324 CPUtime=0.18 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 43079 0 0 0 12 6 0 0 20 0 4 0 114817867 1343819776 44399 33554432000 4194304 16246674 140733891164752 140733891164064 4221070 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 328081 44399 799 2943 0 324975 0
[pid=14598/tid=14599] ppid=14595 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 1343819776 44399 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114817867 1343819776 44399 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114817867 1343819776 44399 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1312324

[startup+0.300487 s]
/proc/loadavg: 2.07 2.10 2.07 3/179 14598
/proc/meminfo: memFree=29575604/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 47914 0 0 0 22 7 0 0 20 0 4 0 114817867 1343819776 49234 33554432000 4194304 16246674 140733891164752 140733891164064 4221129 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 328081 49234 800 2943 0 324975 0
[pid=14598/tid=14599] ppid=14595 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 1343819776 49234 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114817867 1343819776 49234 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114817867 1343819776 49234 33554432000 4194304 16246674 140733891164752 140184981073072 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.700384 s]
/proc/loadavg: 2.07 2.10 2.07 3/179 14598
/proc/meminfo: memFree=29575604/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=1314372 CPUtime=0.69 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 65599 0 0 0 59 10 0 0 20 0 4 0 114817867 1345916928 66919 33554432000 4194304 16246674 140733891164752 140733891164064 4220936 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 328593 66919 802 2943 0 325487 0
[pid=14598/tid=14599] ppid=14595 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 1345916928 66919 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114817867 1345916928 66919 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114817867 1345916928 66919 33554432000 4194304 16246674 140733891164752 140184981073072 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) 1314372

[startup+1.5004 s]
/proc/loadavg: 2.07 2.10 2.07 3/183 14602
/proc/meminfo: memFree=29250724/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=1314372 CPUtime=1.48 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 83907 0 0 0 136 12 0 0 20 0 4 0 114817867 1345916928 85227 33554432000 4194304 16246674 140733891164752 140733891146624 4206597 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 328593 85227 802 2943 0 325487 0
[pid=14598/tid=14599] ppid=14595 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 1345916928 85227 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114817867 1345916928 85227 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114817867 1345916928 85227 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1314372

[startup+3.10038 s]
/proc/loadavg: 2.07 2.10 2.07 3/183 14602
/proc/meminfo: memFree=29100608/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=1338948 CPUtime=3.09 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 157855 0 0 0 286 23 0 0 20 0 4 0 114817867 1371082752 163774 33554432000 4194304 16246674 140733891164752 140733891162560 4221019 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 334737 163774 802 2943 0 331631 0
[pid=14598/tid=14599] ppid=14595 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 1371082752 163774 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114817867 1371082752 163774 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114817867 1371082752 163774 33554432000 4194304 16246674 140733891164752 140184981073072 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) 1338948

[startup+6.30039 s]
/proc/loadavg: 2.07 2.10 2.07 3/183 14602
/proc/meminfo: memFree=28624160/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=1411652 CPUtime=6.29 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 255708 0 0 0 590 39 0 0 20 0 4 0 114817867 1445531648 274913 33554432000 4194304 16246674 140733891164752 140733891146624 13786143 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 352913 274913 842 2943 0 349807 0
[pid=14598/tid=14599] ppid=14595 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 1445531648 274913 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 1445531648 274913 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 1445531648 274913 33554432000 4194304 16246674 140733891164752 140184981073072 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.06 2.09 2.06 3/183 14602
/proc/meminfo: memFree=28397364/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=1411652 CPUtime=12.68 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 275658 0 0 0 1226 42 0 0 20 0 4 0 114817867 1445531648 294863 33554432000 4194304 16246674 140733891164752 140733891162560 5563040 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 352913 294863 846 2943 0 349807 0
[pid=14598/tid=14599] ppid=14595 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 1445531648 294863 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 1445531648 294863 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=1411652 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 1445531648 294863 33554432000 4194304 16246674 140733891164752 140184981073072 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.5005 s]
/proc/loadavg: 2.05 2.09 2.06 3/183 14602
/proc/meminfo: memFree=28010340/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=1797700 CPUtime=25.49 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 372217 0 0 0 2493 56 0 0 20 0 4 0 114817867 1840844800 391422 33554432000 4194304 16246674 140733891164752 140733891146624 13898695 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 449425 391422 892 2943 0 446319 0
[pid=14598/tid=14599] ppid=14595 vsize=1797700 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 1840844800 391422 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=1797700 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 1840844800 391422 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=1797700 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 1840844800 391422 33554432000 4194304 16246674 140733891164752 140184981073072 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.03 2.08 2.06 3/183 14602
/proc/meminfo: memFree=27696960/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=2189892 CPUtime=51.08 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 470055 0 0 0 5036 72 0 0 20 0 4 0 114817867 2242449408 489260 33554432000 4194304 16246674 140733891164752 140733891146624 6837238 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 547473 489260 896 2943 0 544367 0
[pid=14598/tid=14599] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489260 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489260 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489260 33554432000 4194304 16246674 140733891164752 140184981073072 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) 2189892

[startup+102.301 s]
/proc/loadavg: 2.09 2.08 2.06 3/183 14603
/proc/meminfo: memFree=27617636/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=2189892 CPUtime=102.28 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 470269 0 0 0 10155 73 0 0 20 0 4 0 114817867 2242449408 489474 33554432000 4194304 16246674 140733891164752 140733891146624 5600380 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 547473 489474 896 2943 0 544367 0
[pid=14598/tid=14599] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489474 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489474 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489474 33554432000 4194304 16246674 140733891164752 140184981073072 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) 2189892


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

/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489474 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 2189892

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/183 14656
/proc/meminfo: memFree=27613904/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=2189892 CPUtime=1302.08 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 470276 0 0 0 130115 93 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140733891146624 5600072 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 547473 489477 896 2943 0 544367 0
[pid=14598/tid=14599] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2189892

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/183 14657
/proc/meminfo: memFree=27613808/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=2189892 CPUtime=1362.08 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 470279 0 0 0 136113 95 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140733891146624 5669490 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 547473 489477 896 2943 0 544367 0
[pid=14598/tid=14599] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2189892

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/184 14662
/proc/meminfo: memFree=27614372/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=2189892 CPUtime=1422.07 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 470286 0 0 0 142112 95 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140733891146624 5600384 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 547473 489477 896 2943 0 544367 0
[pid=14598/tid=14599] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2189892

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14663
/proc/meminfo: memFree=27614280/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=2189892 CPUtime=1482.06 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 470292 0 0 0 148110 96 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140733891146624 4220871 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 547473 489477 896 2943 0 544367 0
[pid=14598/tid=14599] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2189892

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14664
/proc/meminfo: memFree=27614184/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=2189892 CPUtime=1542.05 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 470293 0 0 0 154109 96 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140733891146624 12415740 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 547473 489477 896 2943 0 544367 0
[pid=14598/tid=14599] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2189892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14665
/proc/meminfo: memFree=27614088/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=2189892 CPUtime=1602.03 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 470307 0 0 0 160107 96 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140733891146624 13774516 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 547473 489477 896 2943 0 544367 0
[pid=14598/tid=14599] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2189892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14666
/proc/meminfo: memFree=27613984/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=2189892 CPUtime=1662 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 470331 0 0 0 166101 99 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140733891146624 13774516 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 547473 489477 896 2943 0 544367 0
[pid=14598/tid=14599] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 2189892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14668
/proc/meminfo: memFree=27613764/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=2189892 CPUtime=1721.99 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 470333 0 0 0 172100 99 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140733891146624 12415740 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 547473 489477 896 2943 0 544367 0
[pid=14598/tid=14599] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 2189892

[startup+1782.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 14718
/proc/meminfo: memFree=28512648/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=2189892 CPUtime=1781.98 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 470333 0 0 0 178099 99 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140733891146624 12415740 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 547473 489477 896 2943 0 544367 0
[pid=14598/tid=14599] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 2189892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 14718
/proc/meminfo: memFree=28502448/32872528 swapFree=12744/274376
[pid=14598] ppid=14595 vsize=2189892 CPUtime=1800.08 cores=1,3,5,7
/proc/14598/stat : 14598 (toysat) R 14595 14598 11961 0 -1 4202496 470333 0 0 0 179909 99 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140733891146624 12415827 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14598/statm: 547473 489477 896 2943 0 544367 0
[pid=14598/tid=14599] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14599/stat : 14599 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185106885872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14598/tid=14600] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14600/stat : 14600 (toysat) S 14595 14598 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140185096396016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14598/tid=14601] ppid=14595 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/14598/task/14601/stat : 14601 (toysat) S 14595 14598 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114817867 2242449408 489477 33554432000 4194304 16246674 140733891164752 140184981073072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2189892

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 14598 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.46
CPU time (s): 1800.14
CPU user time (s): 1799.1
CPU system time (s): 1.04584
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 2189892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.04584
maximum resident set size= 1957908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 470333
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= 105
involuntary context switches= 1884

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.195 second user time and 15.3027 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-07 21:47:11
IDJOB=4079420
IDBENCH=92708
IDSOLVER=2542
FILE ID=node107/4079420-1465328830
RUNJOBID= node107-1465310409-12875
PBS_JOBID= 19848089
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= 4273e955958a743706e74dd6bd0f6af5
RANDOM SEED=240300911

node107.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.441
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	: 5332.88
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.441
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.441
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.54
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.441
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.441
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.441
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.441
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.56
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.441
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:        29575612 kB
Buffers:           57032 kB
Cached:           269244 kB
SwapCached:         1416 kB
Active:          2093588 kB
Inactive:         188668 kB
Active(anon):    1954184 kB
Inactive(anon):     4004 kB
Active(file):     139404 kB
Inactive(file):   184664 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098592 kB
Dirty:             41924 kB
Writeback:             0 kB
AnonPages:       2230088 kB
Mapped:            10708 kB
Shmem:                 0 kB
Slab:             604440 kB
SReclaimable:      47932 kB
SUnreclaim:       556508 kB
KernelStack:        1480 kB
PageTables:         8236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2374564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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= 71692 MiB
End job on node107 at 2016-06-07 22:17:12