Trace number 4100657

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-degen3.opb
MD5SUM869a8e6f75acef89713c9145ce005816
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1154.83
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54540
Total number of constraints1503
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1547
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 563727
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131073
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 563727
Number of bits of the biggest sum of numbers20
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-18T04:29:07+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-4100657-1466216947.opb"]
0.00/0.01	c use --random-gen="2943476542 1283300017 1365824856 2817393051 1154145634 1030807278 1892339621 872409329 461571563 2941632808 1898764555 1653939302 1873526007 3845633883 2784398316 492186318 2683306594 3643139810 1501300119 2248134877 1094797719 906191268 253434770 3157295669 3560011713 3442175091 721030778 4060682843 2498091718 4143277174 1292450783 275110722 2284558611 533413535 3056974477 1037673387 2592282776 3177750791 2704018079 276960116 1774652819 2910043993 4026900433 1039116872 1462074220 804129117 3095854132 60986560 534432034 2510030650 1664879077 3980394186 3191946362 2336426766 3256667358 3633297635 832465004 4153473989 4120556620 650285822 2037010298 1776143753 3912214446 660182768 1043144015 840831127 4082096746 2026407137 2793416816 2413305141 1809607601 322668579 3745330714 687918051 2316217205 3838724040 159301882 238519377 778111270 1178950980 872780057 3529784887 1313422254 893046456 2612512105 1484848516 235112264 1415678868 3229311676 4272185791 3206654251 3467467064 359294868 2722636321 3718556924 885623009 3488725032 1965438901 4165847101 4203989809 3787077917 3738538835 3701591680 12759649 1696662354 1221820396 2458485703 1816048438 3038420540 489123728 2347586923 2554471686 2175450042 3738261015 4101288282 1013808652 1277698162 1461737926 387084141 979046405 976078130 2246819227 4060683736 3679503525 4272497537 2819042656 2715068004 1750859477 2480985077 4022454259 2880816699 4276740652 131012207 1330258736 2330117848 3892162724 2341083574 848041601 2291896439 2445753634 3505436855 2762564627 276580763 1689240521 2090162108 697323608 1705101076 188564401 3617648919 633737566 648575943 3403024279 170043842 2431484378 2028494668 2734578182 3695230464 3235162077 4056057279 1759584545 2696903781 3105843815 1968568009 138698557 1730138324 3072403340 56950486 2307070317 3129284954 3746428274 3778189451 2856778050 954500606 806763192 542966445 84969297 2014590626 2116547575 4245283791 3087026495 2486278783 2896353812 3258613455 3074678369 452081736 599024142 1411573151 3165553425 50101513 647284146 515488787 4028107308 3066414177 4227608727 136105323 506132223 2006138597 2257226068 4010603839 2875849493 976245911 2161090828 3583339122 2406829639 269893385 1356970325 676646057 881198661 3696282945 3413275576 2053565068 4067208643 2915393750 2664315781 2764046506 2248723515 2778591189 2262956051 1992943261 3836322128 4218802435 1897892366 239524144 3305178792 3509648573 3098227707 3840310196 3395712929 1878401590 2442262909 2015650377 3533698867 997777984 2116110068 3167520486 566615826 2299712017 2146698493 3676271143 32978838 3460079597 936103977 2649247996 1295263579 1000926395 1266477519 3916492992 978672588 4287731499 501434488 2207032930 2283165535 1626651708 4009453428 469316030 3133874868 255 362436" option to reproduce the execution
1.29/1.37	c #vars 54540
1.29/1.37	c #constraints 1503
4.88/4.97	c BCD2: Hardening is enabled.
4.88/4.97	c BCD2: BiasedSearch is enabled.
4.88/4.97	c Solving starts ...
4.88/4.97	c ============================[ Search Statistics ]============================
4.88/4.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.88/4.97	c       |         |          |          |    Limit     GC | Var      | Constra 
4.88/4.97	c =============================================================================
4.88/4.97	c  0.0s |       0 |        0 |        0 |    18920      0 |    27811 |        0
7.08/7.14	c  2.2s |       0 |      250 |      100 |    18920      0 |    27811 |        0
7.08/7.14	c  2.2s |       1 |      250 |      100 |    18920      0 |    27811 |        0
8.68/8.75	c  3.8s |       2 |     6000 |      250 |    20812      0 |    27811 |        0
11.48/11.53	c  6.6s |       2 |    14457 |      450 |    22894      0 |    27812 |        0
11.68/11.70	c  6.7s |       3 |    14481 |      475 |    22894      0 |    27812 |        0
15.09/15.19	c 10.2s |       3 |    14720 |      675 |    25184      0 |    27812 |        0
32.58/32.66	c 27.7s |       3 |    14821 |      775 |    25184      0 |    27812 |        0
38.88/38.96	c 34.0s |       4 |    14863 |      813 |    25184      0 |    27812 |        0
47.18/47.23	c 42.3s |       4 |    15012 |      913 |    27703      0 |    27812 |        0
61.58/61.66	c 56.7s |       4 |    15119 |     1013 |    27703      0 |    27812 |        0
78.57/78.67	c 73.7s |       4 |    15208 |     1113 |    27703      0 |    27812 |        0
95.17/95.26	c 90.3s |       4 |    15319 |     1213 |    27703      0 |    27812 |        0
111.57/111.65	c  106s |       4 |    15416 |     1313 |    27703      0 |    27812 |        0
112.77/112.87	c  107s |       5 |    15421 |     1320 |    27703      0 |    27812 |        0
129.37/129.47	c  124s |       5 |    15567 |     1420 |    30474      0 |    27812 |        0
145.86/145.94	c  140s |       5 |    15676 |     1520 |    30474      0 |    27812 |        0
162.26/162.39	c  157s |       5 |    15770 |     1620 |    30474      0 |    27812 |        0
178.86/178.98	c  174s |       5 |    15870 |     1720 |    30474      0 |    27812 |        0
195.26/195.37	c  190s |       5 |    15974 |     1820 |    30474      0 |    27812 |        0
211.75/211.86	c  206s |       5 |    16073 |     1920 |    30474      0 |    27812 |        0
228.25/228.37	c  223s |       5 |    16173 |     2020 |    30474      0 |    27812 |        0
238.35/238.46	c  233s |       6 |    16229 |     2081 |    33522      0 |    27812 |        0
255.15/255.25	c  250s |       6 |    16372 |     2181 |    33522      0 |    27812 |        0
272.34/272.47	c  267s |       6 |    16475 |     2281 |    33522      0 |    27812 |        0
289.14/289.25	c  284s |       6 |    16577 |     2381 |    33522      0 |    27812 |        0
306.43/306.51	c  301s |       6 |    16690 |     2481 |    33522      0 |    27812 |        0
323.73/323.82	c  318s |       6 |    16786 |     2581 |    33522      0 |    27812 |        0
340.63/340.78	c  335s |       6 |    16891 |     2681 |    33522      0 |    27812 |        0
357.82/357.97	c  353s |       6 |    16987 |     2781 |    33522      0 |    27812 |        0
374.82/374.98	c  370s |       6 |    17095 |     2881 |    33522      0 |    27812 |        0
391.92/392.06	c  387s |       6 |    17187 |     2981 |    33522      0 |    27812 |        0
409.01/409.19	c  404s |       6 |    17283 |     3081 |    33522      0 |    27812 |        0
425.91/426.04	c  421s |       6 |    17387 |     3181 |    33522      0 |    27812 |        0
433.11/433.27	c  428s |       7 |    17427 |     3223 |    36875      0 |    27812 |        0
450.50/450.68	c  445s |       7 |    17570 |     3323 |    36875      0 |    27812 |        0
467.30/467.49	c  462s |       7 |    17669 |     3423 |    36875      0 |    27812 |        0
483.79/483.99	c  479s |       7 |    17769 |     3523 |    36875      0 |    27812 |        0
499.78/499.97	c  494s |       7 |    17879 |     3623 |    36875      0 |    27812 |        0
515.48/515.69	c  510s |       7 |    17975 |     3723 |    36875      0 |    27812 |        0
531.28/531.45	c  526s |       7 |    18088 |     3823 |    36875      0 |    27812 |        0
547.07/547.21	c  542s |       7 |    18190 |     3923 |    36875      0 |    27812 |        0
562.77/562.90	c  557s |       7 |    18295 |     4023 |    36875      0 |    27812 |        0
578.37/578.56	c  573s |       7 |    18403 |     4123 |    36875      0 |    27812 |        0
593.26/593.41	c  588s |       7 |    18504 |     4223 |    36875      0 |    27812 |        0
608.36/608.52	c  603s |       7 |    18600 |     4323 |    36875      0 |    27812 |        0
623.35/623.55	c  618s |       7 |    18702 |     4423 |    36875      0 |    27812 |        0
637.86/638.03	c  633s |       7 |    18818 |     4523 |    36875      0 |    27812 |        0
652.54/652.77	c  647s |       7 |    18913 |     4623 |    36875      0 |    27812 |        0
667.24/667.41	c  662s |       7 |    19015 |     4723 |    36875      0 |    27812 |        0
681.63/681.82	c  676s |       7 |    19124 |     4823 |    36875      0 |    27812 |        0
695.52/695.70	c  690s |       7 |    19226 |     4923 |    40563      0 |    27812 |        0
697.42/697.60	c  692s |       8 |    19234 |     4936 |    40563      0 |    27812 |        0
710.62/710.88	c  705s |       8 |    19375 |     5036 |    40563      0 |    27812 |        0
724.92/725.10	c  720s |       8 |    19465 |     5136 |    40563      0 |    27812 |        0
737.11/737.35	c  732s |       8 |    19824 |     5236 |    40563      0 |    27812 |        0
745.11/745.39	c  740s |       8 |    19824 |     5336 |    40563      0 |    27812 |        0
756.72/756.97	c  751s |       8 |    19824 |     5436 |    40563      0 |    27812 |        0
765.52/765.77	c  760s |       8 |    20073 |     5536 |    40563      0 |    27812 |        0
775.32/775.57	c  770s |       8 |    20073 |     5636 |    40563      0 |    27812 |        0
786.91/787.15	c  782s |       8 |    20323 |     5736 |    40563      0 |    27812 |        0
794.91/795.15	c  790s |       8 |    20323 |     5836 |    40563      0 |    27812 |        0
806.40/806.68	c  801s |       8 |    20323 |     5936 |    40563      0 |    27812 |        0
815.50/815.72	c  810s |       8 |    20576 |     6036 |    40563      0 |    27812 |        0
825.20/825.45	c  820s |       8 |    20576 |     6136 |    40563      0 |    27812 |        0
836.91/837.20	c  832s |       8 |    20828 |     6236 |    40563      0 |    27812 |        0
844.90/845.10	c  840s |       8 |    20828 |     6336 |    40563      0 |    27812 |        0
856.30/856.55	c  851s |       8 |    20828 |     6436 |    40563      0 |    27812 |        0
865.40/865.63	c  860s |       8 |    21077 |     6536 |    40563      0 |    27812 |        0
874.99/875.30	c  870s |       8 |    21077 |     6636 |    40563      0 |    27812 |        0
886.79/887.08	c  882s |       8 |    21332 |     6736 |    40563      0 |    27812 |        0
894.69/894.99	c  890s |       8 |    21332 |     6836 |    40563      0 |    27812 |        0
906.20/906.46	c  901s |       8 |    21332 |     6936 |    40563      0 |    27812 |        0
915.39/915.63	c  910s |       8 |    21581 |     7036 |    40563      0 |    27812 |        0
924.99/925.24	c  920s |       8 |    21581 |     7136 |    40563      0 |    27812 |        0
936.88/937.11	c  932s |       8 |    21833 |     7236 |    40563      0 |    27812 |        0
944.79/945.03	c  940s |       8 |    21833 |     7336 |    40563      0 |    27812 |        0
956.18/956.46	c  951s |       8 |    21833 |     7436 |    40563      0 |    27812 |        0
963.18/963.45	c  958s |       9 |    22086 |     7506 |    44620      0 |    27812 |        0
971.28/971.59	c  966s |       9 |    22373 |     7606 |    44620      0 |    27812 |        0
982.78/983.02	c  978s |       9 |    22373 |     7706 |    44620      0 |    27812 |        0
991.48/991.75	c  986s |       9 |    22623 |     7806 |    44620      0 |    27812 |        0
1001.37/1001.60	c  996s |       9 |    22623 |     7906 |    44620      0 |    27812 |        0
1012.88/1013.15	c 1008s |       9 |    22871 |     8006 |    44620      0 |    27812 |        0
1020.87/1021.19	c 1016s |       9 |    22871 |     8106 |    44620      0 |    27812 |        0
1032.57/1032.88	c 1027s |       9 |    22871 |     8206 |    44620      0 |    27812 |        0
1041.47/1041.76	c 1036s |       9 |    23126 |     8306 |    44620      0 |    27812 |        0
1051.47/1051.76	c 1046s |       9 |    23126 |     8406 |    44620      0 |    27812 |        0
1063.27/1063.54	c 1058s |       9 |    23375 |     8506 |    44620      0 |    27812 |        0
1071.36/1071.68	c 1066s |       9 |    23375 |     8606 |    44620      0 |    27812 |        0
1083.16/1083.44	c 1078s |       9 |    23375 |     8706 |    44620      0 |    27812 |        0
1092.26/1092.54	c 1087s |       9 |    23627 |     8806 |    44620      0 |    27812 |        0
1102.16/1102.46	c 1097s |       9 |    23627 |     8906 |    44620      0 |    27812 |        0
1113.96/1114.28	c 1109s |       9 |    23879 |     9006 |    44620      0 |    27812 |        0
1122.16/1122.44	c 1117s |       9 |    23879 |     9106 |    44620      0 |    27812 |        0
1133.86/1134.17	c 1129s |       9 |    23879 |     9206 |    44620      0 |    27812 |        0
1142.95/1143.28	c 1138s |       9 |    24129 |     9306 |    44620      0 |    27812 |        0
1152.85/1153.17	c 1148s |       9 |    24129 |     9406 |    44620      0 |    27812 |        0
1164.66/1164.97	c 1159s |       9 |    24377 |     9506 |    44620      0 |    27812 |        0
1172.75/1173.06	c 1168s |       9 |    24377 |     9606 |    44620      0 |    27812 |        0
1184.45/1184.78	c 1179s |       9 |    24377 |     9706 |    44620      0 |    27812 |        0
1193.54/1193.89	c 1188s |       9 |    24631 |     9806 |    44620      0 |    27812 |        0
1203.54/1203.88	c 1198s |       9 |    24631 |     9906 |    44620      0 |    27812 |        0
1215.44/1215.74	c 1210s |       9 |    24879 |    10006 |    44620      0 |    27812 |        0
1223.54/1223.84	c 1218s |       9 |    24879 |    10106 |    44620      0 |    27812 |        0
1235.24/1235.56	c 1230s |       9 |    24879 |    10206 |    44620      0 |    27812 |        0
1244.34/1244.64	c 1239s |       9 |    25129 |    10306 |    44620      0 |    27812 |        0
1254.34/1254.61	c 1249s |       9 |    25129 |    10406 |    44620      0 |    27812 |        0
1266.13/1266.44	c 1261s |       9 |    25379 |    10506 |    44620      0 |    27812 |        0
1274.33/1274.62	c 1269s |       9 |    25379 |    10606 |    44620      0 |    27812 |        0
1286.13/1286.40	c 1281s |       9 |    25379 |    10706 |    44620      0 |    27812 |        0
1295.13/1295.46	c 1290s |       9 |    25626 |    10806 |    44620      0 |    27812 |        0
1305.23/1305.51	c 1300s |       9 |    25626 |    10906 |    44620      0 |    27812 |        0
1316.83/1317.10	c 1312s |       9 |    25874 |    11006 |    44620      0 |    27812 |        0
1325.03/1325.33	c 1320s |       9 |    25874 |    11106 |    44620      0 |    27812 |        0
1336.92/1337.21	c 1332s |       9 |    25874 |    11206 |    44620      0 |    27812 |        0
1345.72/1346.07	c 1341s |       9 |    26132 |    11306 |    49083      0 |    27812 |        0
1350.92/1351.24	c 1346s |      10 |    26132 |    11361 |    49083      0 |    27812 |        0
1362.02/1362.37	c 1357s |      10 |    26348 |    11461 |    49083      0 |    27812 |        0
1370.52/1370.81	c 1365s |      10 |    26549 |    11561 |    49083      0 |    27812 |        0
1377.52/1377.81	c 1372s |      10 |    26802 |    11661 |    49083      0 |    27812 |        0
1387.61/1387.95	c 1382s |      10 |    26802 |    11761 |    49083      0 |    27812 |        0
1399.51/1399.83	c 1394s |      10 |    27051 |    11861 |    49083      0 |    27812 |        0
1407.82/1408.15	c 1403s |      10 |    27051 |    11961 |    49083      0 |    27812 |        0
1419.71/1420.06	c 1415s |      10 |    27051 |    12061 |    49083      0 |    27812 |        0
1428.81/1429.13	c 1424s |      10 |    27303 |    12161 |    49083      0 |    27812 |        0
1439.01/1439.33	c 1434s |      10 |    27303 |    12261 |    49083      0 |    27812 |        0
1450.80/1451.15	c 1446s |      10 |    27554 |    12361 |    49083      0 |    27812 |        0
1459.10/1459.49	c 1454s |      10 |    27554 |    12461 |    49083      0 |    27812 |        0
1471.10/1471.40	c 1466s |      10 |    27554 |    12561 |    49083      0 |    27812 |        0
1480.00/1480.33	c 1475s |      10 |    27803 |    12661 |    49083      0 |    27812 |        0
1490.20/1490.52	c 1485s |      10 |    27803 |    12761 |    49083      0 |    27812 |        0
1501.90/1502.25	c 1497s |      10 |    28056 |    12861 |    49083      0 |    27812 |        0
1510.30/1510.63	c 1505s |      10 |    28056 |    12961 |    49083      0 |    27812 |        0
1522.20/1522.57	c 1517s |      10 |    28056 |    13061 |    49083      0 |    27812 |        0
1531.19/1531.54	c 1526s |      10 |    28305 |    13161 |    49083      0 |    27812 |        0
1541.29/1541.70	c 1536s |      10 |    28305 |    13261 |    49083      0 |    27812 |        0
1552.99/1553.39	c 1548s |      10 |    28553 |    13361 |    49083      0 |    27812 |        0
1561.49/1561.85	c 1556s |      10 |    28553 |    13461 |    49083      0 |    27812 |        0
1573.49/1573.87	c 1568s |      10 |    28553 |    13561 |    49083      0 |    27812 |        0
1582.28/1582.67	c 1577s |      10 |    28805 |    13661 |    49083      0 |    27812 |        0
1592.49/1592.90	c 1587s |      10 |    28805 |    13761 |    49083      0 |    27812 |        0
1604.18/1604.59	c 1599s |      10 |    29053 |    13861 |    49083      0 |    27812 |        0
1612.78/1613.13	c 1608s |      10 |    29053 |    13961 |    49083      0 |    27812 |        0
1624.88/1625.26	c 1620s |      10 |    29053 |    14061 |    49083      0 |    27812 |        0
1633.68/1634.06	c 1629s |      10 |    29301 |    14161 |    49083      0 |    27812 |        0
1644.08/1644.48	c 1639s |      10 |    29301 |    14261 |    49083      0 |    27812 |        0
1655.47/1655.85	c 1650s |      10 |    29557 |    14361 |    49083      0 |    27812 |        0
1664.08/1664.41	c 1659s |      10 |    29557 |    14461 |    49083      0 |    27812 |        0
1676.08/1676.48	c 1671s |      10 |    29557 |    14561 |    49083      0 |    27812 |        0
1684.77/1685.14	c 1680s |      10 |    29807 |    14661 |    49083      0 |    27812 |        0
1694.97/1695.32	c 1690s |      10 |    29807 |    14761 |    49083      0 |    27812 |        0
1706.36/1706.75	c 1701s |      10 |    30057 |    14861 |    49083      0 |    27812 |        0
1714.67/1715.08	c 1710s |      10 |    30057 |    14961 |    49083      0 |    27812 |        0
1726.67/1727.01	c 1722s |      10 |    30057 |    15061 |    49083      0 |    27812 |        0
1735.36/1735.74	c 1730s |      10 |    30309 |    15161 |    49083      0 |    27812 |        0
1745.47/1745.86	c 1740s |      10 |    30309 |    15261 |    49083      0 |    27812 |        0
1757.06/1757.40	c 1752s |      10 |    30559 |    15361 |    49083      0 |    27812 |        0
1765.26/1765.66	c 1760s |      10 |    30559 |    15461 |    49083      0 |    27812 |        0
1777.15/1777.54	c 1772s |      10 |    30559 |    15561 |    49083      0 |    27812 |        0
1785.95/1786.33	c 1781s |      10 |    30810 |    15661 |    49083      0 |    27812 |        0
1796.06/1796.43	c 1791s |      10 |    30810 |    15761 |    49083      0 |    27812 |        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-4100657-1466216947/watcher-4100657-1466216947 -o /tmp/evaluation-result-4100657-1466216947/solver-4100657-1466216947 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16206 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100657-1466216947.opb 

