Trace number 4100025

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/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3704.opb
MD5SUM35541d810f352e1e9979b25003c9f904
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654474
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654474
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-18T02:29:31+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-4100025-1466209770.opb"]
0.00/0.01	c use --random-gen="3936840602 3737261495 884596785 633244028 2457635858 3339780533 2839044702 2865917333 177480097 556849496 2172366698 244275618 3217982841 4151507985 2200660103 3285750211 1936333456 4162368725 2572861066 2872903491 4259625124 2092341363 2692436105 192448977 962179066 3765012063 2667298457 4187495701 528379296 3724973427 3427621470 3823236881 329109258 2021271297 3841239225 2105471817 2817783457 127512672 4142346081 2145959487 2889090462 2336399702 534233529 1403151206 580354480 3231957389 2914302663 897724548 781166692 49200819 1942083782 515266680 2979242593 1647661286 3273666944 1319369969 1084464971 840855692 4222141145 3317824961 909174525 2109094819 1182736540 2628571288 1370507644 972791780 2739554337 3676275445 3819465273 1778538462 2562687041 983749648 1920633957 1998877916 2690144543 3263243151 4204940257 3066510036 2522850928 2519872475 498023399 2081554854 3933944078 2388060321 3958965694 3254508872 264062147 2291463478 1567603709 1532125281 378937218 3853062741 2883723219 224248314 1238676387 2246972472 2731321123 4148751066 1164601291 469131264 847453312 3658250435 3879565798 2424787549 77318122 565273935 1371825061 1004593430 3286496588 2312913598 2604148871 434609644 4287424079 878247081 2466588545 2996249835 2580665192 3437936716 2973957156 2225348316 661163443 2817934496 2584495341 1311190075 4067937001 3100493885 55348997 4035491183 1211989091 3280628030 1693259182 2013785665 295917064 1405064912 2879834560 3904702909 1217959138 4238482485 1547369567 577927227 762766158 1040056132 2993662582 2885463676 548753250 2437172311 3330599009 882058926 3023256121 810918254 3585105451 3328379212 3545551199 1416319339 580281819 2088354663 3003508937 2710056579 4173483089 1965092628 586278607 3145152638 3053152998 1105490965 3990216286 3738658479 3050791201 3349625330 3775736896 122045152 1227313964 455680958 1589263904 2300298920 3880818109 4182244306 3050303728 475446714 437859551 2758861614 6176868 60907459 1256249859 218002875 1590983659 1655899847 2830986298 585847091 2686679811 3446409136 431608247 2775927660 2506987056 412743148 1882227562 1265808724 1923590523 2264814545 1462755128 3322899190 3367602632 3546577767 812903047 1792772953 134593443 4033559628 4018209840 1196024257 3941119947 4071538013 58842492 4282303185 3537330852 4141337103 1112066521 1515436872 4023009450 395790379 3817063641 1039473736 2782471214 3462420880 1484366258 2977289321 3926156305 1181477357 1564998617 3481011460 691776419 3463326988 2043465163 329465279 1466476137 279752710 1642627703 2302390884 8364879 2117384377 134500645 2217893075 1816879994 2929376718 2729134864 3628027107 2934827076 3301025948 274132445 1380850206 1694424474 564127152 80842131 3486769577 87786668 2277094682 302769733 3905995361 255 362436" option to reproduce the execution
0.99/1.04	c #vars 155000
0.99/1.04	c #constraints 5150
3.09/3.37	c BCD2: Hardening is enabled.
3.09/3.37	c BCD2: BiasedSearch is enabled.
3.09/3.37	c Solving starts ...
3.09/3.40	c ============================[ Search Statistics ]============================
3.09/3.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.40	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.40	c =============================================================================
3.09/3.47	c  0.0s |       0 |        0 |        0 |    53433      0 |    58774 |        0
9.89/9.91	c  6.4s |       0 |     5261 |      100 |    53433      0 |    58774 |        0
9.89/9.99	c  6.5s |       1 |     5261 |      100 |    53433      0 |    58774 |        0
11.09/11.14	c  7.7s |       2 |     7273 |      250 |    58777      0 |    58774 |        0
12.19/12.26	c  8.8s |       3 |     8476 |      475 |    64655      0 |    58774 |        0
14.79/14.86	c 11.4s |       3 |    23027 |      575 |    71121      0 |    58774 |        0
19.79/19.80	c 16.3s |       3 |    23117 |      675 |    71121      0 |    58774 |        0
27.79/27.88	c 24.4s |       3 |    24759 |      775 |    71121      0 |    58774 |        0
30.19/30.23	c 26.8s |       4 |    24796 |      813 |    71121      0 |    58774 |        0
32.59/32.63	c 29.2s |       4 |    27080 |     1213 |    78234      0 |    58774 |        0
33.18/33.28	c 29.8s |       5 |    27201 |     1320 |    78234      0 |    58774 |        0
35.68/35.71	c 32.2s |       5 |    40548 |     1420 |    86058      0 |    58774 |        0
38.48/38.52	c 35.0s |       5 |    51354 |     1520 |    86058      0 |    58774 |        0
41.98/42.03	c 38.6s |       5 |    73716 |     1620 |    86058      0 |    58774 |        0
45.98/46.06	c 42.6s |       5 |    74689 |     1720 |    86058      0 |    58774 |        0
50.08/50.10	c 46.6s |       5 |    74787 |     1820 |    86058      0 |    58774 |        0
54.08/54.17	c 50.7s |       5 |    74886 |     1920 |    86058      0 |    58774 |        0
58.18/58.27	c 54.8s |       5 |    74991 |     2020 |    86058      0 |    58774 |        0
60.79/60.85	c 57.4s |       6 |    75043 |     2081 |    94664      0 |    58774 |        0
63.58/63.65	c 60.2s |       6 |    82111 |     2281 |    94664      0 |    58774 |        0
66.88/66.95	c 63.5s |       6 |    82306 |     2481 |    94664      0 |    58774 |        0
70.28/70.32	c 66.9s |       6 |    82512 |     2681 |    94664      0 |    58774 |        0
72.38/72.47	c 69.0s |       6 |   114477 |     2781 |    94664      0 |    58774 |        0
76.48/76.57	c 73.1s |       6 |   114570 |     2881 |    94664      0 |    58774 |        0
80.58/80.69	c 77.2s |       6 |   114667 |     2981 |    94664      0 |    58774 |        0
84.77/84.81	c 81.3s |       6 |   114775 |     3081 |    94664      0 |    58774 |        0
88.87/88.92	c 85.4s |       6 |   114865 |     3181 |    94664      0 |    58774 |        0
90.67/90.74	c 87.3s |       7 |   114907 |     3223 |   104131      0 |    58774 |        0
93.08/93.14	c 89.7s |       7 |   116282 |     3623 |   104131      0 |    58774 |        0
95.37/95.49	c 92.0s |       7 |   116792 |     4123 |   104131      0 |    58774 |        0
97.48/97.52	c 94.0s |       7 |   117313 |     4623 |   104131      0 |    58774 |        0
98.78/98.81	c 95.3s |       8 |   117629 |     4936 |   114545      0 |    58774 |        0
101.68/101.73	c 98.3s |       8 |   120728 |     5236 |   114545      0 |    58774 |        0
103.98/104.09	c  100s |       8 |   120936 |     5436 |   114545      0 |    58774 |        0
109.08/109.10	c  105s |       8 |   156065 |     5636 |   114545      0 |    58774 |        0
114.47/114.57	c  111s |       8 |   156380 |     5736 |   114545      0 |    58774 |        0
119.77/119.87	c  116s |       8 |   156482 |     5836 |   114545      0 |    58774 |        0
125.17/125.28	c  121s |       8 |   156575 |     5936 |   114545      0 |    58774 |        0
131.77/131.85	c  128s |       8 |   156765 |     6036 |   114545      0 |    58774 |        0
136.97/137.01	c  133s |       8 |   156861 |     6136 |   114545      0 |    58774 |        0
142.17/142.21	c  138s |       8 |   156958 |     6236 |   114545      0 |    58774 |        0
149.37/149.46	c  145s |       8 |   157072 |     6336 |   114545      0 |    58774 |        0
157.37/157.44	c  153s |       8 |   157170 |     6436 |   114545      0 |    58774 |        0
163.76/163.87	c  160s |       8 |   157274 |     6536 |   114545      0 |    58774 |        0
170.66/170.76	c  167s |       8 |   157383 |     6636 |   114545      0 |    58774 |        0
177.76/177.86	c  174s |       8 |   157513 |     6736 |   114545      0 |    58774 |        0
187.16/187.22	c  183s |       8 |   157624 |     6836 |   114545      0 |    58774 |        0
196.56/196.62	c  193s |       8 |   157723 |     6936 |   114545      0 |    58774 |        0
203.66/203.72	c  200s |       8 |   157826 |     7036 |   114545      0 |    58774 |        0
214.15/214.27	c  210s |       8 |   157997 |     7136 |   114545      0 |    58774 |        0
225.77/225.84	c  222s |       8 |   158144 |     7236 |   114545      0 |    58774 |        0
240.45/240.53	c  237s |       8 |   158335 |     7336 |   114545      0 |    58774 |        0
246.66/246.74	c  243s |       8 |   158428 |     7436 |   114545      0 |    58774 |        0
252.16/252.21	c  248s |       9 |   158531 |     7506 |   126000      0 |    58774 |        0
254.95/255.07	c  251s |       9 |   169767 |     7706 |   126000      0 |    58774 |        0
257.35/257.48	c  254s |       9 |   174280 |     7906 |   126000      0 |    58774 |        0
266.25/266.37	c  262s |       9 |   204590 |     8206 |   126000      0 |    58774 |        0
276.95/277.06	c  273s |       9 |   204789 |     8306 |   126000      0 |    58774 |        0
292.24/292.37	c  288s |       9 |   204892 |     8406 |   126000      0 |    58774 |        0
308.25/308.34	c  304s |       9 |   204993 |     8506 |   126000      0 |    58774 |        0
319.74/319.87	c  316s |       9 |   205101 |     8606 |   126000      0 |    58774 |        0
329.74/329.83	c  326s |       9 |   205238 |     8706 |   126000      0 |    58774 |        0
339.54/339.69	c  336s |       9 |   205338 |     8806 |   126000      0 |    58774 |        0
351.53/351.62	c  348s |       9 |   205448 |     8906 |   126000      0 |    58774 |        0
364.53/364.68	c  361s |       9 |   205551 |     9006 |   126000      0 |    58774 |        0
375.83/375.94	c  372s |       9 |   205652 |     9106 |   126000      0 |    58774 |        0
386.53/386.69	c  383s |       9 |   205770 |     9206 |   126000      0 |    58774 |        0
395.83/395.97	c  392s |       9 |   205875 |     9306 |   126000      0 |    58774 |        0
407.42/407.56	c  404s |       9 |   205976 |     9406 |   126000      0 |    58774 |        0
418.82/418.96	c  415s |       9 |   206075 |     9506 |   126000      0 |    58774 |        0
432.23/432.31	c  428s |       9 |   206207 |     9606 |   126000      0 |    58774 |        0
443.53/443.65	c  440s |       9 |   206307 |     9706 |   126000      0 |    58774 |        0
458.02/458.18	c  454s |       9 |   206405 |     9806 |   126000      0 |    58774 |        0
472.82/472.99	c  469s |       9 |   206505 |     9906 |   126000      0 |    58774 |        0
487.71/487.82	c  484s |       9 |   206604 |    10006 |   126000      0 |    58774 |        0
501.61/501.79	c  498s |       9 |   206726 |    10106 |   126000      0 |    58774 |        0
514.91/515.02	c  511s |       9 |   206828 |    10206 |   126000      0 |    58774 |        0
529.51/529.64	c  526s |       9 |   206929 |    10306 |   126000      0 |    58774 |        0
543.51/543.61	c  540s |       9 |   207030 |    10406 |   126000      0 |    58774 |        0
557.51/557.66	c  554s |       9 |   207132 |    10506 |   126000      0 |    58774 |        0
571.11/571.29	c  567s |       9 |   207257 |    10606 |   126000      0 |    58774 |        0
584.90/585.07	c  581s |       9 |   207351 |    10706 |   126000      0 |    58774 |        0
599.71/599.81	c  596s |       9 |   207455 |    10806 |   126000      0 |    58774 |        0
614.40/614.54	c  611s |       9 |   207559 |    10906 |   126000      0 |    58774 |        0
629.10/629.29	c  625s |       9 |   207658 |    11006 |   126000      0 |    58774 |        0
643.99/644.14	c  640s |       9 |   207752 |    11106 |   126000      0 |    58774 |        0
658.29/658.43	c  654s |       9 |   207849 |    11206 |   126000      0 |    58774 |        0
681.88/682.08	c  678s |       9 |   207983 |    11306 |   138600      0 |    58774 |        0
696.18/696.30	c  692s |      10 |   208061 |    11361 |   138600      0 |    58774 |        0
698.18/698.36	c  694s |      10 |   221360 |    11461 |   138600      0 |    58774 |        0
703.19/703.38	c  699s |      10 |   231270 |    11561 |   138600      0 |    58774 |        0
710.48/710.69	c  707s |      10 |   231370 |    11661 |   138600      0 |    58774 |        0
717.78/717.91	c  714s |      10 |   231475 |    11761 |   138600      0 |    58774 |        0
725.08/725.22	c  721s |      10 |   231580 |    11861 |   138600      0 |    58774 |        0
732.37/732.52	c  729s |      10 |   231690 |    11961 |   138600      0 |    58774 |        0
739.67/739.80	c  736s |      10 |   231790 |    12061 |   138600      0 |    58774 |        0
746.87/747.08	c  743s |      10 |   231891 |    12161 |   138600      0 |    58774 |        0
754.18/754.39	c  750s |      10 |   231996 |    12261 |   138600      0 |    58774 |        0
761.49/761.67	c  758s |      10 |   232096 |    12361 |   138600      0 |    58774 |        0
768.78/768.98	c  765s |      10 |   232194 |    12461 |   138600      0 |    58774 |        0
776.08/776.25	c  772s |      10 |   232299 |    12561 |   138600      0 |    58774 |        0
783.38/783.56	c  780s |      10 |   232409 |    12661 |   138600      0 |    58774 |        0
790.77/790.92	c  787s |      10 |   232508 |    12761 |   138600      0 |    58774 |        0
798.07/798.27	c  794s |      10 |   232617 |    12861 |   138600      0 |    58774 |        0
805.38/805.59	c  802s |      10 |   232714 |    12961 |   138600      0 |    58774 |        0
812.77/812.96	c  809s |      10 |   232816 |    13061 |   138600      0 |    58774 |        0
820.17/820.33	c  816s |      10 |   232915 |    13161 |   138600      0 |    58774 |        0
827.47/827.64	c  824s |      10 |   233017 |    13261 |   138600      0 |    58774 |        0
834.76/834.97	c  831s |      10 |   233121 |    13361 |   138600      0 |    58774 |        0
842.06/842.29	c  838s |      10 |   233220 |    13461 |   138600      0 |    58774 |        0
849.47/849.60	c  846s |      10 |   233327 |    13561 |   138600      0 |    58774 |        0
856.66/856.89	c  853s |      10 |   233429 |    13661 |   138600      0 |    58774 |        0
863.96/864.16	c  860s |      10 |   233533 |    13761 |   138600      0 |    58774 |        0
871.26/871.49	c  868s |      10 |   233638 |    13861 |   138600      0 |    58774 |        0
878.55/878.78	c  875s |      10 |   233735 |    13961 |   138600      0 |    58774 |        0
885.85/886.10	c  882s |      10 |   233841 |    14061 |   138600      0 |    58774 |        0
893.25/893.45	c  889s |      10 |   233944 |    14161 |   138600      0 |    58774 |        0
900.65/900.84	c  897s |      10 |   234050 |    14261 |   138600      0 |    58774 |        0
908.45/908.60	c  905s |      10 |   234150 |    14361 |   138600      0 |    58774 |        0
915.84/916.03	c  912s |      10 |   234247 |    14461 |   138600      0 |    58774 |        0
923.24/923.45	c  919s |      10 |   234352 |    14561 |   138600      0 |    58774 |        0
930.64/930.88	c  927s |      10 |   234446 |    14661 |   138600      0 |    58774 |        0
938.03/938.27	c  934s |      10 |   234558 |    14761 |   138600      0 |    58774 |        0
945.43/945.67	c  942s |      10 |   234663 |    14861 |   138600      0 |    58774 |        0
952.84/953.02	c  949s |      10 |   234763 |    14961 |   138600      0 |    58774 |        0
960.12/960.39	c  956s |      10 |   234868 |    15061 |   138600      0 |    58774 |        0
967.51/967.71	c  964s |      10 |   234974 |    15161 |   138600      0 |    58774 |        0
974.91/975.10	c  971s |      10 |   235073 |    15261 |   138600      0 |    58774 |        0
982.11/982.39	c  978s |      10 |   235185 |    15361 |   138600      0 |    58774 |        0
989.41/989.63	c  986s |      10 |   235285 |    15461 |   138600      0 |    58774 |        0
996.72/996.94	c  993s |      10 |   235393 |    15561 |   138600      0 |    58774 |        0
1004.02/1004.26	c 1000s |      10 |   235516 |    15661 |   138600      0 |    58774 |        0
1011.31/1011.53	c 1008s |      10 |   235620 |    15761 |   138600      0 |    58774 |        0
1018.72/1018.90	c 1015s |      10 |   236511 |    15861 |   138600      0 |    58774 |        0
1026.11/1026.31	c 1022s |      10 |   236606 |    15961 |   138600      0 |    58774 |        0
1033.51/1033.75	c 1030s |      10 |   236708 |    16061 |   138600      0 |    58774 |        0
1041.01/1041.24	c 1037s |      10 |   236806 |    16161 |   138600      0 |    58774 |        0
1048.51/1048.78	c 1045s |      10 |   236907 |    16261 |   138600      0 |    58774 |        0
1056.11/1056.36	c 1052s |      10 |   237006 |    16361 |   138600      0 |    58774 |        0
1063.70/1063.94	c 1060s |      10 |   237105 |    16461 |   138600      0 |    58774 |        0
1071.20/1071.47	c 1067s |      10 |   237207 |    16561 |   138600      0 |    58774 |        0
1078.70/1078.99	c 1075s |      10 |   237305 |    16661 |   138600      0 |    58774 |        0
1086.30/1086.60	c 1083s |      10 |   237403 |    16761 |   138600      0 |    58774 |        0
1093.90/1094.19	c 1090s |      10 |   237506 |    16861 |   138600      0 |    58774 |        0
1107.99/1108.20	c 1104s |      10 |   257977 |    16961 |   138600      0 |    58774 |        0
1130.09/1130.32	c 1126s |      10 |   258100 |    17061 |   152460      0 |    58774 |        0
1153.58/1153.80	c 1150s |      11 |   258188 |    17144 |   152460      0 |    58774 |        0
1155.69/1155.92	c 1152s |      11 |   268124 |    17244 |   152460      0 |    58774 |        0
1158.29/1158.56	c 1155s |      11 |   273603 |    17444 |   152460      0 |    58774 |        0
1164.38/1164.69	c 1161s |      11 |   287105 |    17544 |   152460      0 |    58774 |        0
1181.18/1181.46	c 1177s |      11 |   292323 |    17644 |   152460      0 |    58774 |        0
1200.47/1200.72	c 1197s |      11 |   292489 |    17744 |   152460      0 |    58774 |        0
1218.46/1218.73	c 1215s |      11 |   292782 |    17844 |   152460      0 |    58774 |        0
1233.86/1234.17	c 1230s |      11 |   293035 |    17944 |   152460      0 |    58774 |        0
1249.36/1249.69	c 1246s |      11 |   293181 |    18044 |   152460      0 |    58774 |        0
1269.16/1269.48	c 1266s |      11 |   293525 |    18144 |   152460      0 |    58774 |        0
1287.85/1288.10	c 1284s |      11 |   293752 |    18244 |   152460      0 |    58774 |        0
1302.24/1302.58	c 1299s |      11 |   293852 |    18344 |   152460      0 |    58774 |        0
1318.04/1318.37	c 1314s |      11 |   293950 |    18444 |   152460      0 |    58774 |        0
1336.73/1337.03	c 1333s |      11 |   294130 |    18544 |   152460      0 |    58774 |        0
1352.43/1352.77	c 1349s |      11 |   294351 |    18644 |   152460      0 |    58774 |        0
1365.63/1365.92	c 1362s |      11 |   294513 |    18744 |   152460      0 |    58774 |        0
1384.72/1385.09	c 1381s |      11 |   294720 |    18844 |   152460      0 |    58774 |        0
1404.82/1405.17	c 1401s |      11 |   294815 |    18944 |   152460      0 |    58774 |        0
1425.62/1425.92	c 1422s |      11 |   294947 |    19044 |   152460      0 |    58774 |        0
1448.71/1449.05	c 1445s |      11 |   295074 |    19144 |   152460      0 |    58774 |        0
1480.21/1480.58	c 1477s |      11 |   295260 |    19244 |   152460      0 |    58774 |        0
1513.60/1513.97	c 1510s |      11 |   295408 |    19344 |   152460      0 |    58774 |        0
1548.39/1548.74	c 1545s |      11 |   295561 |    19444 |   152460      0 |    58774 |        0
1582.48/1582.84	c 1579s |      11 |   295699 |    19544 |   152460      0 |    58774 |        0
1618.38/1618.80	c 1615s |      11 |   295871 |    19644 |   152460      0 |    58774 |        0
1650.68/1651.01	c 1647s |      11 |   296093 |    19744 |   152460      0 |    58774 |        0
1681.88/1682.27	c 1678s |      11 |   296306 |    19844 |   152460      0 |    58774 |        0
1711.46/1711.87	c 1708s |      11 |   296569 |    19944 |   152460      0 |    58774 |        0
1745.86/1746.25	c 1742s |      11 |   296727 |    20044 |   152460      0 |    58774 |        0
1779.35/1779.73	c 1776s |      11 |   296941 |    20144 |   152460      0 |    58774 |        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-4100025-1466209770/watcher-4100025-1466209770 -o /tmp/evaluation-result-4100025-1466209770/solver-4100025-1466209770 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23292 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100025-1466209770.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.05 1.94 3/179 24613
/proc/meminfo: memFree=30816420/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=726460 CPUtime=0 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 2708 0 0 0 0 0 0 0 20 0 4 0 23021865 743895040 3070 33554432000 4194304 16246674 140735055860560 140735055859984 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 182383 3082 441 2943 0 179277 0
[pid=24613/tid=24614] ppid=24610 vsize=744892 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 762769408 3145 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=748988 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 766963712 3161 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=754108 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23021866 772206592 3179 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100158 s]
/proc/loadavg: 2.16 2.05 1.94 3/179 24613
/proc/meminfo: memFree=30816420/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 28812 0 0 0 5 4 0 0 20 0 4 0 23021865 1332285440 29112 33554432000 4194304 16246674 140735055860560 140735055859872 7375574 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 325265 29125 798 2943 0 322159 0
[pid=24613/tid=24614] ppid=24610 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1332285440 29135 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1332285440 29148 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1332285440 29158 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200457 s]
/proc/loadavg: 2.16 2.05 1.94 3/179 24613
/proc/meminfo: memFree=30816420/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1315396 CPUtime=0.19 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 45965 0 0 0 13 6 0 0 20 0 4 0 23021865 1346965504 46775 33554432000 4194304 16246674 140735055860560 140735055859872 7853055 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 328849 46775 798 2943 0 325743 0
[pid=24613/tid=24614] ppid=24610 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1346965504 46775 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1346965504 46775 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1346965504 46775 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1315396

