Trace number 4079385

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.08 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_7_mh_ic.opb
MD5SUM8e96b5601354e3bba8e306781e19ba68
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark66230726
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 25440321425
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 25440321425
Number of bits of the biggest sum of numbers35
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-07T20:06: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-4079385-1465322767.opb"]
0.00/0.01	c use --random-gen="3450744429 2471867343 2264406375 1829947274 2711513674 2896239973 1458797989 1621737173 3575776260 1321061106 1969774840 13055666 2644252899 1489910790 284035391 4170233600 2608944346 110183321 842600152 1143878873 2746610925 1007556417 3417291381 2441600608 2706356090 1209667752 1001566461 800824183 2751663523 1804307291 4276568436 3928667616 3599186088 592712789 1809320654 2437030896 2914775093 4008820450 1779496997 2078461779 3701754420 182842150 585173734 2223976620 946408255 1262420597 2935565444 2571459322 9375170 3626356828 86356585 1050650876 1276190364 1512750425 1359162368 2190432555 1123604513 3379232854 2126707078 256809256 2384502844 332899447 2600036832 3806464632 3485052841 3195694130 2934486406 847929520 264681290 3360846616 1426611085 116459394 1562393423 4082335615 510540877 3643958191 3266924297 1665902851 2030228700 2714513758 1204558758 3532247798 1216538505 1545211689 623030367 708543969 3704093457 3175959714 1102596335 103584408 3884687647 668521660 3009552309 3497621717 756002134 4256614866 2807482146 1333542541 4071134315 2437822722 2875520910 1041018011 3550269506 3057650422 1399606775 2257507153 1839837083 2555339107 3354335125 2198208047 2158447389 3468102392 2418928681 2443704103 3752611546 2277826870 3194484239 3365276942 3486104591 1332278121 1117547914 3096546148 2392888165 3901979057 4123639225 763736274 17535466 2193810151 2401681645 3737478172 4278675977 4033903119 529176174 2192339801 2494237358 23480829 2776576343 3499200635 1824965865 2664256550 2490300866 1973809379 1229578249 2383516307 4202228063 1173123802 3881174707 512026548 3750051612 3398000344 3266407439 2558618364 2289108997 2883432314 2729087229 4117618161 647294657 1573498135 3203007543 259873807 4117450215 3030960362 3116031274 2681166113 4256297626 2292766562 4152613382 2789440162 1430553626 815782951 3368013510 1757560057 4088925233 1645230202 3115640575 1200849632 4209538508 1949793039 4128168670 3948855889 2536590915 380363401 1550184061 3489812987 1290569247 1146525328 934096555 1851836189 361967942 3535668979 493129638 3803743334 1478784623 2943926 1291634223 3843566182 2281317407 1714338295 2320339406 1691908683 1273345178 3222035299 238500072 2304367641 4059137915 598834330 3784146591 139435310 2883154170 3532489728 1449097092 2336403156 1913401622 3701287164 3920048510 1148244041 348624777 4187708365 3638105447 3100783956 3848438611 1664514758 2869541808 1230653688 959786999 3547099088 1724219734 3496836274 3243576572 3784952087 4075194324 1390545294 2641401890 2483344735 133838306 1963697605 3536497868 1956581119 276057753 3895518160 94736625 1304482855 3620945493 654547336 3294984095 2989561826 1843663969 787729421 921932035 1649223931 116744496 3554811193 580308668 211058651 1275775402 2007702082 255 362436" option to reproduce the execution
2.09/2.18	c #vars 126385
2.09/2.18	c #constraints 286973
7.08/7.11	c BCD2: Hardening is enabled.
7.08/7.11	c BCD2: BiasedSearch is enabled.
7.08/7.11	c Solving starts ...
7.08/7.11	c ============================[ Search Statistics ]============================
7.08/7.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.08/7.11	c       |         |          |          |    Limit     GC | Var      | Constra 
7.08/7.11	c =============================================================================
7.08/7.19	c  0.0s |       0 |        0 |        0 |   138976      0 |      140 |        0
8.78/8.84	c  1.6s |       1 |      373 |      100 |   138976      0 |      140 |        0
18.99/19.04	c 11.9s |       1 |     3273 |      200 |   152874      0 |      140 |        0
24.59/24.62	c 17.4s |       2 |     3519 |      250 |   152874      0 |      140 |        0
35.18/35.24	c 28.1s |       2 |     5620 |      350 |   168162      0 |      140 |        0
43.68/43.72	c 36.5s |       2 |     6861 |      450 |   168162      0 |      140 |        0
45.78/45.89	c 38.7s |       3 |     7070 |      475 |   168162      0 |      140 |        0
52.38/52.42	c 45.2s |       3 |     7835 |      575 |   184979      0 |      140 |        0
61.68/61.78	c 54.6s |       3 |     9196 |      675 |   184979      0 |      140 |        0
70.28/70.40	c 63.2s |       3 |     9533 |      775 |   184979      0 |      140 |        0
73.47/73.56	c 66.4s |       4 |     9920 |      813 |   184979      0 |      140 |        0
82.27/82.32	c 75.1s |       4 |    10639 |      913 |   203477      0 |      140 |        0
91.37/91.44	c 84.2s |       4 |    11258 |     1013 |   203477      0 |      140 |        0
98.18/98.25	c 91.1s |       4 |    12196 |     1113 |   203477      0 |      140 |        0
105.57/105.65	c 98.5s |       4 |    13041 |     1213 |   203477      0 |      140 |        0
114.27/114.36	c  107s |       4 |    13279 |     1313 |   203477      0 |      140 |        0
115.07/115.12	c  107s |       5 |    13289 |     1320 |   203477      0 |      140 |        0
123.47/123.60	c  116s |       5 |    14148 |     1420 |   223825      0 |      140 |        0
134.87/134.93	c  127s |       5 |    15252 |     1520 |   223825      0 |      140 |        0
142.46/142.58	c  135s |       5 |    15773 |     1620 |   223825      0 |      140 |        0
151.96/152.03	c  144s |       5 |    16146 |     1720 |   223825      0 |      140 |        0
162.36/162.40	c  155s |       5 |    16778 |     1820 |   223825      0 |      140 |        0
172.26/172.35	c  165s |       5 |    17544 |     1920 |   223825      0 |      140 |        0
182.56/182.64	c  175s |       5 |    18625 |     2020 |   223825      0 |      140 |        0
190.36/190.43	c  183s |       6 |    19062 |     2081 |   246208      0 |      140 |        0
201.36/201.46	c  194s |       6 |    19919 |     2181 |   246208      0 |      140 |        0
207.65/207.72	c  200s |       6 |    20655 |     2281 |   246208      0 |      140 |        0
217.15/217.29	c  210s |       6 |    21532 |     2381 |   246208      0 |      140 |        0
228.75/228.89	c  221s |       6 |    22914 |     2481 |   246208      0 |      140 |        0
239.35/239.44	c  232s |       6 |    24268 |     2581 |   246208      0 |      140 |        0
246.45/246.53	c  239s |       6 |    24826 |     2681 |   246208      0 |      140 |        0
257.95/258.01	c  250s |       6 |    25905 |     2781 |   246208      0 |      140 |        0
268.25/268.36	c  261s |       6 |    26805 |     2881 |   246208      0 |      140 |        0
280.35/280.44	c  273s |       6 |    27598 |     2981 |   246208      0 |      140 |        0
291.25/291.31	c  284s |       6 |    28946 |     3081 |   246208      0 |      140 |        0
300.85/300.96	c  293s |       6 |    29478 |     3181 |   246208      0 |      140 |        0
304.15/304.27	c  297s |       7 |    29704 |     3223 |   270829      0 |      140 |        0
319.55/319.60	c  312s |       7 |    30471 |     3323 |   270829      0 |      140 |        0
330.25/330.36	c  323s |       7 |    31600 |     3423 |   270829      0 |      140 |        0
338.34/338.49	c  331s |       7 |    32210 |     3523 |   270829      0 |      140 |        0
345.75/345.81	c  338s |       7 |    33090 |     3623 |   270829      0 |      140 |        0
357.14/357.20	c  350s |       7 |    33967 |     3723 |   270829      0 |      140 |        0
366.44/366.60	c  359s |       7 |    35549 |     3823 |   270829      0 |      140 |        0
375.94/376.02	c  368s |       7 |    36773 |     3923 |   270829      0 |      140 |        0
384.34/384.45	c  377s |       7 |    37153 |     4023 |   270829      0 |      140 |        0
395.63/395.73	c  388s |       7 |    38401 |     4123 |   270829      0 |      140 |        0
404.04/404.13	c  396s |       7 |    39085 |     4223 |   270829      0 |      140 |        0
412.63/412.76	c  405s |       7 |    39467 |     4323 |   270829      0 |      140 |        0
424.53/424.64	c  417s |       7 |    39893 |     4423 |   270829      0 |      140 |        0
434.83/434.91	c  427s |       7 |    40874 |     4523 |   270829      0 |      140 |        0
445.43/445.54	c  438s |       7 |    41741 |     4623 |   270829      0 |      140 |        0
452.73/452.82	c  445s |       7 |    42827 |     4723 |   270829      0 |      140 |        0
463.33/463.44	c  456s |       7 |    43731 |     4823 |   270829      0 |      140 |        0
471.42/471.52	c  464s |       7 |    44068 |     4923 |   297912      0 |      140 |        0
472.02/472.17	c  464s |       8 |    44090 |     4936 |   297912      0 |      140 |        0
482.82/482.99	c  475s |       8 |    44949 |     5036 |   297912      0 |      140 |        0
493.52/493.60	c  486s |       8 |    45417 |     5136 |   297912      0 |      140 |        0
506.82/506.91	c  499s |       8 |    46229 |     5236 |   297912      0 |      140 |        0
517.32/517.42	c  510s |       8 |    47525 |     5336 |   297912      0 |      140 |        0
524.41/524.51	c  517s |       8 |    48291 |     5436 |   297912      0 |      140 |        0
534.71/534.80	c  527s |       8 |    52211 |     5536 |   297912      0 |      140 |        0
548.31/548.40	c  541s |       8 |    57270 |     5636 |   297912      0 |      140 |        0
553.81/553.98	c  546s |       8 |    57768 |     5736 |   297912      0 |      140 |        0
565.01/565.15	c  557s |       8 |    61234 |     5836 |   297912      0 |      140 |        0
570.01/570.16	c  562s |       8 |    67549 |     5936 |   297912      0 |      140 |        0
577.31/577.47	c  570s |       8 |    67978 |     6036 |   297912      0 |      140 |        0
583.31/583.49	c  576s |       8 |    69724 |     6136 |   297912      0 |      140 |        0
589.20/589.39	c  582s |       8 |    85634 |     6236 |   297912      0 |      140 |        0
595.60/595.77	c  588s |       8 |    86031 |     6336 |   297912      0 |      140 |        0
605.60/605.78	c  598s |       8 |    87065 |     6436 |   297912      0 |      140 |        0
614.70/614.82	c  607s |       8 |    88283 |     6536 |   297912      0 |      140 |        0
620.20/620.33	c  613s |       8 |    90276 |     6636 |   297912      0 |      140 |        0
626.50/626.61	c  619s |       8 |    90935 |     6736 |   297912      0 |      140 |        0
631.90/632.04	c  624s |       8 |    91462 |     6836 |   297912      0 |      140 |        0
638.79/638.96	c  631s |       8 |   102409 |     6936 |   297912      0 |      140 |        0
647.59/647.71	c  640s |       8 |   103336 |     7036 |   297912      0 |      140 |        0
659.20/659.35	c  652s |       8 |   104208 |     7136 |   297912      0 |      140 |        0
666.19/666.38	c  659s |       8 |   104553 |     7236 |   297912      0 |      140 |        0
672.89/673.02	c  665s |       8 |   116426 |     7336 |   297912      0 |      140 |        0
688.29/688.46	c  681s |       8 |   118270 |     7436 |   297912      0 |      140 |        0
696.49/696.64	c  689s |       9 |   119105 |     7506 |   327704      0 |      140 |        0
708.38/708.55	c  701s |       9 |   120385 |     7606 |   327704      0 |      140 |        0
715.88/716.05	c  708s |       9 |   121197 |     7706 |   327704      0 |      140 |        0
723.68/723.81	c  716s |       9 |   121599 |     7806 |   327704      0 |      140 |        0
733.08/733.26	c  726s |       9 |   122844 |     7906 |   327704      0 |      140 |        0
742.18/742.32	c  735s |       9 |   124350 |     8006 |   327704      0 |      140 |        0
751.18/751.38	c  744s |       9 |   125164 |     8106 |   327704      0 |      140 |        0
761.88/762.05	c  754s |       9 |   125711 |     8206 |   327704      0 |      140 |        0
770.87/771.06	c  763s |       9 |   126765 |     8306 |   327704      0 |      140 |        0
777.57/777.79	c  770s |       9 |   127286 |     8406 |   327704      0 |      140 |        0
790.56/790.79	c  783s |       9 |   128663 |     8506 |   327704      0 |      140 |        0
801.66/801.84	c  794s |       9 |   129135 |     8606 |   327704      0 |      140 |        0
809.66/809.88	c  802s |       9 |   129657 |     8706 |   327704      0 |      140 |        0
822.96/823.14	c  815s |       9 |   130726 |     8806 |   327704      0 |      140 |        0
834.65/834.86	c  827s |       9 |   131232 |     8906 |   327704      0 |      140 |        0
845.54/845.72	c  838s |       9 |   132447 |     9006 |   327704      0 |      140 |        0
853.54/853.78	c  846s |       9 |   132880 |     9106 |   327704      0 |      140 |        0
866.14/866.34	c  859s |       9 |   133789 |     9206 |   327704      0 |      140 |        0
878.43/878.60	c  871s |       9 |   135011 |     9306 |   327704      0 |      140 |        0
888.62/888.90	c  881s |       9 |   136336 |     9406 |   327704      0 |      140 |        0
903.42/903.67	c  896s |       9 |   137332 |     9506 |   327704      0 |      140 |        0
916.31/916.51	c  909s |       9 |   138479 |     9606 |   327704      0 |      140 |        0
928.00/928.29	c  921s |       9 |   138888 |     9706 |   327704      0 |      140 |        0
937.40/937.63	c  930s |       9 |   139126 |     9806 |   327704      0 |      140 |        0
951.19/951.43	c  944s |       9 |   140409 |     9906 |   327704      0 |      140 |        0
961.18/961.49	c  954s |       9 |   140898 |    10006 |   327704      0 |      140 |        0
972.97/973.22	c  966s |       9 |   141323 |    10106 |   327704      0 |      140 |        0
987.47/987.73	c  980s |       9 |   142710 |    10206 |   327704      0 |      140 |        0
1000.16/1000.48	c  993s |       9 |   143222 |    10306 |   327704      0 |      140 |        0
1016.86/1017.11	c 1009s |       9 |   143675 |    10406 |   327704      0 |      140 |        0
1029.55/1029.89	c 1022s |       9 |   144584 |    10506 |   327704      0 |      140 |        0
1041.15/1041.45	c 1034s |       9 |   145728 |    10606 |   327704      0 |      140 |        0
1055.94/1056.26	c 1049s |       9 |   147470 |    10706 |   327704      0 |      140 |        0
1068.25/1068.56	c 1061s |       9 |   148139 |    10806 |   327704      0 |      140 |        0
1080.63/1080.94	c 1073s |       9 |   148843 |    10906 |   327704      0 |      140 |        0
1090.93/1091.29	c 1084s |       9 |   149212 |    11006 |   327704      0 |      140 |        0
1102.23/1102.52	c 1095s |       9 |   150711 |    11106 |   327704      0 |      140 |        0
1115.82/1116.11	c 1108s |       9 |   151937 |    11206 |   327704      0 |      140 |        0
1129.42/1129.71	c 1122s |       9 |   153053 |    11306 |   360475      0 |      140 |        0
1137.02/1137.34	c 1130s |      10 |   153413 |    11361 |   360475      0 |      140 |        0
1153.71/1154.00	c 1146s |      10 |   154613 |    11461 |   360475      0 |      140 |        0
1165.71/1166.05	c 1158s |      10 |   155033 |    11561 |   360475      0 |      140 |        0
1183.20/1183.50	c 1176s |      10 |   156788 |    11661 |   360475      0 |      140 |        0
1194.80/1195.14	c 1187s |      10 |   157167 |    11761 |   360475      0 |      140 |        0
1208.80/1209.12	c 1201s |      10 |   157846 |    11861 |   360475      0 |      140 |        0
1224.40/1224.78	c 1217s |      10 |   158233 |    11961 |   360475      0 |      140 |        0
1237.29/1237.62	c 1230s |      10 |   159324 |    12061 |   360475      0 |      140 |        0
1252.99/1253.36	c 1246s |      10 |   160300 |    12161 |   360475      0 |      140 |        0
1266.28/1266.60	c 1259s |      10 |   161139 |    12261 |   360475      0 |      140 |        0
1282.98/1283.30	c 1276s |      10 |   162560 |    12361 |   360475      0 |      140 |        0
1297.77/1298.18	c 1290s |      10 |   163210 |    12461 |   360475      0 |      140 |        0
1310.37/1310.74	c 1303s |      10 |   164088 |    12561 |   360475      0 |      140 |        0
1323.87/1324.21	c 1317s |      10 |   164397 |    12661 |   360475      0 |      140 |        0
1339.87/1340.28	c 1333s |      10 |   164893 |    12761 |   360475      0 |      140 |        0
1356.55/1356.93	c 1349s |      10 |   166329 |    12861 |   360475      0 |      140 |        0
1368.95/1369.34	c 1362s |      10 |   167064 |    12961 |   360475      0 |      140 |        0
1382.24/1382.61	c 1375s |      10 |   168202 |    13061 |   360475      0 |      140 |        0
1395.94/1396.38	c 1389s |      10 |   168864 |    13161 |   360475      0 |      140 |        0
1411.63/1412.05	c 1404s |      10 |   169872 |    13261 |   360475      0 |      140 |        0
1427.92/1428.39	c 1421s |      10 |   170684 |    13361 |   360475      0 |      140 |        0
1441.42/1441.82	c 1434s |      10 |   171792 |    13461 |   360475      0 |      140 |        0
1455.82/1456.26	c 1449s |      10 |   172557 |    13561 |   360475      0 |      140 |        0
1467.91/1468.35	c 1461s |      10 |   173026 |    13661 |   360475      0 |      140 |        0
1479.61/1480.07	c 1472s |      10 |   173679 |    13761 |   360475      0 |      140 |        0
1492.62/1493.09	c 1485s |      10 |   174390 |    13861 |   360475      0 |      140 |        0
1508.51/1508.95	c 1501s |      10 |   174809 |    13961 |   360475      0 |      140 |        0
1524.30/1524.79	c 1517s |      10 |   175475 |    14061 |   360475      0 |      140 |        0
1538.70/1539.10	c 1531s |      10 |   175952 |    14161 |   360475      0 |      140 |        0
1552.60/1553.09	c 1545s |      10 |   176557 |    14261 |   360475      0 |      140 |        0
1565.40/1565.85	c 1558s |      10 |   177104 |    14361 |   360475      0 |      140 |        0
1579.99/1580.45	c 1573s |      10 |   177626 |    14461 |   360475      0 |      140 |        0
1595.79/1596.26	c 1589s |      10 |   178147 |    14561 |   360475      0 |      140 |        0
1611.19/1611.65	c 1604s |      10 |   178942 |    14661 |   360475      0 |      140 |        0
1624.39/1624.88	c 1617s |      10 |   179402 |    14761 |   360475      0 |      140 |        0
1638.19/1638.68	c 1631s |      10 |   180114 |    14861 |   360475      0 |      140 |        0
1651.98/1652.42	c 1645s |      10 |   180411 |    14961 |   360475      0 |      140 |        0
1670.58/1671.00	c 1663s |      10 |   180834 |    15061 |   360475      0 |      140 |        0
1685.38/1685.80	c 1678s |      10 |   181738 |    15161 |   360475      0 |      140 |        0
1697.38/1697.87	c 1690s |      10 |   182331 |    15261 |   360475      0 |      140 |        0
1710.87/1711.39	c 1704s |      10 |   182464 |    15361 |   360475      0 |      140 |        0
1724.87/1725.34	c 1718s |      10 |   183293 |    15461 |   360475      0 |      140 |        0
1739.87/1740.37	c 1733s |      10 |   183783 |    15561 |   360475      0 |      140 |        0
1752.87/1753.32	c 1746s |      10 |   184356 |    15661 |   360475      0 |      140 |        0
1763.87/1764.35	c 1757s |      10 |   184974 |    15761 |   360475      0 |      140 |        0
1778.67/1779.13	c 1771s |      10 |   185672 |    15861 |   360475      0 |      140 |        0
1791.46/1791.93	c 1784s |      10 |   185867 |    15961 |   360475      0 |      140 |        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-4079385-1465322767/watcher-4079385-1465322767 -o /tmp/evaluation-result-4079385-1465322767/solver-4079385-1465322767 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465311042-19403 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079385-1465322767.opb 

