Trace number 4107518

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

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
9orless/normalized-mono-mcs.cudf.paranoid.opb
MD5SUMad50d63f413946f0b3d0b205a097876f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark141778
Best CPU time to get the best result obtained on this benchmark23.4954
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19768
Total number of constraints96403
Number of constraints which are clauses94838
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7253
Biggest coefficient in the objective function 4295
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12717493
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4295
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12717493
Number of bits of the biggest sum of numbers24
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-18T23:37:23+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-4107518-1466285842.opb"]
0.00/0.01	c use --random-gen="4234032664 2514546442 1171293034 288282722 849798776 4213202901 2794130861 183522757 4173987636 1810036259 1371642264 3014248955 2136267004 3752272924 1291346042 688307952 4210208026 3406802744 3409749486 1696572077 1670590492 447689796 3716792470 1535966946 2898701584 540561441 3288520631 3165321750 2478641395 3844329491 2691357310 2555182041 2437216468 700362520 4288635153 2017168577 287308292 153192070 558752038 3537438509 2540214691 4160950517 1909255744 1125151192 3263753364 3060763777 2609948820 2687446663 3557762933 2090594282 2465984933 4104238928 1754352286 508712472 772010223 3840227965 2846770841 1086116730 981785762 918827625 1721475281 3888891785 2478852018 3545887809 3185150299 481816321 3859593414 3456684749 2904585150 3919410091 3430977984 3145273182 3763677273 834303639 360761528 2953388205 509526338 45897972 1127258744 662740076 3141554571 3191504506 1795709735 4250070153 2655947815 4156195703 1044332811 1497405137 3732912816 38202391 1933483517 1886754851 3677570117 3506424210 2025017571 799039545 686907147 2503320475 1660966551 310231871 2025506719 941711677 2726440171 954425074 1279910461 916022766 2538329622 4129074132 2275879325 3075085081 2244947502 3012890493 3606690349 950334657 929202602 234547620 4048151089 3979834176 1659312977 4062844662 2955261248 3817893506 2890442366 1454065917 15636270 4272343390 3122234418 746047009 3263868779 545452517 2473036438 3666753006 1632819842 1639734917 249452380 526095941 3584290991 2061480005 2268839645 475924249 216862677 144402076 134463042 3032121725 199325592 3039987329 1931470736 2759008 3965189889 1967385216 400635270 769835919 2335871897 1954915113 1996574738 2552993346 2120691775 3680481993 2794839214 1107478358 3297626568 2875100005 359195795 3260895466 908665810 3862722788 3760150739 2873476682 3430997034 1409549271 2357225864 3206789504 2953032962 806981753 3012743632 135275154 749222988 1025702010 489488311 910349781 2310942132 150648618 2980865451 1932983837 2195915880 2989531164 2787427165 1866388138 2394303127 228961360 1865440506 1031686204 3481348720 2222759306 159063603 2916548801 919123285 2862228164 1374131471 3910532335 1106331347 2368251103 3024171255 3995851280 3694330331 1185458797 2913242464 2469836123 3694009675 690225247 860185613 91413479 2735841251 4039057963 3933304267 1145897435 3575363517 2274413053 453373982 475734041 2523079696 3431683049 1211996549 1489940398 267403139 2072733206 765568434 522885819 3246508343 190465650 2414296383 2461861512 703378167 4247242907 120953030 4251124558 3727746869 909699004 589961314 4145318954 216629893 805353443 3384525277 3210352401 1354088985 2917821100 1212334537 1040967203 1598786958 2820369047 791700603 659912689 2856280506 3170480233 475432046 2009803290 255 362436" option to reproduce the execution
0.68/0.72	c #vars 19768
0.68/0.72	c #constraints 96403
2.19/2.24	c BCD2: Hardening is enabled.
2.19/2.24	c BCD2: BiasedSearch is enabled.
2.19/2.24	c Solving starts ...
2.19/2.24	c ============================[ Search Statistics ]============================
2.19/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.24	c =============================================================================
2.19/2.24	c  0.0s |       0 |        0 |        0 |    38664      0 |       52 |        0
2.79/2.85	c  0.6s |       1 |    91396 |      100 |    38664      0 |       52 |      141
4.40/4.42	c  2.2s |       2 |   278830 |      250 |    42531      0 |       52 |      141
6.88/6.93	c  4.7s |       2 |   558944 |      397 |    46785      0 |       52 |      141
6.88/6.93	c #cpu_time = 4.667s
6.88/6.93	c #wall_clock_time = 4.680s
6.88/6.93	c #decision = 558944
6.88/6.93	c #random_decision = 1718
6.88/6.93	c #conflict = 397
6.88/6.93	c #restart = 2
6.88/6.93	o 6806742
173.37/173.45	c BCD2: updating upper bound: 12717493 -> 6806741
348.65/348.73	c BCD2: 0 <= obj <= 6806741
348.65/348.73	c BCD2: #cores=0, #unrelaxed=7253, #relaxed=0, #hardened=0
348.65/348.73	c BCD2: #sat=1 #unsat=1 bias=1/2
348.65/348.73	c Solving starts ...
348.65/348.73	c ============================[ Search Statistics ]============================
348.65/348.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
348.65/348.73	c       |         |          |          |    Limit     GC | Var      | Constra 
348.65/348.73	c =============================================================================
348.65/348.73	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
348.65/348.79	c  0.1s |       0 |      382 |        0 |    46785      0 |       52 |      141
348.65/348.79	c #cpu_time = 0.054s
348.65/348.79	c #wall_clock_time = 0.054s
348.65/348.79	c #decision = 382
348.65/348.79	c #random_decision = 0
348.65/348.79	c #conflict = 0
348.65/348.79	c #restart = 0
348.65/348.79	c BCD2: found a new core of size 2: cost of the new core is >=1
348.65/348.79	c lower bound updated to 1
525.91/526.03	c BCD2: 1 <= obj <= 6806741
525.91/526.03	c BCD2: #cores=1, #unrelaxed=7251, #relaxed=2, #hardened=0
525.91/526.03	c BCD2: #sat=1 #unsat=2 bias=2/3
525.91/526.03	c Solving starts ...
525.91/526.03	c ============================[ Search Statistics ]============================
525.91/526.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
525.91/526.03	c       |         |          |          |    Limit     GC | Var      | Constra 
525.91/526.03	c =============================================================================
525.91/526.03	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
525.91/526.09	c  0.1s |       0 |      750 |        0 |    46785      0 |       52 |      141
525.91/526.09	c #cpu_time = 0.059s
525.91/526.09	c #wall_clock_time = 0.060s
525.91/526.09	c #decision = 750
525.91/526.09	c #random_decision = 0
525.91/526.09	c #conflict = 0
525.91/526.09	c #restart = 0
525.91/526.09	c BCD2: found a new core of size 2: cost of the new core is >=1
525.91/526.09	c lower bound updated to 2
708.59/708.75	c BCD2: 2 <= obj <= 6806741
708.59/708.75	c BCD2: #cores=2, #unrelaxed=7249, #relaxed=4, #hardened=0
708.59/708.75	c BCD2: #sat=1 #unsat=3 bias=3/4
708.59/708.75	c Solving starts ...
708.59/708.75	c ============================[ Search Statistics ]============================
708.59/708.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
708.59/708.75	c       |         |          |          |    Limit     GC | Var      | Constra 
708.59/708.75	c =============================================================================
708.59/708.75	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
708.69/708.81	c  0.1s |       0 |      780 |        0 |    46785      0 |       52 |      141
708.69/708.81	c #cpu_time = 0.058s
708.69/708.81	c #wall_clock_time = 0.058s
708.69/708.81	c #decision = 780
708.69/708.81	c #random_decision = 0
708.69/708.81	c #conflict = 0
708.69/708.81	c #restart = 0
708.69/708.81	c BCD2: found a new core of size 2: cost of the new core is >=1
708.69/708.81	c lower bound updated to 3
880.96/881.15	c BCD2: 3 <= obj <= 6806741
880.96/881.15	c BCD2: #cores=3, #unrelaxed=7247, #relaxed=6, #hardened=0
880.96/881.15	c BCD2: #sat=1 #unsat=4 bias=4/5
880.96/881.15	c Solving starts ...
880.96/881.15	c ============================[ Search Statistics ]============================
880.96/881.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
880.96/881.15	c       |         |          |          |    Limit     GC | Var      | Constra 
880.96/881.15	c =============================================================================
880.96/881.15	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
881.06/881.21	c  0.1s |       0 |      827 |        0 |    46785      0 |       52 |      141
881.06/881.21	c #cpu_time = 0.065s
881.06/881.21	c #wall_clock_time = 0.065s
881.06/881.21	c #decision = 827
881.06/881.21	c #random_decision = 0
881.06/881.21	c #conflict = 0
881.06/881.21	c #restart = 0
881.06/881.21	c BCD2: found a new core of size 2: cost of the new core is >=1
881.06/881.21	c lower bound updated to 4
1063.49/1063.71	c BCD2: 4 <= obj <= 6806741
1063.49/1063.71	c BCD2: #cores=4, #unrelaxed=7245, #relaxed=8, #hardened=0
1063.49/1063.71	c BCD2: #sat=1 #unsat=5 bias=5/6
1063.49/1063.71	c Solving starts ...
1063.49/1063.71	c ============================[ Search Statistics ]============================
1063.49/1063.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1063.49/1063.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1063.49/1063.71	c =============================================================================
1063.49/1063.71	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1063.49/1063.77	c  0.1s |       0 |      916 |        0 |    46785      0 |       52 |      141
1063.49/1063.77	c #cpu_time = 0.057s
1063.49/1063.77	c #wall_clock_time = 0.057s
1063.49/1063.77	c #decision = 916
1063.49/1063.77	c #random_decision = 0
1063.49/1063.77	c #conflict = 0
1063.49/1063.77	c #restart = 0
1063.49/1063.77	c BCD2: found a new core of size 1: cost of the new core is >=1
1063.49/1063.77	c lower bound updated to 5
1232.82/1233.19	c BCD2: 5 <= obj <= 6806741
1232.82/1233.19	c BCD2: #cores=5, #unrelaxed=7244, #relaxed=9, #hardened=0
1232.82/1233.19	c BCD2: #sat=1 #unsat=6 bias=6/7
1232.82/1233.19	c Solving starts ...
1232.82/1233.19	c ============================[ Search Statistics ]============================
1232.82/1233.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1232.82/1233.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1232.82/1233.19	c =============================================================================
1232.82/1233.19	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1232.93/1233.25	c  0.1s |       0 |     1046 |        0 |    46785      0 |       52 |      141
1232.93/1233.25	c #cpu_time = 0.061s
1232.93/1233.25	c #wall_clock_time = 0.062s
1232.93/1233.25	c #decision = 1046
1232.93/1233.25	c #random_decision = 0
1232.93/1233.25	c #conflict = 0
1232.93/1233.25	c #restart = 0
1232.93/1233.25	c BCD2: found a new core of size 2: cost of the new core is >=1
1232.93/1233.25	c lower bound updated to 6
1407.46/1407.86	c BCD2: 6 <= obj <= 6806741
1407.46/1407.86	c BCD2: #cores=6, #unrelaxed=7242, #relaxed=11, #hardened=0
1407.46/1407.86	c BCD2: #sat=1 #unsat=7 bias=7/8
1407.46/1407.86	c Solving starts ...
1407.46/1407.86	c ============================[ Search Statistics ]============================
1407.46/1407.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1407.46/1407.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1407.46/1407.86	c =============================================================================
1407.46/1407.86	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1407.56/1407.92	c  0.1s |       0 |     1200 |        0 |    46785      0 |       52 |      141
1407.56/1407.92	c #cpu_time = 0.059s
1407.56/1407.92	c #wall_clock_time = 0.059s
1407.56/1407.92	c #decision = 1200
1407.56/1407.92	c #random_decision = 0
1407.56/1407.92	c #conflict = 0
1407.56/1407.92	c #restart = 0
1407.56/1407.92	c BCD2: found a new core of size 2: cost of the new core is >=1
1407.56/1407.92	c lower bound updated to 7
1570.23/1570.64	c BCD2: 7 <= obj <= 6806741
1570.23/1570.64	c BCD2: #cores=7, #unrelaxed=7240, #relaxed=13, #hardened=0
1570.23/1570.64	c BCD2: #sat=1 #unsat=8 bias=8/9
1570.23/1570.64	c Solving starts ...
1570.23/1570.64	c ============================[ Search Statistics ]============================
1570.23/1570.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1570.23/1570.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1570.23/1570.64	c =============================================================================
1570.23/1570.64	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1570.33/1570.72	c  0.1s |       0 |     2169 |        1 |    46785      0 |       52 |      141
1570.33/1570.72	c #cpu_time = 0.070s
1570.33/1570.72	c #wall_clock_time = 0.071s
1570.33/1570.72	c #decision = 2169
1570.33/1570.72	c #random_decision = 0
1570.33/1570.72	c #conflict = 1
1570.33/1570.72	c #restart = 0
1570.33/1570.72	c BCD2: found a new core of size 2: cost of the new core is >=1
1570.33/1570.72	c lower bound updated to 8
1730.02/1730.49	c BCD2: 8 <= obj <= 6806741
1730.02/1730.49	c BCD2: #cores=8, #unrelaxed=7238, #relaxed=15, #hardened=0
1730.02/1730.49	c BCD2: #sat=1 #unsat=9 bias=9/10
1730.02/1730.49	c Solving starts ...
1730.02/1730.49	c ============================[ Search Statistics ]============================
1730.02/1730.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1730.02/1730.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1730.02/1730.49	c =============================================================================
1730.02/1730.49	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1730.11/1730.55	c  0.1s |       0 |     1256 |        0 |    46785      0 |       52 |      141
1730.11/1730.55	c #cpu_time = 0.059s
1730.11/1730.55	c #wall_clock_time = 0.060s
1730.11/1730.55	c #decision = 1256
1730.11/1730.55	c #random_decision = 0
1730.11/1730.55	c #conflict = 0
1730.11/1730.55	c #restart = 0
1730.11/1730.55	c BCD2: found a new core of size 2: cost of the new core is >=1
1730.11/1730.55	c lower bound updated to 9

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-4107518-1466285842/watcher-4107518-1466285842 -o /tmp/evaluation-result-4107518-1466285842/solver-4107518-1466285842 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466275608-10489 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107518-1466285842.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.29 2.27 2.25 3/179 11915
/proc/meminfo: memFree=28982992/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=805308 CPUtime=0 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 3018 0 0 0 0 0 0 0 20 0 4 0 30631391 824635392 3380 33554432000 4194304 16246674 140734949011936 140734949011360 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 201839 3389 441 2943 0 198733 0
[pid=11915/tid=11916] ppid=11912 vsize=822716 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 842461184 3449 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=827836 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 847704064 3467 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=831932 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 851898368 3484 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100072 s]
/proc/loadavg: 2.29 2.27 2.25 3/179 11915
/proc/meminfo: memFree=28982992/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 28982 0 0 0 5 4 0 0 20 0 4 0 30631391 1333334016 29282 33554432000 4194304 16246674 140734949011936 140734949011248 8056990 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 325521 29298 800 2943 0 322415 0
[pid=11915/tid=11916] ppid=11912 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1333334016 29309 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1333334016 29320 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1333334016 29331 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200547 s]
/proc/loadavg: 2.29 2.27 2.25 3/179 11915
/proc/meminfo: memFree=28982992/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 48627 0 0 0 13 6 0 0 20 0 4 0 30631391 1344868352 49437 33554432000 4194304 16246674 140734949011936 140734949011248 7361381 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 328337 49437 800 2943 0 325231 0
[pid=11915/tid=11916] ppid=11912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1344868352 49437 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1344868352 49437 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1344868352 49437 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300527 s]
/proc/loadavg: 2.29 2.27 2.25 3/179 11915
/proc/meminfo: memFree=28982992/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 63290 0 0 0 20 9 0 0 20 0 4 0 30631391 1344868352 64100 33554432000 4194304 16246674 140734949011936 140734949011248 8055525 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 328337 64100 800 2943 0 325231 0
[pid=11915/tid=11916] ppid=11912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1344868352 64100 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1344868352 64100 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1344868352 64100 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700368 s]
/proc/loadavg: 2.29 2.27 2.25 3/179 11915
/proc/meminfo: memFree=28982992/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1313348 CPUtime=0.68 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 73133 0 0 0 58 10 0 0 20 0 4 0 30631391 1344868352 73943 33554432000 4194304 16246674 140734949011936 140734949011248 7364552 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 328337 73943 800 2943 0 325231 0
[pid=11915/tid=11916] ppid=11912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1344868352 73943 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1344868352 73943 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1344868352 73943 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50042 s]
/proc/loadavg: 2.29 2.27 2.25 3/183 11919
/proc/meminfo: memFree=28525612/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 194228 0 0 0 120 29 0 0 20 0 4 0 30631391 1344868352 195038 33554432000 4194304 16246674 140734949011936 140734948993856 12458634 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 328337 195049 838 2943 0 325231 0
[pid=11915/tid=11916] ppid=11912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1344868352 195055 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1344868352 195061 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1344868352 195068 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10032 s]
/proc/loadavg: 2.29 2.27 2.25 3/183 11919
/proc/meminfo: memFree=27890112/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=3.09 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 273551 0 0 0 268 41 0 0 20 0 4 0 30631391 1389957120 274361 33554432000 4194304 16246674 140734949011936 140734948993856 5664948 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 274368 887 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 274371 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 274377 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 274383 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1357380