[startup+0.300491 s]
/proc/loadavg: 2.16 2.05 1.94 3/179 24613
/proc/meminfo: memFree=30816420/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1315396 CPUtime=0.29 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 53243 0 0 0 22 7 0 0 20 0 4 0 23021865 1346965504 54053 33554432000 4194304 16246674 140735055860560 140735055859872 4207010 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 328849 54053 799 2943 0 325743 0
[pid=24613/tid=24614] ppid=24610 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1346965504 54053 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1346965504 54053 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1346965504 54053 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1315396

[startup+0.700377 s]
/proc/loadavg: 2.16 2.05 1.94 3/179 24613
/proc/meminfo: memFree=30816420/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1315396 CPUtime=0.69 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 73121 0 0 0 59 10 0 0 20 0 4 0 23021865 1346965504 73931 33554432000 4194304 16246674 140735055860560 140735055859872 4220482 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 328849 73931 801 2943 0 325743 0
[pid=24613/tid=24614] ppid=24610 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1346965504 73931 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1346965504 73931 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1346965504 73931 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1315396

[startup+1.50033 s]
/proc/loadavg: 2.16 2.05 1.94 3/183 24617
/proc/meminfo: memFree=30513584/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=1.5 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 91565 0 0 0 137 13 0 0 20 0 4 0 23021865 1414074368 95441 33554432000 4194304 16246674 140735055860560 140735055859872 4208384 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 95441 834 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 95441 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 95441 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 95441 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 1380932