pid=20451
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.31 2.22 2.19 3/179 20454
/proc/meminfo: memFree=29288460/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=744892 CPUtime=0 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 2781 0 0 0 0 0 0 0 20 0 4 0 114209559 762769408 2632 33554432000 4194304 16246674 140736459459120 140736459458544 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 186735 2642 441 2943 0 183629 0
[pid=20454/tid=20455] ppid=20451 vsize=762300 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 780595200 2700 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=766396 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 784789504 2718 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=770492 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114209560 788983808 2734 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.31 2.22 2.19 3/179 20454
/proc/meminfo: memFree=29288460/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 30479 0 0 0 5 4 0 0 20 0 4 0 114209559 1333334016 30267 33554432000 4194304 16246674 140736459459120 140736459441024 8058197 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 325521 30282 799 2943 0 322415 0
[pid=20454/tid=20455] ppid=20451 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1333334016 30293 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1333334016 30305 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1333334016 30316 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200496 s]
/proc/loadavg: 2.31 2.22 2.19 3/179 20454
/proc/meminfo: memFree=29288460/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1310276 CPUtime=0.19 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 48938 0 0 0 12 7 0 0 20 0 4 0 114209559 1341722624 49238 33554432000 4194304 16246674 140736459459120 140736459441024 7889302 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 327569 49256 802 2943 0 324463 0
[pid=20454/tid=20455] ppid=20451 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1341722624 49267 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1341722624 49277 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1341722624 49289 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1310276