[startup+6.30043 s]
/proc/loadavg: 2.27 2.26 2.25 3/183 11919
/proc/meminfo: memFree=27859736/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=6.29 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280024 0 0 0 586 43 0 0 20 0 4 0 30631391 1389957120 280834 33554432000 4194304 16246674 140734949011936 140734948993856 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 280834 893 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280834 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280834 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280834 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1357380

[startup+12.7004 s]
/proc/loadavg: 2.25 2.26 2.24 4/183 11920
/proc/meminfo: memFree=27860320/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=12.68 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280032 0 0 0 1216 52 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140734948993856 12449340 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 280842 901 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1357380

[startup+25.5005 s]
/proc/loadavg: 2.26 2.26 2.24 3/183 11920
/proc/meminfo: memFree=27860560/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=25.49 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280032 0 0 0 2482 67 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140734948993856 12429216 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 280842 901 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1357380

[startup+51.1005 s]
/proc/loadavg: 2.29 2.27 2.25 3/183 11920
/proc/meminfo: memFree=27860028/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=51.08 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280032 0 0 0 5008 100 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140734948993856 13927401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 280842 901 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1357380

[startup+102.301 s]
/proc/loadavg: 2.18 2.24 2.24 3/183 11921
/proc/meminfo: memFree=27860100/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=102.28 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280032 0 0 0 10078 150 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140734948993856 12429095 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 280842 901 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 280842 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1357380


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