[startup+3.10039 s]
/proc/loadavg: 2.16 2.05 1.94 3/183 24617
/proc/meminfo: memFree=30377676/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=3.09 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 108260 0 0 0 294 15 0 0 20 0 4 0 23021865 1414074368 112136 33554432000 4194304 16246674 140735055860560 140735055842432 5595576 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 112136 845 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 112136 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 112136 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 112136 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1380932

[startup+6.30036 s]
/proc/loadavg: 2.14 2.05 1.94 3/183 24617
/proc/meminfo: memFree=30121004/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=6.29 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 170245 0 0 0 607 22 0 0 20 0 4 0 23021865 1414074368 174121 33554432000 4194304 16246674 140735055860560 140735055842432 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 174121 897 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 174121 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 174121 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 174121 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1380932

[startup+12.7004 s]
/proc/loadavg: 2.12 2.05 1.94 3/183 24617
/proc/meminfo: memFree=30113340/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=12.69 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 172162 0 0 0 1247 22 0 0 20 0 4 0 23021865 1414074368 176038 33554432000 4194304 16246674 140735055860560 140735055859736 12415740 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 176038 897 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 176038 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 176038 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 176038 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1380932

[startup+25.5004 s]
/proc/loadavg: 2.10 2.05 1.94 3/183 24617
/proc/meminfo: memFree=30113444/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=25.49 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 172162 0 0 0 2527 22 0 0 20 0 4 0 23021865 1414074368 176038 33554432000 4194304 16246674 140735055860560 140735055842432 5711439 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 176038 897 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 176038 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 176038 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 176038 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1380932