[startup+0.300479 s]
/proc/loadavg: 2.31 2.22 2.19 3/179 20454
/proc/meminfo: memFree=29288460/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 58189 0 0 0 21 8 0 0 20 0 4 0 114209559 1344868352 58488 33554432000 4194304 16246674 140736459459120 140736459441024 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 328337 58488 802 2943 0 325231 0
[pid=20454/tid=20455] ppid=20451 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1344868352 58488 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1344868352 58488 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1344868352 58488 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700405 s]
/proc/loadavg: 2.31 2.22 2.19 3/179 20454
/proc/meminfo: memFree=29288460/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 62567 0 0 0 61 8 0 0 20 0 4 0 114209559 1344868352 62866 33554432000 4194304 16246674 140736459459120 140736459441024 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 328337 62866 803 2943 0 325231 0
[pid=20454/tid=20455] ppid=20451 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1344868352 62866 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1344868352 62866 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1344868352 62866 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50041 s]
/proc/loadavg: 2.31 2.22 2.19 3/183 20458
/proc/meminfo: memFree=28948836/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 84767 0 0 0 138 11 0 0 20 0 4 0 114209559 1344868352 85066 33554432000 4194304 16246674 140736459459120 140736459441024 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 328337 85066 803 2943 0 325231 0
[pid=20454/tid=20455] ppid=20451 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1344868352 85066 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1344868352 85066 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1344868352 85066 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10034 s]
/proc/loadavg: 2.31 2.22 2.19 3/183 20458
/proc/meminfo: memFree=28788864/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=3.09 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 185476 0 0 0 283 26 0 0 20 0 4 0 114209559 1399394304 191397 33554432000 4194304 16246674 140736459459120 140736459441024 5885661 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 191404 842 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 191410 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 191416 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 191420 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1366596