pid=18783
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.34 2.25 2.21 3/179 18786
/proc/meminfo: memFree=26641232/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=245180 CPUtime=0 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 829 0 0 0 0 0 0 0 20 0 4 0 23740243 251064320 1190 33554432000 4194304 16246674 140734920723632 140734920723056 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 61807 1200 441 2943 0 58701 0
[pid=18786/tid=18787] ppid=18783 vsize=261564 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 267841536 1254 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=265660 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23740243 272035840 1271 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=269756 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23740243 276230144 1288 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.34 2.25 2.21 3/179 18786
/proc/meminfo: memFree=26641232/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1300036 CPUtime=0.08 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 25865 0 0 0 5 3 0 0 20 0 4 0 23740243 1331236864 26164 33554432000 4194304 16246674 140734920723632 140734920722944 7853005 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 325009 26181 798 2943 0 321903 0
[pid=18786/tid=18787] ppid=18783 vsize=1300036 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1331236864 26193 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1300036 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23740243 1331236864 26205 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1300036 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1331236864 26215 33554432000 4194304 16246674 140734920723632 140576540314800 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) 1300036

[startup+0.200586 s]
/proc/loadavg: 2.34 2.25 2.21 3/179 18786
/proc/meminfo: memFree=26641232/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 45526 0 0 0 13 6 0 0 20 0 4 0 23740243 1343819776 46335 33554432000 4194304 16246674 140734920723632 140734920722944 7439429 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 328081 46335 800 2943 0 324975 0
[pid=18786/tid=18787] ppid=18783 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1343819776 46335 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23740243 1343819776 46335 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1343819776 46335 33554432000 4194304 16246674 140734920723632 140576540314800 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.300545 s]
/proc/loadavg: 2.34 2.25 2.21 3/179 18786
/proc/meminfo: memFree=26641232/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 51290 0 0 0 22 7 0 0 20 0 4 0 23740243 1343819776 52099 33554432000 4194304 16246674 140734920723632 140734920722808 4220813 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 328081 52099 800 2943 0 324975 0
[pid=18786/tid=18787] ppid=18783 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1343819776 52099 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23740243 1343819776 52099 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1343819776 52099 33554432000 4194304 16246674 140734920723632 140576540314800 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.700363 s]
/proc/loadavg: 2.34 2.25 2.21 3/179 18786
/proc/meminfo: memFree=26641232/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1312324 CPUtime=0.68 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 63897 0 0 0 60 8 0 0 20 0 4 0 23740243 1343819776 64706 33554432000 4194304 16246674 140734920723632 140734920722808 7364033 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 328081 64727 801 2943 0 324975 0
[pid=18786/tid=18787] ppid=18783 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1343819776 64740 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23740243 1343819776 64753 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1343819776 64764 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1312324

