Trace number 4107502

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

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
10orplus/normalized-txt2html.cudf.paranoid.opb
MD5SUMb685a0bacfa5b3dff5075f0919cd0998
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark176330
Best CPU time to get the best result obtained on this benchmark30.7343
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19775
Total number of constraints96421
Number of constraints which are clauses94856
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 7256
Biggest coefficient in the objective function 4298
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12726376
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4298
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12726376
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:34:06+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-4107502-1466285646.opb"]
0.00/0.01	c use --random-gen="1745634985 207350075 954421244 2080702331 4237527348 1762889336 1161654796 1531975247 2851513885 2502499892 3079783029 4011714467 3236258848 2497166108 1098434403 3309432738 766733269 1493588740 3894389016 2958689936 1105579169 3628088225 2969756141 2869351570 3796352128 3345685003 4270797154 3337017469 1831724996 3694039214 3402092542 3854075784 4118325340 4154506438 1100570961 1927859087 4275205955 912509484 805781360 3235127115 124926133 620524671 935225104 2990295163 3230367095 880741503 2757930381 3031798692 1291158355 4009396087 1550336210 2678752225 273937464 3636553141 861121167 832771654 1015277248 630494828 2890491342 733943917 25821842 342914883 3543517557 3893010548 3250568724 2882786884 2769373689 2634455037 2096648973 1129298467 1017799591 3376426422 3696196896 1491841143 3289555030 1951557783 3106111076 639741462 782486987 542340410 3620474301 3479829995 545767680 2943115479 1049370526 399804373 1858138607 3258836167 541530286 1179237296 3713806778 1331106559 107332742 3223882635 2074656292 2514691384 3870423432 865314988 2960591037 239328457 2949157898 2417651643 759506223 570382298 3888014958 2476916110 936051668 730393487 2399506349 423400922 1982720460 1698206314 4044212058 3575435865 4051296409 1936584145 3290149838 4245801272 3124360898 973318074 80981365 2646347606 3707019246 2311787718 3650479681 1483095885 919852255 4283839522 570159610 320050043 3606502365 2144763244 717004073 2567283796 2812966383 2037347538 3181843399 2685164896 1058435862 3018670696 2331872880 1529445711 1904435518 2902703631 1923493397 699025321 1791760562 3622919973 3054908827 3149612794 1473723333 1278129071 2373158892 4244615972 2068463030 659947341 4292257064 394052327 1907318917 1659999654 145686540 2730623803 992981828 1503397641 325295325 3456287226 4193394782 602538915 2873596553 4036492428 96400649 4276288756 652066051 81126056 3549190222 905639378 1101180942 1277560514 318331610 887666288 3460470401 3765338891 2098274200 2110311528 881941024 2328488743 3971798930 3709330433 1757493811 1139930968 3693101701 2271642384 537547713 4131434142 3316506712 1138141449 3360852555 1055081998 247464688 3005565350 1621844006 3415927535 2990892895 1090867991 450834119 2810028361 556119958 1784448937 1367718577 3989999 3799220044 2091735462 262793322 3655757926 3865572844 399911127 1704429913 2643717910 4211010950 2296657578 3624533683 2033587488 3752846320 1481731790 2821393073 2228466164 1149409685 4035160519 1261434505 4018634735 15910076 2041547653 2651291065 2226667471 2822058645 2607256658 3065035341 1193919793 4275077550 2411480102 2734945081 902609657 2337097852 1267503638 2385038878 4204140956 3516214380 3865235599 2040733222 130985417 1404636760 625493853 4166403269 58825665 3980831322 508015324 255 362436" option to reproduce the execution
0.69/0.71	c #vars 19775
0.69/0.71	c #constraints 96421
2.20/2.24	c BCD2: Hardening is enabled.
2.20/2.24	c BCD2: BiasedSearch is enabled.
2.20/2.24	c Solving starts ...
2.20/2.24	c ============================[ Search Statistics ]============================
2.20/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.24	c =============================================================================
2.20/2.24	c  0.0s |       0 |        0 |        0 |    38671      0 |       56 |        0
2.79/2.84	c  0.6s |       1 |    88645 |      100 |    38671      0 |      200 |      849
4.49/4.52	c  2.3s |       2 |   287286 |      250 |    42539      0 |      200 |      849
6.98/7.02	c  4.8s |       2 |   594320 |      404 |    46793      0 |      200 |      849
6.98/7.02	c #cpu_time = 4.761s
6.98/7.02	c #wall_clock_time = 4.761s
6.98/7.02	c #decision = 594320
6.98/7.02	c #random_decision = 1831
6.98/7.02	c #conflict = 404
6.98/7.02	c #restart = 2
6.98/7.02	o 6893243
132.97/133.04	c BCD2: updating upper bound: 12726376 -> 6893242
259.66/259.74	c BCD2: 0 <= obj <= 6893242
259.66/259.74	c BCD2: #cores=0, #unrelaxed=7256, #relaxed=0, #hardened=0
259.66/259.74	c BCD2: #sat=1 #unsat=1 bias=1/2
259.66/259.74	c Solving starts ...
259.66/259.74	c ============================[ Search Statistics ]============================
259.66/259.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
259.66/259.74	c       |         |          |          |    Limit     GC | Var      | Constra 
259.66/259.74	c =============================================================================
259.66/259.74	c  0.0s |       0 |        0 |        0 |    46793      0 |      200 |      849
259.66/259.79	c  0.1s |       0 |      258 |        0 |    46793      0 |      200 |      849
259.66/259.79	c #cpu_time = 0.053s
259.66/259.79	c #wall_clock_time = 0.053s
259.66/259.79	c #decision = 258
259.66/259.79	c #random_decision = 0
259.66/259.79	c #conflict = 0
259.66/259.79	c #restart = 0
259.66/259.79	c BCD2: found a new core of size 1: cost of the new core is >=1
259.66/259.79	c lower bound updated to 1
386.03/386.15	c BCD2: 1 <= obj <= 6893242
386.03/386.15	c BCD2: #cores=1, #unrelaxed=7255, #relaxed=1, #hardened=0
386.03/386.15	c BCD2: #sat=1 #unsat=2 bias=2/3
386.03/386.15	c Solving starts ...
386.03/386.15	c ============================[ Search Statistics ]============================
386.03/386.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
386.03/386.15	c       |         |          |          |    Limit     GC | Var      | Constra 
386.03/386.15	c =============================================================================
386.03/386.16	c  0.0s |       0 |        0 |        0 |    46793      0 |      200 |      849
386.13/386.21	c  0.1s |       0 |      383 |        0 |    46793      0 |      200 |      849
386.13/386.21	c #cpu_time = 0.052s
386.13/386.21	c #wall_clock_time = 0.052s
386.13/386.21	c #decision = 383
386.13/386.21	c #random_decision = 0
386.13/386.21	c #conflict = 0
386.13/386.21	c #restart = 0
386.13/386.21	c BCD2: found a new core of size 2: cost of the new core is >=1
386.13/386.21	c lower bound updated to 2
518.51/518.68	c BCD2: 2 <= obj <= 6893242
518.51/518.68	c BCD2: #cores=2, #unrelaxed=7253, #relaxed=3, #hardened=0
518.51/518.68	c BCD2: #sat=1 #unsat=3 bias=3/4
518.51/518.68	c Solving starts ...
518.51/518.68	c ============================[ Search Statistics ]============================
518.51/518.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
518.51/518.68	c       |         |          |          |    Limit     GC | Var      | Constra 
518.51/518.68	c =============================================================================
518.51/518.68	c  0.0s |       0 |        0 |        0 |    46793      0 |      200 |      849
518.61/518.74	c  0.1s |       0 |      405 |        1 |    46793      0 |      200 |      849
518.61/518.74	c #cpu_time = 0.064s
518.61/518.74	c #wall_clock_time = 0.064s
518.61/518.74	c #decision = 405
518.61/518.74	c #random_decision = 0
518.61/518.74	c #conflict = 1
518.61/518.74	c #restart = 0
518.61/518.74	c BCD2: found a new core of size 2: cost of the new core is >=1
518.61/518.74	c lower bound updated to 3
650.39/650.57	c BCD2: 3 <= obj <= 6893242
650.39/650.57	c BCD2: #cores=3, #unrelaxed=7251, #relaxed=5, #hardened=0
650.39/650.57	c BCD2: #sat=1 #unsat=4 bias=4/5
650.39/650.57	c Solving starts ...
650.39/650.57	c ============================[ Search Statistics ]============================
650.39/650.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
650.39/650.57	c       |         |          |          |    Limit     GC | Var      | Constra 
650.39/650.57	c =============================================================================
650.39/650.57	c  0.0s |       0 |        0 |        0 |    46793      0 |      200 |      849
650.49/650.63	c  0.1s |       0 |      833 |        1 |    46793      0 |      200 |      849
650.49/650.63	c #cpu_time = 0.055s
650.49/650.63	c #wall_clock_time = 0.055s
650.49/650.63	c #decision = 833
650.49/650.63	c #random_decision = 0
650.49/650.63	c #conflict = 1
650.49/650.63	c #restart = 0
650.49/650.63	c BCD2: found a new core of size 2: cost of the new core is >=1
650.49/650.63	c lower bound updated to 4
779.37/779.52	c BCD2: 4 <= obj <= 6893242
779.37/779.52	c BCD2: #cores=4, #unrelaxed=7249, #relaxed=7, #hardened=0
779.37/779.52	c BCD2: #sat=1 #unsat=5 bias=5/6
779.37/779.52	c Solving starts ...
779.37/779.52	c ============================[ Search Statistics ]============================
779.37/779.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
779.37/779.52	c       |         |          |          |    Limit     GC | Var      | Constra 
779.37/779.52	c =============================================================================
779.37/779.52	c  0.0s |       0 |        0 |        0 |    46793      0 |      200 |      849
779.37/779.58	c  0.1s |       0 |      664 |        0 |    46793      0 |      200 |      849
779.37/779.58	c #cpu_time = 0.057s
779.37/779.58	c #wall_clock_time = 0.057s
779.37/779.58	c #decision = 664
779.37/779.58	c #random_decision = 0
779.37/779.58	c #conflict = 0
779.37/779.58	c #restart = 0
779.37/779.58	c BCD2: found a new core of size 2: cost of the new core is >=1
779.37/779.58	c lower bound updated to 5
918.64/918.84	c BCD2: 5 <= obj <= 6893242
918.64/918.84	c BCD2: #cores=5, #unrelaxed=7247, #relaxed=9, #hardened=0
918.64/918.84	c BCD2: #sat=1 #unsat=6 bias=6/7
918.64/918.84	c Solving starts ...
918.64/918.84	c ============================[ Search Statistics ]============================
918.64/918.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
918.64/918.84	c       |         |          |          |    Limit     GC | Var      | Constra 
918.64/918.84	c =============================================================================
918.64/918.84	c  0.0s |       0 |        0 |        0 |    46793      0 |      200 |      849
918.74/918.90	c  0.1s |       0 |      703 |        0 |    46793      0 |      200 |      849
918.74/918.90	c #cpu_time = 0.058s
918.74/918.90	c #wall_clock_time = 0.058s
918.74/918.90	c #decision = 703
918.74/918.90	c #random_decision = 0
918.74/918.90	c #conflict = 0
918.74/918.90	c #restart = 0
918.74/918.90	c BCD2: found a new core of size 1: cost of the new core is >=1
918.74/918.90	c lower bound updated to 6
1062.31/1062.57	c BCD2: 6 <= obj <= 6893242
1062.31/1062.57	c BCD2: #cores=6, #unrelaxed=7246, #relaxed=10, #hardened=0
1062.31/1062.57	c BCD2: #sat=1 #unsat=7 bias=7/8
1062.31/1062.57	c Solving starts ...
1062.31/1062.57	c ============================[ Search Statistics ]============================
1062.31/1062.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1062.31/1062.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1062.31/1062.57	c =============================================================================
1062.31/1062.57	c  0.0s |       0 |        0 |        0 |    46793      0 |      200 |      849
1062.42/1062.63	c  0.1s |       0 |      704 |        0 |    46793      0 |      200 |      849
1062.42/1062.63	c #cpu_time = 0.055s
1062.42/1062.63	c #wall_clock_time = 0.055s
1062.42/1062.63	c #decision = 704
1062.42/1062.63	c #random_decision = 0
1062.42/1062.63	c #conflict = 0
1062.42/1062.63	c #restart = 0
1062.42/1062.63	c BCD2: found a new core of size 1: cost of the new core is >=1
1062.42/1062.63	c lower bound updated to 7
1208.66/1208.96	c BCD2: 7 <= obj <= 6893242
1208.66/1208.96	c BCD2: #cores=7, #unrelaxed=7245, #relaxed=11, #hardened=0
1208.66/1208.96	c BCD2: #sat=1 #unsat=8 bias=8/9
1208.66/1208.96	c Solving starts ...
1208.66/1208.96	c ============================[ Search Statistics ]============================
1208.66/1208.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1208.66/1208.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1208.66/1208.96	c =============================================================================
1208.66/1208.96	c  0.0s |       0 |        0 |        0 |    46793      0 |      200 |      849
1208.76/1209.02	c  0.1s |       0 |      705 |        0 |    46793      0 |      200 |      849
1208.76/1209.02	c #cpu_time = 0.062s
1208.76/1209.02	c #wall_clock_time = 0.062s
1208.76/1209.02	c #decision = 705
1208.76/1209.02	c #random_decision = 0
1208.76/1209.02	c #conflict = 0
1208.76/1209.02	c #restart = 0
1208.76/1209.02	c BCD2: found a new core of size 1: cost of the new core is >=1
1208.76/1209.02	c lower bound updated to 8
1367.79/1368.18	c BCD2: 8 <= obj <= 6893242
1367.79/1368.18	c BCD2: #cores=8, #unrelaxed=7244, #relaxed=12, #hardened=0
1367.79/1368.18	c BCD2: #sat=1 #unsat=9 bias=9/10
1367.79/1368.18	c Solving starts ...
1367.79/1368.18	c ============================[ Search Statistics ]============================
1367.79/1368.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1367.79/1368.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1367.79/1368.18	c =============================================================================
1367.79/1368.18	c  0.0s |       0 |        0 |        0 |    46793      0 |      200 |      849
1367.99/1368.33	c  0.2s |       0 |     1413 |        1 |    46793      0 |      201 |      852
1367.99/1368.33	c #cpu_time = 0.154s
1367.99/1368.33	c #wall_clock_time = 0.154s
1367.99/1368.33	c #decision = 1413
1367.99/1368.33	c #random_decision = 0
1367.99/1368.33	c #conflict = 1
1367.99/1368.33	c #restart = 0
1367.99/1368.33	c BCD2: found a new core of size 1: cost of the new core is >=1
1367.99/1368.33	c lower bound updated to 9
1528.95/1529.31	c BCD2: 9 <= obj <= 6893242
1528.95/1529.31	c BCD2: #cores=9, #unrelaxed=7243, #relaxed=13, #hardened=0
1528.95/1529.31	c BCD2: #sat=1 #unsat=10 bias=10/11
1528.95/1529.31	c Solving starts ...
1528.95/1529.31	c ============================[ Search Statistics ]============================
1528.95/1529.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1528.95/1529.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1528.95/1529.31	c =============================================================================
1528.95/1529.31	c  0.0s |       0 |        0 |        0 |    46793      0 |      201 |      852
1528.95/1529.38	c  0.1s |       0 |      707 |        0 |    46793      0 |      201 |      852
1528.95/1529.38	c #cpu_time = 0.067s
1528.95/1529.38	c #wall_clock_time = 0.067s
1528.95/1529.38	c #decision = 707
1528.95/1529.38	c #random_decision = 0
1528.95/1529.38	c #conflict = 0
1528.95/1529.38	c #restart = 0
1528.95/1529.38	c BCD2: found a new core of size 1: cost of the new core is >=1
1528.95/1529.38	c lower bound updated to 10
1688.32/1688.74	c BCD2: 10 <= obj <= 6893242
1688.32/1688.74	c BCD2: #cores=10, #unrelaxed=7242, #relaxed=14, #hardened=0
1688.32/1688.74	c BCD2: #sat=1 #unsat=11 bias=11/12
1688.32/1688.74	c Solving starts ...
1688.32/1688.74	c ============================[ Search Statistics ]============================
1688.32/1688.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1688.32/1688.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1688.32/1688.74	c =============================================================================
1688.32/1688.74	c  0.0s |       0 |        0 |        0 |    46793      0 |      201 |      852
1688.42/1688.80	c  0.1s |       0 |      708 |        0 |    46793      0 |      201 |      852
1688.42/1688.80	c #cpu_time = 0.067s
1688.42/1688.80	c #wall_clock_time = 0.067s
1688.42/1688.80	c #decision = 708
1688.42/1688.80	c #random_decision = 0
1688.42/1688.80	c #conflict = 0
1688.42/1688.80	c #restart = 0
1688.42/1688.80	c BCD2: found a new core of size 1: cost of the new core is >=1
1688.42/1688.80	c lower bound updated to 11

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