[startup+6.30039 s]
/proc/loadavg: 2.29 2.22 2.19 3/183 20458
/proc/meminfo: memFree=28159056/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=6.29 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 276663 0 0 0 590 39 0 0 20 0 4 0 114209559 1399394304 282583 33554432000 4194304 16246674 140736459459120 140736459441024 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282583 847 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282583 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282583 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282583 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1366596

[startup+12.7004 s]
/proc/loadavg: 2.26 2.21 2.18 3/183 20458
/proc/meminfo: memFree=28159796/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=12.68 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 276709 0 0 0 1229 39 0 0 20 0 4 0 114209559 1399394304 282629 33554432000 4194304 16246674 140736459459120 140736459441024 5822756 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282629 893 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282629 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282629 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282629 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1366596

[startup+25.5004 s]
/proc/loadavg: 2.28 2.22 2.19 4/183 20459
/proc/meminfo: memFree=28159576/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=25.48 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 276709 0 0 0 2509 39 0 0 20 0 4 0 114209559 1399394304 282629 33554432000 4194304 16246674 140736459459120 140736459441024 5600380 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282629 893 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282629 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282629 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282629 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1366596

[startup+51.1004 s]
/proc/loadavg: 2.24 2.22 2.18 3/183 20459
/proc/meminfo: memFree=28159696/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=51.08 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 276709 0 0 0 5069 39 0 0 20 0 4 0 114209559 1399394304 282629 33554432000 4194304 16246674 140736459459120 140736459441024 13774516 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282629 893 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282629 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282629 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282629 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1366596