[startup+1.50042 s]
/proc/loadavg: 2.31 2.24 2.21 3/183 18790
/proc/meminfo: memFree=26346920/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=1.48 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 83221 0 0 0 137 11 0 0 20 0 4 0 23740243 1364791296 84030 33554432000 4194304 16246674 140734920723632 140734920721472 4220520 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 84030 814 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 84030 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 84030 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 84030 33554432000 4194304 16246674 140734920723632 140576540314800 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) 1332804

[startup+3.10044 s]
/proc/loadavg: 2.31 2.24 2.21 3/183 18790
/proc/meminfo: memFree=26292484/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=3.09 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 86585 0 0 0 297 12 0 0 20 0 4 0 23740243 1364791296 87394 33554432000 4194304 16246674 140734920723632 140734920722808 4220871 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 87394 837 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 87394 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 87394 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 87394 33554432000 4194304 16246674 140734920723632 140576540314800 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) 1332804

[startup+6.30043 s]
/proc/loadavg: 2.29 2.24 2.21 3/183 18790
/proc/meminfo: memFree=26039552/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=6.28 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 145891 0 0 0 609 19 0 0 20 0 4 0 23740243 1364791296 146700 33554432000 4194304 16246674 140734920723632 140734920705536 13775064 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 146700 894 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 146700 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 146700 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 146700 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1332804