[startup+51.1004 s]
/proc/loadavg: 2.07 2.04 1.94 3/184 24620
/proc/meminfo: memFree=30113840/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=51.08 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 172169 0 0 0 5086 22 0 0 20 0 4 0 23021865 1414074368 176045 33554432000 4194304 16246674 140735055860560 140735055842432 5712004 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 176045 897 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 176045 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 176045 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 176045 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1380932

[startup+102.3 s]
/proc/loadavg: 2.07 2.05 1.95 3/183 24622
/proc/meminfo: memFree=29974140/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=102.28 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 206412 0 0 0 10200 28 0 0 20 0 4 0 23021865 1414074368 210288 33554432000 4194304 16246674 140735055860560 140735055859736 5712604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 210288 897 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 210288 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 210288 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 210288 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1380932


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

/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 1380932

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 24653
/proc/meminfo: memFree=29632260/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=1362.03 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 266060 0 0 0 136158 45 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140735055842432 13943600 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 286732 898 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 1380932

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 24654
/proc/meminfo: memFree=29632064/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=1422.01 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 266074 0 0 0 142155 46 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140735055842432 13780568 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 286732 898 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 1380932

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 24655
/proc/meminfo: memFree=29632256/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=1482.01 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 266074 0 0 0 148154 47 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140735055842432 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 286732 898 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 1380932

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 24656
/proc/meminfo: memFree=29632256/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=1541.99 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 266074 0 0 0 154152 47 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140735055859736 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 286732 898 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 1380932