/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 1357380

[startup+1302.3 s]
/proc/loadavg: 2.22 2.22 2.21 3/183 11963
/proc/meminfo: memFree=27856980/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=1302 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280230 0 0 0 129756 444 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140734948993856 6955355 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 281115 917 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 1357380

[startup+1362.3 s]
/proc/loadavg: 2.14 2.20 2.20 3/184 11967
/proc/meminfo: memFree=27856064/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=1361.97 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280250 0 0 0 135749 448 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140734949009792 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 281115 917 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1357380

[startup+1422.3 s]
/proc/loadavg: 2.28 2.22 2.20 4/184 12039
/proc/meminfo: memFree=27577672/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=1421.96 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280259 0 0 0 141747 449 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140734948993856 6955528 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 281115 917 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 1357380

[startup+1482.3 s]
/proc/loadavg: 2.32 2.24 2.20 3/183 12040
/proc/meminfo: memFree=26759480/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=1481.94 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280259 0 0 0 147745 449 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140734948993856 12429095 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 281115 917 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 1357380

[startup+1542.31 s]
/proc/loadavg: 2.25 2.24 2.20 3/183 12042
/proc/meminfo: memFree=26054568/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=1541.94 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280259 0 0 0 153745 449 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140734949009728 4220495 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 281115 917 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 1357380