[startup+12.7003 s]
/proc/loadavg: 2.26 2.23 2.21 4/183 18839
/proc/meminfo: memFree=27173560/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=12.68 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 145895 0 0 0 1249 19 0 0 20 0 4 0 23740243 1364791296 146704 33554432000 4194304 16246674 140734920723632 140734920705536 5600176 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 146704 898 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 146704 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 146704 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 146704 33554432000 4194304 16246674 140734920723632 140576540314800 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) 1332804

[startup+25.5006 s]
/proc/loadavg: 2.27 2.24 2.21 4/183 18839
/proc/meminfo: memFree=26485668/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=25.48 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271748 0 0 0 2510 38 0 0 20 0 4 0 23740243 1364791296 272557 33554432000 4194304 16246674 140734920723632 140734920705536 5600808 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 272557 898 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 272557 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 272557 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 272557 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1332804

[startup+51.1005 s]
/proc/loadavg: 2.25 2.23 2.21 3/183 18839
/proc/meminfo: memFree=26485560/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=51.08 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271749 0 0 0 5070 38 0 0 20 0 4 0 23740243 1364791296 272557 33554432000 4194304 16246674 140734920723632 140734920705536 5600804 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 272557 898 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 272557 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 272557 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 272557 33554432000 4194304 16246674 140734920723632 140576540314800 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) 1332804