[startup+102.3 s]
/proc/loadavg: 2.25 2.23 2.19 3/183 20460
/proc/meminfo: memFree=28159516/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=102.27 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 276709 0 0 0 10188 39 0 0 20 0 4 0 114209559 1399394304 282629 33554432000 4194304 16246674 140736459459120 140736459441024 5662867 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282629 893 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282629 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282629 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282629 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1366596


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

/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 1366596

[startup+1302.3 s]
/proc/loadavg: 2.21 2.23 2.18 3/183 20539
/proc/meminfo: memFree=26865644/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=1301.97 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 276957 0 0 0 130157 40 0 0 20 0 4 0 114209559 1399394304 282633 33554432000 4194304 16246674 140736459459120 140736459441024 5601643 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282633 896 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 1366596

[startup+1362.3 s]
/proc/loadavg: 2.29 2.25 2.19 3/183 20540
/proc/meminfo: memFree=26865692/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=1361.95 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 276989 0 0 0 136155 40 0 0 20 0 4 0 114209559 1399394304 282633 33554432000 4194304 16246674 140736459459120 140736459441024 5822298 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282633 896 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 1366596

[startup+1422.3 s]
/proc/loadavg: 2.20 2.23 2.18 4/183 20541
/proc/meminfo: memFree=26866244/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=1421.92 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 277016 0 0 0 142152 40 0 0 20 0 4 0 114209559 1399394304 282633 33554432000 4194304 16246674 140736459459120 140736459441024 5661532 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282633 896 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1366596