[startup+1602.3 s]
/proc/loadavg: 2.37 2.27 2.21 3/183 12043
/proc/meminfo: memFree=25773596/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=1601.92 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280259 0 0 0 159743 449 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140734948993856 4220495 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 281115 917 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 1357380

[startup+1662.3 s]
/proc/loadavg: 2.41 2.29 2.22 3/183 12044
/proc/meminfo: memFree=25272004/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=1661.92 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280259 0 0 0 165742 450 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140734948993856 12371164 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 281115 917 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 1357380

[startup+1722.3 s]
/proc/loadavg: 2.29 2.28 2.22 3/183 12045
/proc/meminfo: memFree=25089624/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=1721.91 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280259 0 0 0 171741 450 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140734949009728 4220912 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 281115 917 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 1357380

[startup+1782.3 s]
/proc/loadavg: 2.34 2.29 2.22 3/183 12046
/proc/meminfo: memFree=24634820/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=1781.9 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280259 0 0 0 177740 450 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140734948993856 12654426 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 281115 917 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 1357380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.31 2.29 2.22 3/183 12047
/proc/meminfo: memFree=24336696/32872528 swapFree=17888/1798212
[pid=11915] ppid=11912 vsize=1357380 CPUtime=1800 cores=1,3,5,7
/proc/11915/stat : 11915 (toysat) R 11912 11915 10472 0 -1 4202496 280259 0 0 0 179550 450 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140734948993856 4207010 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11915/statm: 339345 281115 917 2943 0 336239 0
[pid=11915/tid=11916] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11916/stat : 11916 (toysat) S 11912 11915 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034180099312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11917/stat : 11917 (toysat) S 11912 11915 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034169609456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/11915/task/11918/stat : 11918 (toysat) S 11912 11915 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30631391 1389957120 281115 33554432000 4194304 16246674 140734949011936 140034053237936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1357380

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.01
CPU user time (s): 1795.51
CPU system time (s): 4.50431
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.51
system time used= 4.50432
maximum resident set size= 1124460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280259
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= 233
involuntary context switches= 1863

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.02208 second user time and 8.30174 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-18 23:37:23
IDJOB=4107518
IDBENCH=72260
IDSOLVER=2542
FILE ID=node123/4107518-1466285842
RUNJOBID= node123-1466275608-10489
PBS_JOBID= 19918249
Free space on /tmp= 71612 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/9orless/normalized-mono-mcs.cudf.paranoid.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107518-1466285842/watcher-4107518-1466285842 -o /tmp/evaluation-result-4107518-1466285842/solver-4107518-1466285842 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466275608-10489 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107518-1466285842.opb

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

MD5SUM BENCH= ad50d63f413946f0b3d0b205a097876f
RANDOM SEED=969884408

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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:        28983372 kB
Buffers:           76996 kB
Cached:           149392 kB
SwapCached:         1604 kB
Active:          1202012 kB
Inactive:         149512 kB
Active(anon):    1124296 kB
Inactive(anon):     3080 kB
Active(file):      77716 kB
Inactive(file):   146432 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099320 kB
Dirty:             19852 kB
Writeback:             8 kB
AnonPages:       2922924 kB
Mapped:            10836 kB
Shmem:                 0 kB
Slab:             602704 kB
SReclaimable:      46484 kB
SUnreclaim:       556220 kB
KernelStack:        1472 kB
PageTables:         9852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3066208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1787904 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= 71600 MiB
End job on node123 at 2016-06-19 00:07:23