[startup+102.301 s]
/proc/loadavg: 2.25 2.24 2.21 3/184 18843
/proc/meminfo: memFree=26484756/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=102.28 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271749 0 0 0 10190 38 0 0 20 0 4 0 23740243 1364791296 272557 33554432000 4194304 16246674 140734920723632 140734920705536 6012036 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 272557 898 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 272557 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 272557 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 272557 33554432000 4194304 16246674 140734920723632 140576540314800 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) 1332804


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

/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 1332804

[startup+1302.3 s]
/proc/loadavg: 2.54 2.40 2.29 4/184 18873
/proc/meminfo: memFree=25773568/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=1302.03 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271838 0 0 0 130165 38 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140734920705536 5600380 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 274698 900 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 1332804

[startup+1362.3 s]
/proc/loadavg: 2.30 2.35 2.27 3/183 18874
/proc/meminfo: memFree=25655692/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=1362.02 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271838 0 0 0 136164 38 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140734920705536 5599971 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 274698 900 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 1332804

[startup+1422.3 s]
/proc/loadavg: 2.28 2.35 2.27 4/183 18875
/proc/meminfo: memFree=25655540/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=1422.01 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271838 0 0 0 142163 38 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140734920705536 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 274698 900 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 1332804

[startup+1482.3 s]
/proc/loadavg: 2.22 2.31 2.27 4/183 18876
/proc/meminfo: memFree=25655328/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=1482 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271838 0 0 0 148162 38 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140734920705536 5659492 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 274698 900 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 1332804