[startup+1482.3 s]
/proc/loadavg: 2.38 2.27 2.20 3/184 20545
/proc/meminfo: memFree=26865744/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=1481.91 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 277027 0 0 0 148151 40 0 0 20 0 4 0 114209559 1399394304 282633 33554432000 4194304 16246674 140736459459120 140736459441024 5677716 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282633 896 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1366596

[startup+1542.3 s]
/proc/loadavg: 2.33 2.28 2.20 3/183 20546
/proc/meminfo: memFree=26863700/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=1541.9 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 277027 0 0 0 154150 40 0 0 20 0 4 0 114209559 1399394304 282633 33554432000 4194304 16246674 140736459459120 140736459441024 5600384 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282633 896 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1366596

[startup+1602.3 s]
/proc/loadavg: 2.23 2.26 2.19 4/183 20548
/proc/meminfo: memFree=26863996/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=1601.89 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 277027 0 0 0 160149 40 0 0 20 0 4 0 114209559 1399394304 282633 33554432000 4194304 16246674 140736459459120 140736459441024 12415740 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282633 896 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 1366596

[startup+1662.3 s]
/proc/loadavg: 2.34 2.28 2.20 3/183 20549
/proc/meminfo: memFree=26863640/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=1661.88 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 277027 0 0 0 166148 40 0 0 20 0 4 0 114209559 1399394304 282633 33554432000 4194304 16246674 140736459459120 140736459441024 12415648 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282633 896 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 1366596