pid=25532
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.04 2.01 2.00 3/179 25535
/proc/meminfo: memFree=29989756/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=495036 CPUtime=0 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 1805 0 0 0 0 0 0 0 20 0 4 0 30610210 506916864 2677 33554432000 4194304 16246674 140735321195328 140735321194752 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 124271 2685 441 2943 0 121165 0
[pid=25535/tid=25536] ppid=25532 vsize=512444 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 524742656 2744 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=516540 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 528936960 2759 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=520636 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30610210 533131264 2776 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100216 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 25535
/proc/meminfo: memFree=29989756/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1222212 CPUtime=0.09 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 26312 0 0 0 5 4 0 0 20 0 4 0 30610210 1251545088 27122 33554432000 4194304 16246674 140735321195328 140735321194640 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 305553 27129 799 2943 0 302447 0
[pid=25535/tid=25536] ppid=25532 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1251545088 27134 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1251545088 27139 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1251545088 27140 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1222212

[startup+0.200452 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 25535
/proc/meminfo: memFree=29989756/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 48571 0 0 0 12 7 0 0 20 0 4 0 30610210 1344868352 49892 33554432000 4194304 16246674 140735321195328 140735321194640 13967422 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 328337 49892 800 2943 0 325231 0
[pid=25535/tid=25536] ppid=25532 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1344868352 49892 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1344868352 49892 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1344868352 49892 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300494 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 25535
/proc/meminfo: memFree=29989756/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 66499 0 0 0 20 9 0 0 20 0 4 0 30610210 1344868352 67820 33554432000 4194304 16246674 140735321195328 140735321194640 4222999 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 328337 67820 800 2943 0 325231 0
[pid=25535/tid=25536] ppid=25532 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1344868352 67820 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1344868352 67820 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1344868352 67820 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700404 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 25535
/proc/meminfo: memFree=29989756/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 67978 0 0 0 59 10 0 0 20 0 4 0 30610210 1344868352 69299 33554432000 4194304 16246674 140735321195328 140735321193216 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 328337 69299 800 2943 0 325231 0
[pid=25535/tid=25536] ppid=25532 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1344868352 69299 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1344868352 69299 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1344868352 69299 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50038 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 25539
/proc/meminfo: memFree=29536940/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 192307 0 0 0 119 30 0 0 20 0 4 0 30610210 1344868352 193628 33554432000 4194304 16246674 140735321195328 140735321193216 5740329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 328337 193636 838 2943 0 325231 0
[pid=25535/tid=25536] ppid=25532 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1344868352 193641 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1344868352 193647 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1344868352 193653 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 25539
/proc/meminfo: memFree=28898804/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=3.09 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 271951 0 0 0 267 42 0 0 20 0 4 0 30610210 1389957120 273272 33554432000 4194304 16246674 140735321195328 140735321177216 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 273272 890 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 273272 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 273272 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 273272 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1357380

[startup+6.3004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 25539
/proc/meminfo: memFree=28865896/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=6.28 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280024 0 0 0 585 43 0 0 20 0 4 0 30610210 1389957120 281345 33554432000 4194304 16246674 140735321195328 140735321177216 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281345 894 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281345 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281345 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281345 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1357380

[startup+12.7004 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 25539
/proc/meminfo: memFree=28865904/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=12.68 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280033 0 0 0 1225 43 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140735321177216 12413848 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281354 903 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.02 2.01 2.00 3/183 25539
/proc/meminfo: memFree=28864736/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=25.48 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280033 0 0 0 2505 43 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140735321177216 12654808 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281354 903 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1357380

[startup+51.1005 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 25539
/proc/meminfo: memFree=28865116/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=51.08 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280033 0 0 0 5065 43 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140735321177216 12449110 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281354 903 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1357380

[startup+102.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 25540
/proc/meminfo: memFree=28864712/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=102.28 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280033 0 0 0 10184 44 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140735321177216 12429162 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281354 903 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281354 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1357380


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

/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 1357380

[startup+1302.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/183 25582
/proc/meminfo: memFree=28862976/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=1302.02 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280169 0 0 0 130156 46 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140735321177216 12371175 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281371 919 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 1357380

[startup+1362.3 s]
/proc/loadavg: 2.05 2.07 2.01 4/183 25583
/proc/meminfo: memFree=28863068/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=1361.99 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280200 0 0 0 136153 46 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140735321177216 12371164 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281371 919 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 1357380

[startup+1422.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/183 25584
/proc/meminfo: memFree=28863404/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=1421.97 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280217 0 0 0 142151 46 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140735321177216 12449395 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281371 919 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1357380

[startup+1482.3 s]
/proc/loadavg: 2.16 2.10 2.02 4/183 25586
/proc/meminfo: memFree=28864024/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=1481.96 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280217 0 0 0 148150 46 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140735321177216 12656190 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281371 919 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 1357380

[startup+1542.31 s]
/proc/loadavg: 2.06 2.08 2.02 3/183 25587
/proc/meminfo: memFree=28863896/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=1541.95 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280217 0 0 0 154149 46 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140735321177216 12449344 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281371 919 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 1357380

[startup+1602.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/184 25640
/proc/meminfo: memFree=28865272/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=1601.94 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280217 0 0 0 160148 46 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140735321193152 4220520 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281371 919 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 1357380

[startup+1662.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/184 25664
/proc/meminfo: memFree=28039372/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=1661.93 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280217 0 0 0 166147 46 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140735321177216 12429091 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281371 919 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 1357380

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 25665
/proc/meminfo: memFree=27585216/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=1721.92 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280217 0 0 0 172146 46 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140735321177216 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281371 919 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 1357380

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 25667
/proc/meminfo: memFree=27064292/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=1781.91 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280217 0 0 0 178145 46 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140735321177216 13949829 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281371 919 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 1357380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 25667
/proc/meminfo: memFree=26957164/32872528 swapFree=534252/566956
[pid=25535] ppid=25532 vsize=1357380 CPUtime=1800 cores=0,2,4,6
/proc/25535/stat : 25535 (toysat) R 25532 25535 24407 0 -1 4202496 280217 0 0 0 179954 46 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140735321177216 12449269 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25535/statm: 339345 281371 919 2943 0 336239 0
[pid=25535/tid=25536] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25536/stat : 25536 (toysat) S 25532 25535 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512424078576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25535/tid=25537] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25537/stat : 25537 (toysat) S 25532 25535 24407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512338095344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25535/tid=25538] ppid=25532 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/25535/task/25538/stat : 25538 (toysat) S 25532 25535 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30610210 1389957120 281371 33554432000 4194304 16246674 140735321195328 140512327621808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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 25535 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.02
CPU user time (s): 1799.55
CPU system time (s): 0.464929
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.464929
maximum resident set size= 1125484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280217
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= 182
involuntary context switches= 1871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6323 second user time and 6.82696 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 23:34:06
IDJOB=4107502
IDBENCH=72227
IDSOLVER=2542
FILE ID=node138/4107502-1466285646
RUNJOBID= node138-1466276409-24423
PBS_JOBID= 19918262
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/10orplus/normalized-txt2html.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-4107502-1466285646/watcher-4107502-1466285646 -o /tmp/evaluation-result-4107502-1466285646/solver-4107502-1466285646 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466276409-24423 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107502-1466285646.opb

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

MD5SUM BENCH= b685a0bacfa5b3dff5075f0919cd0998
RANDOM SEED=681748000

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.395
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.395
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.395
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.54
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.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29990764 kB
Buffers:          155056 kB
Cached:           292496 kB
SwapCached:         1060 kB
Active:          1266844 kB
Inactive:         305532 kB
Active(anon):    1125620 kB
Inactive(anon):     1696 kB
Active(file):     141224 kB
Inactive(file):   303836 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099640 kB
Dirty:             19844 kB
Writeback:             0 kB
AnonPages:       1691616 kB
Mapped:            10684 kB
Shmem:                 0 kB
Slab:             608424 kB
SReclaimable:      51980 kB
SUnreclaim:       556444 kB
KernelStack:        1472 kB
PageTables:         7260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1835408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node138 at 2016-06-19 00:04:06