[startup+1542.31 s]
/proc/loadavg: 2.36 2.32 2.27 3/183 18878
/proc/meminfo: memFree=25655644/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=1542 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271838 0 0 0 154162 38 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140734920705536 5709714 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 274698 900 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 1332804

[startup+1602.3 s]
/proc/loadavg: 2.26 2.29 2.26 4/183 18879
/proc/meminfo: memFree=25655572/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=1601.98 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271838 0 0 0 160160 38 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140734920705536 5712628 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 274698 900 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 1332804

[startup+1662.3 s]
/proc/loadavg: 2.25 2.28 2.26 4/183 18880
/proc/meminfo: memFree=25655084/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=1661.97 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271838 0 0 0 166159 38 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140734920705536 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 274698 900 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 1332804

[startup+1722.3 s]
/proc/loadavg: 2.30 2.28 2.27 3/183 18881
/proc/meminfo: memFree=25655376/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=1721.96 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271838 0 0 0 172158 38 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140734920705536 13774504 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 274698 900 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 1332804

[startup+1782.3 s]
/proc/loadavg: 2.31 2.29 2.27 3/183 18882
/proc/meminfo: memFree=25654872/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=1781.95 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271838 0 0 0 178157 38 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140734920705536 13774516 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 274698 900 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 1332804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.40 2.31 2.28 4/183 18882
/proc/meminfo: memFree=25655724/32872528 swapFree=1459628/1655852
[pid=18786] ppid=18783 vsize=1332804 CPUtime=1800.05 cores=1,3,5,7
/proc/18786/stat : 18786 (toysat) R 18783 18786 16189 0 -1 4202496 271838 0 0 0 179967 38 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140734920705536 13774516 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18786/statm: 333201 274698 900 2943 0 330095 0
[pid=18786/tid=18787] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18787/stat : 18787 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576561278192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18786/tid=18788] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18788/stat : 18788 (toysat) S 18783 18786 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576550788336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18786/tid=18789] ppid=18783 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/18786/task/18789/stat : 18789 (toysat) S 18783 18786 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23740243 1364791296 274698 33554432000 4194304 16246674 140734920723632 140576540314800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1332804

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 18786 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.07
CPU user time (s): 1799.68
CPU system time (s): 0.38894
CPU usage (%): 99.9812
Max. virtual memory (cumulated for all children) (KiB): 1332804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.38894
maximum resident set size= 1098792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271838
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= 1846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3723 second user time and 17.5083 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 04:29:07
IDJOB=4100657
IDBENCH=1645
IDSOLVER=2542
FILE ID=node136/4100657-1466216947
RUNJOBID= node136-1466206055-16206
PBS_JOBID= 19918141
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-degen3.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100657-1466216947/watcher-4100657-1466216947 -o /tmp/evaluation-result-4100657-1466216947/solver-4100657-1466216947 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16206 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100657-1466216947.opb

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

MD5SUM BENCH= 869a8e6f75acef89713c9145ce005816
RANDOM SEED=89800509

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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.67
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		: 2667.278
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:        26641512 kB
Buffers:          149708 kB
Cached:          1663076 kB
SwapCached:            0 kB
Active:          2163952 kB
Inactive:        1664500 kB
Active(anon):    2017936 kB
Inactive(anon):        0 kB
Active(file):     146016 kB
Inactive(file):  1664500 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             24080 kB
Writeback:             0 kB
AnonPages:       3671420 kB
Mapped:            16524 kB
Shmem:               204 kB
Slab:             609520 kB
SReclaimable:      53820 kB
SUnreclaim:       555700 kB
KernelStack:        1480 kB
PageTables:        10992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3805340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1873920 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= 71696 MiB
End job on node136 at 2016-06-18 04:59:08