[startup+1722.3 s]
/proc/loadavg: 2.27 2.27 2.20 3/183 20550
/proc/meminfo: memFree=26864016/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=1721.87 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 277027 0 0 0 172147 40 0 0 20 0 4 0 114209559 1399394304 282633 33554432000 4194304 16246674 140736459459120 140736459441024 13759557 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282633 896 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 1366596

[startup+1782.3 s]
/proc/loadavg: 2.36 2.30 2.21 4/183 20551
/proc/meminfo: memFree=26863684/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=1781.87 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 277027 0 0 0 178147 40 0 0 20 0 4 0 114209559 1399394304 282633 33554432000 4194304 16246674 140736459459120 140736459441024 12415740 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282633 896 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 1366596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.32 2.29 2.21 3/183 20551
/proc/meminfo: memFree=26864540/32872528 swapFree=16204/1518544
[pid=20454] ppid=20451 vsize=1366596 CPUtime=1800.06 cores=0,2,4,6
/proc/20454/stat : 20454 (toysat) R 20451 20454 19387 0 -1 4202496 277027 0 0 0 179966 40 0 0 20 0 4 0 114209559 1399394304 282633 33554432000 4194304 16246674 140736459459120 140736459441024 12415766 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20454/statm: 341649 282633 896 2943 0 338543 0
[pid=20454/tid=20455] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20455/stat : 20455 (toysat) S 20451 20454 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384345763056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20454/tid=20456] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20456/stat : 20456 (toysat) S 20451 20454 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384335273200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20454/tid=20457] ppid=20451 vsize=1366596 CPUtime=0 cores=0,2,4,6
/proc/20454/task/20457/stat : 20457 (toysat) S 20451 20454 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114209560 1399394304 282633 33554432000 4194304 16246674 140736459459120 140384324799664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1366596

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 20454 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.51
CPU time (s): 1800.08
CPU user time (s): 1799.67
CPU system time (s): 0.405938
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 1366596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.405938
maximum resident set size= 1130532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277027
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= 335
involuntary context switches= 1853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.78327 second user time and 6.69898 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-07 20:06:07
IDJOB=4079385
IDBENCH=92659
IDSOLVER=2542
FILE ID=node129/4079385-1465322767
RUNJOBID= node129-1465311042-19403
PBS_JOBID= 19850114
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 8e96b5601354e3bba8e306781e19ba68
RANDOM SEED=449725375

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29288732 kB
Buffers:           27148 kB
Cached:           200944 kB
SwapCached:         1412 kB
Active:          1214332 kB
Inactive:         109564 kB
Active(anon):    1093808 kB
Inactive(anon):     4472 kB
Active(file):     120524 kB
Inactive(file):   105092 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098820 kB
Dirty:             28740 kB
Writeback:             0 kB
AnonPages:       2613676 kB
Mapped:            11740 kB
Shmem:                 0 kB
Slab:             604752 kB
SReclaimable:      48860 kB
SUnreclaim:       555892 kB
KernelStack:        1528 kB
PageTables:         9564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2757144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1509376 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= 71656 MiB
End job on node129 at 2016-06-07 20:36:08