[startup+1602.3 s]
/proc/loadavg: 2.11 2.03 1.97 3/183 24657
/proc/meminfo: memFree=29632008/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=1601.99 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 266074 0 0 0 160150 49 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140735055842432 5712604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 286732 898 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 1380932

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 1.97 3/183 24659
/proc/meminfo: memFree=29632248/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=1661.98 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 266074 0 0 0 166149 49 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140735055842432 5712604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 286732 898 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 1380932

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/183 24660
/proc/meminfo: memFree=29632248/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=1721.97 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 266074 0 0 0 172147 50 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140735055842432 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 286732 898 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 1380932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/183 24710
/proc/meminfo: memFree=29563388/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=1781.96 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 266074 0 0 0 178146 50 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140735055842432 5712604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 286732 898 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 1380932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 1.97 3/183 24710
/proc/meminfo: memFree=27867116/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=1800.06 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 266074 0 0 0 179955 51 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140735055842432 5712474 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 286732 898 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1380932

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 24613 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 1.97 3/183 24710
/proc/meminfo: memFree=27867116/32872528 swapFree=7780/7780
[pid=24613] ppid=24610 vsize=1380932 CPUtime=1800.06 cores=0,2,4,6
/proc/24613/stat : 24613 (toysat) R 24610 24613 23276 0 -1 4202496 266074 0 0 0 179955 51 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140735055842432 5712474 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24613/statm: 345233 286732 898 2943 0 342127 0
[pid=24613/tid=24614] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24614/stat : 24614 (toysat) S 24610 24613 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587711835376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24613/tid=24615] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24615/stat : 24615 (toysat) S 24610 24613 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23021865 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587701345520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24613/tid=24616] ppid=24610 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/24613/task/24616/stat : 24616 (toysat) S 24610 24613 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23021866 1414074368 286732 33554432000 4194304 16246674 140735055860560 140587690871984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1380932

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.56
CPU system time (s): 0.509922
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 1380932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.509922
maximum resident set size= 1146928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266074
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= 130
involuntary context switches= 1866

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.72828 second user time and 6.74397 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-18 02:29:30
IDJOB=4100025
IDBENCH=1564
IDSOLVER=2542
FILE ID=node151/4100025-1466209770
RUNJOBID= node151-1466206051-23292
PBS_JOBID= 19918135
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3704.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100025-1466209770/watcher-4100025-1466209770 -o /tmp/evaluation-result-4100025-1466209770/solver-4100025-1466209770 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23292 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100025-1466209770.opb

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

MD5SUM BENCH= 35541d810f352e1e9979b25003c9f904
RANDOM SEED=429032508

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.103
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.54
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.103
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		: 2667.103
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		: 2667.103
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:        30817220 kB
Buffers:           44232 kB
Cached:           218528 kB
SwapCached:         2016 kB
Active:          1171304 kB
Inactive:         170156 kB
Active(anon):    1079184 kB
Inactive(anon):     1744 kB
Active(file):      92120 kB
Inactive(file):   168412 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099164 kB
Dirty:             39712 kB
Writeback:             0 kB
AnonPages:       1235208 kB
Mapped:            11804 kB
Shmem:                 0 kB
Slab:             573612 kB
SReclaimable:      17304 kB
SUnreclaim:       556308 kB
KernelStack:        1520 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1229796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 71684 MiB
End job on node151 at 2016-06-18 02:59:31