Trace number 4101553

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib/normalized-reduced-mps-v2-20-10-air02.opb
MD5SUMd237957d2db9f550f313e8cfb724f264
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark313
Best CPU time to get the best result obtained on this benchmark209.34
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 313
Optimality of the best value was proved YES
Number of variables6774
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint3729
Number of terms in the objective function 6774
Biggest coefficient in the objective function 381
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 527695
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 381
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 527695
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-18T06:31:33+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-4101553-1466224293.opb"]
0.00/0.01	c use --random-gen="3481234640 3716425919 1483624171 31269736 997201812 1156695925 653110651 543495476 2374169538 4035644836 2443589287 1879124853 3736790374 1980450708 3484330328 3097694193 295559532 3742086530 1434718798 4253367784 2567370179 361568347 4002696903 1254860912 3114550064 4150986693 3411989858 3350602012 666295320 2220646671 1796381370 1738121575 693495146 3547259593 3131682501 4047882613 2972543947 218008629 3258687604 3805164058 3496074589 254752217 3308273374 2648864345 3197460604 1819845334 2303363864 1880655439 2977469862 3626494132 410127166 1979331618 2600064810 2922835598 2234219296 166265318 1076277325 402491194 1700740637 3054976465 930808325 2886663745 4023997760 77350108 3950665728 1946067355 2099117574 4067502440 918759677 2559610772 4226580979 3248184331 1858518510 1458276993 174772307 1442288691 2447691549 368216162 2997879960 1840995820 3873540760 899766548 385268263 4170816737 3157502098 3427130068 317706632 1886028249 589086841 3501826492 2539222094 1676323710 3345414393 82494136 4007299327 1198232559 1996393738 1291032939 999773052 322392285 1080792837 3494541176 2997075069 2761478007 87203871 1453516417 3264548448 3153898515 554448668 4028182140 2408068830 1492740545 1487507093 2625850083 1225931938 149369418 1080623701 1755964147 14325847 3993380256 1775621913 2111893204 2925081823 1153041216 3321444236 2964967407 2706292148 3671259918 1693119414 4089008637 2572378097 3086921960 3827669236 3235821603 48946648 1713850170 4021490582 331985355 1183381610 162222963 1270938368 3820040080 2611233028 1190506624 2298683709 763570529 1945041320 4028381590 3775664683 3148038628 2133292088 385448934 31435581 3879437472 1270074851 876935123 183390547 360055813 1596936413 2543237979 712159516 2214585946 3565835186 669809363 499408569 2516029148 574645415 2834713966 4034802417 16867213 783879385 1469506753 57758276 407172610 3413719519 16308457 2450061213 3870521087 4202344391 4077150827 3022790163 250766461 966333007 3942931596 3964637578 2348868528 4273762908 794744599 4140015859 3252378742 2681747881 2360268529 1980881989 3193687425 1086477030 1977456964 353348733 3111189781 1245490153 2145001740 3683293194 1875945803 1168767036 2897260898 1509266387 3645103377 1032278662 3587531942 580340451 203367904 3443633633 2176874921 2504419034 1650816122 1558920301 2705507198 3776541337 3055284689 3294363813 4058486879 4024793634 1434256671 3520350621 4045813921 952500426 2088387965 2565144037 1371762543 1508756686 820435044 1333273947 4226518364 2581877692 1418327470 3075681485 3028332371 1616737552 2257945886 172220721 1143562586 529183231 3552684196 3295812735 3150290302 72508792 415687025 919622448 3299363333 2571722649 2660610482 3478643394 2794321136 203225693 865807494 844436935 2794641765 255 362436" option to reproduce the execution
0.09/0.15	c #vars 6774
0.09/0.15	c #constraints 50
0.39/0.47	c BCD2: Hardening is enabled.
0.39/0.47	c BCD2: BiasedSearch is enabled.
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     2291      0 |        0 |        0
0.39/0.49	c  0.0s |       0 |       22 |        0 |     2291      0 |        0 |        0
0.39/0.49	c #cpu_time = 0.023s
0.39/0.49	c #wall_clock_time = 0.023s
0.39/0.49	c #decision = 22
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 0
0.39/0.49	c #restart = 0
0.39/0.49	o 15830
0.49/0.50	c BCD2: updating upper bound: 527695 -> 15829
0.49/0.52	c BCD2: 0 <= obj <= 15829
0.49/0.52	c BCD2: #cores=0, #unrelaxed=6774, #relaxed=0, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=1 bias=1/2
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     2291      0 |        0 |        0
0.79/0.83	c  0.3s |       1 |    12274 |      100 |     2291      0 |        0 |        0
1.29/1.34	c  0.8s |       1 |    22500 |      204 |     2521      0 |        0 |        0
1.29/1.34	c #cpu_time = 0.806s
1.29/1.34	c #wall_clock_time = 0.808s
1.29/1.34	c #decision = 22500
1.29/1.34	c #random_decision = 0
1.29/1.34	c #conflict = 204
1.29/1.34	c #restart = 1
1.39/1.41	c BCD2: found a new core of size 4913: cost of the new core is >=7
1.39/1.41	c lower bound updated to 7
1.39/1.42	c BCD2: 7 <= obj <= 15829
1.39/1.42	c BCD2: #cores=1, #unrelaxed=1861, #relaxed=4913, #hardened=0
1.39/1.42	c BCD2: #sat=1 #unsat=2 bias=2/3
1.39/1.44	c Solving starts ...
1.39/1.44	c ============================[ Search Statistics ]============================
1.39/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.44	c =============================================================================
1.39/1.44	c  0.0s |       0 |        0 |        0 |     2521      0 |        0 |        0
1.39/1.49	c  0.0s |       0 |     1723 |        0 |     2521      0 |        0 |        0
1.39/1.49	c #cpu_time = 0.042s
1.39/1.49	c #wall_clock_time = 0.042s
1.39/1.49	c #decision = 1723
1.39/1.49	c #random_decision = 0
1.39/1.49	c #conflict = 0
1.39/1.49	c #restart = 0
1.39/1.49	c BCD2: found a new core of size 183: cost of the new core is >=38
1.39/1.49	c lower bound updated to 45
1.39/1.49	c BCD2: 45 <= obj <= 15829
1.39/1.49	c BCD2: #cores=2, #unrelaxed=1678, #relaxed=5096, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=3 bias=3/4
1.49/1.51	c Solving starts ...
1.49/1.51	c ============================[ Search Statistics ]============================
1.49/1.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.51	c =============================================================================
1.49/1.51	c  0.0s |       0 |        0 |        0 |     2521      0 |        0 |        1
1.49/1.55	c  0.0s |       0 |     1658 |        0 |     2521      0 |        0 |        1
1.49/1.55	c #cpu_time = 0.042s
1.49/1.55	c #wall_clock_time = 0.042s
1.49/1.55	c #decision = 1658
1.49/1.55	c #random_decision = 0
1.49/1.55	c #conflict = 0
1.49/1.55	c #restart = 0
1.49/1.56	c BCD2: found a new core of size 116: cost of the new core is >=3
1.49/1.56	c lower bound updated to 48
1.49/1.56	c BCD2: 48 <= obj <= 15829
1.49/1.56	c BCD2: #cores=3, #unrelaxed=1562, #relaxed=5212, #hardened=0
1.49/1.56	c BCD2: #sat=1 #unsat=4 bias=4/5
1.49/1.58	c Solving starts ...
1.49/1.58	c ============================[ Search Statistics ]============================
1.49/1.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.58	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.58	c =============================================================================
1.49/1.58	c  0.0s |       0 |        0 |        0 |     2521      0 |        0 |        2
1.59/1.62	c  0.0s |       0 |     1564 |        0 |     2521      0 |        0 |        2
1.59/1.62	c #cpu_time = 0.043s
1.59/1.62	c #wall_clock_time = 0.043s
1.59/1.62	c #decision = 1564
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 0
1.59/1.62	c #restart = 0
1.59/1.62	c BCD2: found a new core of size 20: cost of the new core is >=71
1.59/1.62	c lower bound updated to 119
1.59/1.63	c BCD2: 119 <= obj <= 15829
1.59/1.63	c BCD2: #cores=4, #unrelaxed=1542, #relaxed=5232, #hardened=0
1.59/1.63	c BCD2: #sat=1 #unsat=5 bias=5/6
1.59/1.65	c Solving starts ...
1.59/1.65	c ============================[ Search Statistics ]============================
1.59/1.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.65	c =============================================================================
1.59/1.65	c  0.0s |       0 |        0 |        0 |     2521      0 |        0 |        3
3.69/3.75	c  2.1s |       0 |    17262 |      100 |     2774      0 |        0 |        3
3.69/3.76	c  2.1s |       1 |    17262 |      100 |     2774      0 |        0 |        3
4.99/5.01	c  3.4s |       2 |    63576 |      250 |     2774      0 |        0 |        3
6.99/7.01	c  5.4s |       2 |    84923 |      350 |     3052      0 |        0 |        3
8.29/8.30	c  6.6s |       3 |    87608 |      475 |     3052      0 |        0 |        3
12.29/12.36	c 10.7s |       3 |   223650 |      675 |     3358      0 |        0 |        3
15.69/15.78	c 14.1s |       3 |   224012 |      775 |     3358      0 |        0 |        3
17.99/18.06	c 16.4s |       4 |   224070 |      813 |     3358      0 |        0 |        3
19.58/19.64	c 18.0s |       4 |   242451 |      901 |     3358      0 |        0 |        3
19.58/19.64	c #cpu_time = 17.933s
19.58/19.64	c #wall_clock_time = 17.979s
19.58/19.64	c #decision = 242451
19.58/19.64	c #random_decision = 672
19.58/19.64	c #conflict = 901
19.58/19.64	c #restart = 4
19.58/19.64	o 1309
19.58/19.64	c BCD2: updating upper bound: 15829 -> 1308
19.58/19.67	c BCD2: 119 <= obj <= 1308
19.58/19.67	c BCD2: #cores=4, #unrelaxed=1542, #relaxed=5232, #hardened=0
19.58/19.67	c BCD2: #sat=2 #unsat=5 bias=5/7
19.68/19.71	c Solving starts ...
19.68/19.71	c ============================[ Search Statistics ]============================
19.68/19.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.68/19.71	c       |         |          |          |    Limit     GC | Var      | Constra 
19.68/19.71	c =============================================================================
19.68/19.71	c  0.0s |       0 |        0 |        0 |     3358      0 |        0 |        4
19.89/19.94	c  0.2s |       0 |      601 |        1 |     3358      0 |        0 |        4
19.89/19.94	c #cpu_time = 0.232s
19.89/19.94	c #wall_clock_time = 0.232s
19.89/19.94	c #decision = 601
19.89/19.94	c #random_decision = 0
19.89/19.94	c #conflict = 1
19.89/19.94	c #restart = 0
19.89/19.94	c BCD2: relaxing 229 and merging with 3 cores into a new core of size 548: cost of the new core is >=115
19.89/19.94	c lower bound updated to 122
19.89/19.95	c BCD2: 122 <= obj <= 1308
19.89/19.95	c BCD2: #cores=2, #unrelaxed=1313, #relaxed=5461, #hardened=0
19.89/19.95	c BCD2: #sat=2 #unsat=6 bias=6/8
19.89/19.97	c Solving starts ...
19.89/19.97	c ============================[ Search Statistics ]============================
19.89/19.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.89/19.97	c       |         |          |          |    Limit     GC | Var      | Constra 
19.89/19.97	c =============================================================================
19.89/19.97	c  0.0s |       0 |        0 |        0 |     3358      0 |        9 |        4
20.79/20.82	c  0.8s |       1 |     1709 |      100 |     3358      0 |        9 |       19
21.79/21.85	c  1.9s |       2 |     8194 |      250 |     3694      0 |        9 |       19
24.29/24.36	c  4.4s |       2 |    10880 |      450 |     3694      0 |        9 |       19
24.69/24.76	c  4.8s |       3 |    10936 |      475 |     3694      0 |        9 |       19
27.39/27.42	c  7.4s |       3 |    15655 |      675 |     3694      0 |        9 |       19
28.69/28.70	c  8.7s |       4 |    16131 |      813 |     3694      0 |        9 |       19
31.38/31.41	c 11.4s |       4 |    19000 |     1113 |     4064      0 |        9 |       19
33.38/33.46	c 13.5s |       4 |    20170 |     1313 |     4064      0 |        9 |       19
33.38/33.49	c 13.5s |       5 |    20231 |     1320 |     4064      0 |        9 |       19
35.58/35.65	c 15.7s |       5 |    23761 |     1520 |     4064      0 |        9 |       19
37.79/37.87	c 17.9s |       5 |    25792 |     1820 |     4064      0 |        9 |       19
40.38/40.46	c 20.5s |       6 |    27545 |     2081 |     4064      0 |        9 |       19
42.99/43.02	c 23.1s |       6 |    32879 |     2181 |     4471      0 |        9 |       19
45.49/45.51	c 25.5s |       6 |    39112 |     2481 |     4471      0 |        9 |       19
48.98/49.07	c 29.1s |       6 |    39446 |     2581 |     4471      0 |        9 |       19
51.69/51.78	c 31.8s |       6 |    39794 |     2681 |     4471      0 |        9 |       19
55.68/55.70	c 35.7s |       6 |    40549 |     2781 |     4471      0 |        9 |       19
59.49/59.55	c 39.6s |       6 |    41385 |     2881 |     4471      0 |        9 |       19
62.28/62.30	c 42.3s |       6 |    43107 |     3181 |     4471      0 |        9 |       19
62.58/62.61	c 42.6s |       7 |    43419 |     3223 |     4471      0 |        9 |       19
64.99/65.04	c 45.1s |       7 |    56038 |     3423 |     4471      0 |        9 |       19
67.88/67.96	c 48.0s |       7 |    56456 |     3623 |     4471      0 |        9 |       19
70.88/70.95	c 51.0s |       7 |    56718 |     3723 |     4471      0 |        9 |       19
73.68/73.71	c 53.7s |       7 |    56892 |     3823 |     4919      0 |        9 |       19
76.28/76.35	c 56.4s |       7 |    57016 |     3923 |     4919      0 |        9 |       19
78.38/78.47	c 58.5s |       7 |    57289 |     4023 |     4919      0 |        9 |       19
82.48/82.51	c 62.5s |       7 |    58153 |     4223 |     4919      0 |        9 |       19
87.18/87.28	c 67.3s |       7 |    58842 |     4423 |     4919      0 |        9 |       19
89.28/89.32	c 69.4s |       7 |    62040 |     4623 |     4919      0 |        9 |       19
92.68/92.70	c 72.7s |       7 |    62348 |     4823 |     4919      0 |        9 |       19
93.88/93.99	c 74.0s |       8 |    62610 |     4936 |     4919      0 |        9 |       19
100.38/100.48	c 80.5s |       8 |    72747 |     5036 |     4919      1 |        9 |       19
109.98/110.08	c 90.1s |       8 |    73488 |     5136 |     4919      1 |        9 |       19
112.47/112.57	c 92.6s |       8 |    76806 |     5336 |     4919      1 |        9 |       19
115.97/116.02	c 96.0s |       8 |    77659 |     5536 |     4919      1 |        9 |       19
118.17/118.27	c 98.3s |       8 |    78352 |     5636 |     4919      1 |        9 |       19
120.57/120.65	c  100s |       8 |    78704 |     5736 |     4919      1 |        9 |       19
124.67/124.71	c  104s |       8 |    79581 |     5936 |     4919      1 |        9 |       19
127.97/128.06	c  108s |       8 |    80122 |     6136 |     4919      1 |        9 |       19
141.67/141.72	c  121s |       8 |    80676 |     6236 |     4919      1 |        9 |       19
153.17/153.27	c  133s |       8 |    80925 |     6336 |     4919      1 |        9 |       19
164.86/164.95	c  144s |       8 |    81110 |     6436 |     5411      1 |        9 |       19
169.97/170.04	c  150s |       8 |    81354 |     6536 |     5411      1 |        9 |       19
184.96/185.02	c  165s |       8 |    82052 |     6636 |     5411      1 |        9 |       19
216.16/216.27	c  196s |       8 |    83469 |     6736 |     5411      1 |        9 |       19
242.35/242.47	c  222s |       8 |    84385 |     6836 |     5411      1 |        9 |       19
262.55/262.65	c  242s |       8 |    85830 |     6936 |     5411      1 |        9 |       19
298.64/298.73	c  278s |       8 |    86373 |     7036 |     5411      1 |        9 |       19
322.44/322.53	c  302s |       8 |    88023 |     7136 |     5411      1 |        9 |       19
355.74/355.90	c  335s |       8 |    88262 |     7236 |     5411      1 |        9 |       19
364.94/365.06	c  345s |       8 |    88505 |     7336 |     5411      1 |        9 |       19
379.64/379.75	c  359s |       8 |    88683 |     7436 |     5411      1 |        9 |       19
385.04/385.15	c  365s |       9 |    88848 |     7506 |     5411      1 |        9 |       19
388.53/388.69	c  368s |       9 |    92701 |     7606 |     5411      2 |        9 |       19
391.33/391.47	c  371s |       9 |    93431 |     7806 |     5411      2 |        9 |       19
394.03/394.13	c  374s |       9 |    94302 |     8006 |     5411      2 |        9 |       19
396.93/397.02	c  377s |       9 |    94675 |     8106 |     5411      2 |        9 |       19
399.83/399.96	c  379s |       9 |    95230 |     8206 |     5411      2 |        9 |       19
404.74/404.89	c  384s |       9 |    96122 |     8406 |     5411      2 |        9 |       19
406.83/406.91	c  386s |       9 |    96712 |     8506 |     5411      2 |        9 |       19
409.24/409.37	c  389s |       9 |    97075 |     8606 |     5411      2 |        9 |       19
413.22/413.31	c  393s |       9 |    97254 |     8706 |     5411      2 |        9 |       19
426.83/426.99	c  407s |       9 |    97653 |     8806 |     5411      2 |        9 |       19
439.32/439.44	c  419s |       9 |    97988 |     8906 |     5411      2 |        9 |       19
444.62/444.74	c  424s |       9 |    98165 |     9006 |     5411      2 |        9 |       19
451.23/451.35	c  431s |       9 |    98919 |     9106 |     5411      2 |        9 |       19
455.22/455.35	c  435s |       9 |    99073 |     9206 |     5411      2 |        9 |       19
459.42/459.53	c  439s |       9 |    99302 |     9306 |     5411      2 |        9 |       19
486.32/486.48	c  466s |       9 |    99506 |     9406 |     5411      2 |        9 |       19
518.12/518.26	c  498s |       9 |    99777 |     9506 |     5411      2 |        9 |       19
548.10/548.21	c  528s |       9 |   100003 |     9606 |     5411      2 |        9 |       19
553.80/553.92	c  533s |       9 |   100333 |     9706 |     5411      2 |        9 |       19
559.20/559.32	c  539s |       9 |   101037 |     9806 |     5411      2 |        9 |       19
565.70/565.88	c  545s |       9 |   101441 |     9906 |     5411      2 |        9 |       19
567.81/567.97	c  547s |       9 |   102051 |    10006 |     5411      2 |        9 |       19
572.31/572.48	c  552s |       9 |   103306 |    10206 |     5953      2 |        9 |       19
580.81/580.98	c  561s |       9 |   104564 |    10406 |     5953      2 |        9 |       19
632.00/632.11	c  612s |       9 |   104737 |    10506 |     5953      2 |        9 |       19
641.89/642.09	c  622s |       9 |   105230 |    10606 |     5953      2 |        9 |       19
647.80/647.94	c  627s |       9 |   106581 |    10706 |     5953      2 |        9 |       19
655.69/655.85	c  635s |       9 |   106723 |    10806 |     5953      2 |        9 |       19
664.99/665.13	c  645s |       9 |   106987 |    10906 |     5953      2 |        9 |       19
676.39/676.54	c  656s |       9 |   107406 |    11006 |     5953      2 |        9 |       19
706.19/706.35	c  686s |       9 |   107643 |    11106 |     5953      2 |        9 |       19
736.47/736.62	c  716s |       9 |   108397 |    11206 |     5953      2 |        9 |       19
783.08/783.23	c  763s |       9 |   108771 |    11306 |     5953      2 |        9 |       19
806.28/806.42	c  786s |      10 |   109264 |    11361 |     5953      2 |        9 |       19
810.97/811.15	c  791s |      10 |   114433 |    11461 |     5953      3 |        9 |       19
828.56/828.75	c  808s |      10 |   114637 |    11561 |     5953      3 |        9 |       19
835.26/835.42	c  815s |      10 |   116064 |    11761 |     5953      3 |        9 |       19
837.27/837.43	c  817s |      10 |   117206 |    11861 |     5953      3 |        9 |       19
840.17/840.34	c  820s |      10 |   117341 |    11961 |     5953      3 |        9 |       19
845.96/846.15	c  826s |      10 |   117489 |    12061 |     5953      3 |        9 |       19
848.56/848.79	c  828s |      10 |   118303 |    12161 |     5953      3 |        9 |       19
851.96/852.18	c  832s |      10 |   118602 |    12261 |     5953      3 |        9 |       19
854.67/854.88	c  834s |      10 |   118911 |    12361 |     5953      3 |        9 |       19
859.56/859.79	c  839s |      10 |   119712 |    12461 |     5953      3 |        9 |       19
863.65/863.86	c  843s |      10 |   119935 |    12561 |     5953      3 |        9 |       19
867.95/868.10	c  848s |      10 |   120476 |    12761 |     5953      3 |        9 |       19
870.66/870.86	c  850s |      10 |   121373 |    12961 |     5953      3 |        9 |       19
873.36/873.51	c  853s |      10 |   123075 |    13161 |     5953      3 |        9 |       19
876.46/876.70	c  856s |      10 |   123916 |    13361 |     5953      3 |        9 |       19
880.05/880.24	c  860s |      10 |   124581 |    13561 |     5953      3 |        9 |       19
884.66/884.84	c  864s |      10 |   125189 |    13761 |     5953      3 |        9 |       19
888.86/889.00	c  869s |      10 |   125387 |    13861 |     5953      3 |        9 |       19
895.45/895.63	c  875s |      10 |   125513 |    13961 |     5953      3 |        9 |       19
899.86/900.03	c  880s |      10 |   126137 |    14061 |     5953      3 |        9 |       19
902.76/902.90	c  882s |      10 |   126845 |    14261 |     5953      3 |        9 |       19
918.74/918.91	c  898s |      10 |   127239 |    14461 |     5953      3 |        9 |       19
923.65/923.80	c  903s |      10 |   127395 |    14524 |     5953      3 |        9 |       19
923.65/923.80	c #cpu_time = 901.503s
923.65/923.80	c #wall_clock_time = 903.824s
923.65/923.80	c #decision = 127395
923.65/923.80	c #random_decision = 271
923.65/923.80	c #conflict = 14524
923.65/923.80	c #restart = 10
923.65/923.80	o 542
923.65/923.80	c BCD2: updating upper bound: 1308 -> 541
923.65/923.85	c BCD2: 122 <= obj <= 541
923.65/923.85	c BCD2: #cores=2, #unrelaxed=1313, #relaxed=5461, #hardened=0
923.65/923.85	c BCD2: #sat=3 #unsat=6 bias=6/9
923.65/923.88	c Solving starts ...
923.65/923.88	c ============================[ Search Statistics ]============================
923.65/923.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
923.65/923.88	c       |         |          |          |    Limit     GC | Var      | Constra 
923.65/923.88	c =============================================================================
923.65/923.88	c  0.0s |       0 |        0 |        0 |     5953      0 |        9 |       20
927.54/927.78	c  3.9s |       0 |     2395 |      100 |     5953      1 |        9 |       20
927.54/927.79	c  3.9s |       1 |     2395 |      100 |     5953      1 |        9 |       20
929.84/930.05	c  6.2s |       2 |     4478 |      250 |     5953      1 |        9 |       20
932.14/932.38	c  8.5s |       2 |     6993 |      450 |     5953      1 |        9 |       20
932.34/932.53	c  8.6s |       3 |     7085 |      475 |     5953      1 |        9 |       20
934.54/934.76	c 10.9s |       3 |     9863 |      675 |     5953      1 |        9 |       20
935.74/935.93	c 12.1s |       4 |    10565 |      813 |     5953      1 |        9 |       20
938.24/938.47	c 14.6s |       4 |    14315 |     1013 |     5953      1 |        9 |       20
940.83/941.03	c 17.1s |       4 |    16326 |     1313 |     5953      1 |        9 |       20
940.93/941.11	c 17.2s |       5 |    16326 |     1320 |     5953      1 |        9 |       20
943.84/944.00	c 20.1s |       5 |    19037 |     1520 |     6549      1 |        9 |       20
946.23/946.48	c 22.6s |       5 |    19891 |     1720 |     6549      1 |        9 |       20
948.84/949.08	c 25.2s |       5 |    20131 |     1820 |     6549      1 |        9 |       20
951.84/952.01	c 28.1s |       5 |    20989 |     2020 |     6549      1 |        9 |       20
952.83/953.07	c 29.2s |       6 |    21161 |     2081 |     6549      1 |        9 |       20
955.54/955.79	c 31.9s |       6 |    23297 |     2281 |     6549      1 |        9 |       20
957.73/957.96	c 34.1s |       6 |    24710 |     2581 |     6549      1 |        9 |       20
960.24/960.47	c 36.6s |       6 |    26047 |     2781 |     6549      1 |        9 |       20
962.73/962.96	c 39.1s |       6 |    26757 |     2981 |     6549      1 |        9 |       20
965.33/965.57	c 41.7s |       7 |    27989 |     3223 |     6549      1 |        9 |       20
967.33/967.57	c 43.7s |       7 |    30026 |     3323 |     6549      1 |        9 |       20
970.03/970.27	c 46.4s |       7 |    30765 |     3623 |     6549      1 |        9 |       20
972.72/972.96	c 49.1s |       7 |    31437 |     3923 |     6549      1 |        9 |       20
975.23/975.45	c 51.6s |       7 |    32134 |     4123 |     6549      1 |        9 |       20
978.12/978.39	c 54.5s |       7 |    32798 |     4323 |     6549      1 |        9 |       20
981.62/981.85	c 58.0s |       7 |    34216 |     4623 |     6549      1 |        9 |       20
984.11/984.34	c 60.5s |       7 |    35286 |     4923 |     6549      1 |        9 |       20
984.21/984.45	c 60.6s |       8 |    35293 |     4936 |     6549      1 |        9 |       20
988.92/989.10	c 65.2s |       8 |    38477 |     5036 |     6549      2 |        9 |       20
991.31/991.51	c 67.6s |       8 |    39975 |     5236 |     6549      2 |        9 |       20
993.61/993.88	c 70.0s |       8 |    43799 |     5436 |     6549      2 |        9 |       20
996.01/996.25	c 72.4s |       8 |    48926 |     5736 |     6549      2 |        9 |       20
1004.31/1004.55	c 80.7s |       8 |    49794 |     6036 |     6549      2 |        9 |       20
1011.61/1011.85	c 88.0s |       8 |    50689 |     6136 |     6549      2 |        9 |       20
1016.91/1017.16	c 93.3s |       8 |    50936 |     6236 |     6549      2 |        9 |       20
1022.40/1022.62	c 98.7s |       8 |    51712 |     6436 |     6549      2 |        9 |       20
1036.40/1036.69	c  112s |       8 |    52623 |     6536 |     6549      2 |        9 |       20
1048.70/1048.97	c  125s |       8 |    53207 |     6636 |     6549      2 |        9 |       20
1062.99/1063.21	c  139s |       8 |    53532 |     6736 |     6549      2 |        9 |       20
1074.69/1074.97	c  151s |       8 |    54306 |     6836 |     6549      2 |        9 |       20
1090.09/1090.38	c  166s |       8 |    54544 |     6936 |     6549      2 |        9 |       20
1099.48/1099.73	c  175s |       8 |    55340 |     7036 |     6549      2 |        9 |       20
1104.38/1104.61	c  180s |       8 |    55637 |     7136 |     6549      2 |        9 |       20
1113.48/1113.71	c  189s |       8 |    56454 |     7236 |     6549      2 |        9 |       20
1126.68/1126.98	c  203s |       8 |    56663 |     7336 |     6549      2 |        9 |       20
1141.68/1141.98	c  218s |       8 |    57112 |     7436 |     6549      2 |        9 |       20
1148.67/1148.95	c  225s |       9 |    57359 |     7506 |     6549      2 |        9 |       20
1151.97/1152.21	c  228s |       9 |    59178 |     7606 |     6549      3 |        9 |       20
1154.67/1154.98	c  231s |       9 |    62433 |     7906 |     6549      3 |        9 |       20
1156.87/1157.15	c  233s |       9 |    64227 |     8206 |     6549      3 |        9 |       20
1159.17/1159.44	c  235s |       9 |    65000 |     8406 |     6549      3 |        9 |       20
1161.37/1161.66	c  237s |       9 |    65563 |     8706 |     6549      3 |        9 |       20
1164.67/1164.99	c  241s |       9 |    70146 |     9006 |     6549      3 |        9 |       20
1167.76/1168.06	c  244s |       9 |    71169 |     9106 |     6549      3 |        9 |       20
1170.57/1170.88	c  246s |       9 |    72790 |     9406 |     6549      3 |        9 |       20
1172.86/1173.16	c  249s |       9 |    73541 |     9606 |     6549      3 |        9 |       20
1175.36/1175.69	c  251s |       9 |    76996 |     9806 |     6549      3 |        9 |       20
1178.25/1178.56	c  254s |       9 |    81596 |    10106 |     7204      3 |        9 |       20
1181.36/1181.61	c  257s |       9 |    82189 |    10306 |     7204      3 |        9 |       20
1183.56/1183.89	c  260s |       9 |    82968 |    10506 |     7204      3 |        9 |       20
1186.35/1186.69	c  262s |       9 |    84223 |    10806 |     7204      3 |        9 |       20
1188.45/1188.75	c  264s |       9 |    85131 |    11006 |     7204      3 |        9 |       20
1190.95/1191.29	c  267s |       9 |    86814 |    11306 |     7204      3 |        9 |       20
1191.55/1191.82	c  267s |      10 |    87265 |    11361 |     7204      3 |        9 |       20
1193.74/1194.06	c  270s |      10 |    89347 |    11561 |     7204      3 |        9 |       20
1196.25/1196.51	c  272s |      10 |    91063 |    11861 |     7204      3 |        9 |       20
1198.44/1198.80	c  274s |      10 |    91730 |    12061 |     7204      3 |        9 |       20
1201.34/1201.68	c  277s |      10 |    93135 |    12361 |     7204      3 |        9 |       20
1204.25/1204.57	c  280s |      10 |    94635 |    12661 |     7204      3 |        9 |       20
1206.54/1206.85	c  282s |      10 |    97559 |    12961 |     7204      3 |        9 |       20
1213.53/1213.85	c  289s |      10 |    98738 |    13161 |     7204      4 |        9 |       20
1217.14/1217.45	c  293s |      10 |    99696 |    13461 |     7204      4 |        9 |       20
1219.74/1220.01	c  296s |      10 |   100487 |    13661 |     7204      4 |        9 |       20
1224.04/1224.31	c  300s |      10 |   101173 |    13861 |     7204      4 |        9 |       20
1226.83/1227.14	c  303s |      10 |   102056 |    13961 |     7204      4 |        9 |       20
1229.72/1230.04	c  306s |      10 |   103269 |    14161 |     7204      4 |        9 |       20
1234.83/1235.11	c  311s |      10 |   103875 |    14261 |     7204      4 |        9 |       20
1247.23/1247.55	c  323s |      10 |   104141 |    14361 |     7204      4 |        9 |       20
1271.61/1271.99	c  348s |      10 |   104518 |    14461 |     7204      4 |        9 |       20
1274.31/1274.64	c  350s |      10 |   104851 |    14561 |     7204      4 |        9 |       20
1279.20/1279.50	c  355s |      10 |   108130 |    14760 |     7204      4 |        9 |       20
1279.20/1279.50	c #cpu_time = 354.618s
1279.20/1279.50	c #wall_clock_time = 355.621s
1279.20/1279.50	c #decision = 108130
1279.20/1279.50	c #random_decision = 197
1279.20/1279.50	c #conflict = 14760
1279.20/1279.50	c #restart = 10
1279.20/1279.51	c BCD2: relaxing 1306 and merging with 2 cores into a new core of size 6767: cost of the new core is >=125
1279.20/1279.51	c lower bound updated to 125
1279.20/1279.55	c BCD2: 125 <= obj <= 541
1279.20/1279.55	c BCD2: #cores=1, #unrelaxed=7, #relaxed=6767, #hardened=0
1279.20/1279.55	c BCD2: #sat=3 #unsat=7 bias=7/10
1279.20/1279.59	c Solving starts ...
1279.30/1279.60	c ============================[ Search Statistics ]============================
1279.30/1279.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1279.30/1279.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1279.30/1279.60	c =============================================================================
1279.30/1279.60	c  0.0s |       0 |        0 |        0 |     7204      0 |       18 |       20
1282.21/1282.54	c  2.9s |       0 |     1095 |      100 |     7204      0 |       18 |       37
1282.21/1282.55	c  3.0s |       1 |     1095 |      100 |     7204      0 |       18 |       37
1283.31/1283.68	c  4.1s |       2 |     1834 |      250 |     7204      0 |       18 |       37
1285.01/1285.35	c  5.7s |       3 |     2365 |      475 |     7204      0 |       18 |       37
1286.90/1287.21	c  7.6s |       4 |     3251 |      813 |     7204      0 |       18 |       37
1289.01/1289.34	c  9.7s |       4 |     4435 |     1213 |     7204      0 |       18 |       37
1289.90/1290.23	c 10.6s |       5 |     4734 |     1320 |     7204      0 |       18 |       37
1292.31/1292.63	c 13.0s |       5 |     6305 |     1720 |     7204      0 |       18 |       37
1294.41/1294.74	c 15.1s |       6 |     7312 |     2081 |     7204      0 |       18 |       37
1296.80/1297.11	c 17.5s |       6 |     8444 |     2481 |     7204      0 |       18 |       37
1298.90/1299.27	c 19.7s |       6 |    10421 |     2881 |     7204      0 |       18 |       37
1300.89/1301.25	c 21.7s |       7 |    11373 |     3223 |     7204      0 |       18 |       37
1303.49/1303.87	c 24.3s |       7 |    12020 |     3523 |     7204      0 |       18 |       37
1305.69/1306.02	c 26.4s |       7 |    12649 |     3823 |     7204      0 |       18 |       37
1308.19/1308.50	c 28.9s |       7 |    13983 |     4223 |     7204      0 |       18 |       37
1310.79/1311.17	c 31.6s |       7 |    14954 |     4523 |     7204      0 |       18 |       37
1313.09/1313.43	c 33.8s |       7 |    16082 |     4923 |     7204      0 |       18 |       37
1313.09/1313.50	c 33.9s |       8 |    16116 |     4936 |     7204      0 |       18 |       37
1315.20/1315.58	c 36.0s |       8 |    16736 |     5236 |     7204      0 |       18 |       37
1317.70/1318.05	c 38.4s |       8 |    18344 |     5636 |     7204      0 |       18 |       37
1320.19/1320.57	c 41.0s |       8 |    18889 |     5936 |     7204      0 |       18 |       37
1322.79/1323.17	c 43.6s |       8 |    19972 |     6336 |     7204      0 |       18 |       37
1325.09/1325.50	c 45.9s |       8 |    21012 |     6736 |     7204      0 |       18 |       37
1327.19/1327.55	c 48.0s |       8 |    21781 |     7036 |     7204      0 |       18 |       37
1329.38/1329.75	c 50.2s |       8 |    23092 |     7336 |     7204      0 |       18 |       37
1330.38/1330.71	c 51.1s |       9 |    23419 |     7506 |     7204      0 |       18 |       37
1332.58/1332.94	c 53.3s |       9 |    24154 |     7806 |     7204      1 |       18 |       37
1334.78/1335.13	c 55.5s |       9 |    25276 |     8306 |     7925      1 |       18 |       37
1336.08/1336.44	c 56.8s |       9 |    25924 |     8661 |     7925      1 |       18 |       37
1336.08/1336.44	c #cpu_time = 56.679s
1336.08/1336.44	c #wall_clock_time = 56.839s
1336.08/1336.44	c #decision = 25924
1336.08/1336.44	c #random_decision = 18
1336.08/1336.44	c #conflict = 8661
1336.08/1336.44	c #restart = 9
1336.08/1336.44	o 416
1336.08/1336.44	c BCD2: hardening fixes 50 literals
1336.08/1336.44	c BCD2: updating upper bound: 541 -> 415
1336.08/1336.49	c BCD2: 125 <= obj <= 415
1336.08/1336.49	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6724, #hardened=50
1336.08/1336.49	c BCD2: #sat=4 #unsat=7 bias=7/11
1336.19/1336.55	c Solving starts ...
1336.19/1336.55	c ============================[ Search Statistics ]============================
1336.19/1336.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1336.19/1336.55	c       |         |          |          |    Limit     GC | Var      | Constra 
1336.19/1336.55	c =============================================================================
1336.19/1336.55	c  0.0s |       0 |        0 |        0 |     7925      0 |       68 |       39
1337.88/1338.29	c  1.7s |       1 |      573 |      100 |     7925      0 |       68 |       39
1339.48/1339.88	c  3.3s |       2 |     1169 |      250 |     7925      0 |       68 |       39
1341.58/1341.94	c  5.4s |       3 |     1979 |      475 |     7925      0 |       68 |       39
1343.68/1344.06	c  7.5s |       3 |     2519 |      675 |     7925      0 |       68 |       39
1344.57/1344.97	c  8.4s |       4 |     2942 |      813 |     7925      0 |       68 |       39
1347.48/1347.81	c 11.3s |       4 |     3579 |     1013 |     7925      0 |       68 |       39
1351.08/1351.48	c 14.9s |       4 |     4030 |     1213 |     7925      0 |       68 |       39
1352.79/1353.19	c 16.6s |       5 |     4170 |     1320 |     7925      0 |       68 |       39
1356.48/1356.84	c 20.3s |       5 |     5029 |     1520 |     7925      0 |       68 |       39
1358.68/1359.03	c 22.5s |       5 |     7676 |     1720 |     7925      0 |       68 |       39
1361.77/1362.15	c 25.6s |       5 |     8246 |     1920 |     7925      0 |       68 |       39
1363.78/1364.15	c 27.6s |       6 |     9060 |     2081 |     7925      0 |       68 |       39
1366.17/1366.53	c 30.0s |       6 |    11148 |     2281 |     7925      0 |       68 |       39
1368.27/1368.67	c 32.1s |       6 |    11862 |     2581 |     7925      0 |       68 |       39
1370.57/1370.95	c 34.4s |       6 |    14155 |     2881 |     7925      0 |       68 |       39
1372.97/1373.40	c 36.8s |       6 |    16392 |     3181 |     7925      1 |       68 |       39
1373.37/1373.77	c 37.2s |       7 |    16518 |     3223 |     7925      1 |       68 |       39
1376.07/1376.44	c 39.9s |       7 |    18007 |     3423 |     7925      1 |       68 |       39
1378.86/1379.25	c 42.7s |       7 |    18915 |     3623 |     7925      1 |       68 |       39
1381.27/1381.65	c 45.1s |       7 |    20469 |     3923 |     7925      1 |       68 |       39
1383.57/1383.95	c 47.4s |       7 |    22145 |     4223 |     7925      1 |       68 |       39
1386.26/1386.61	c 50.1s |       7 |    22874 |     4523 |     7925      1 |       68 |       39
1388.56/1388.92	c 52.4s |       7 |    23656 |     4823 |     7925      1 |       68 |       39
1389.16/1389.59	c 53.0s |       8 |    24276 |     4936 |     7925      1 |       68 |       39
1391.46/1391.84	c 55.3s |       8 |    25441 |     5236 |     7925      1 |       68 |       39
1393.56/1393.93	c 57.4s |       8 |    26000 |     5436 |     7925      1 |       68 |       39
1395.76/1396.19	c 59.6s |       8 |    26534 |     5736 |     7925      1 |       68 |       39
1398.26/1398.62	c 62.1s |       8 |    27709 |     6036 |     7925      1 |       68 |       39
1401.06/1401.47	c 64.9s |       8 |    31239 |     6436 |     7925      1 |       68 |       39
1404.06/1404.43	c 67.9s |       8 |    31934 |     6736 |     7925      1 |       68 |       39
1406.16/1406.50	c 70.0s |       8 |    32790 |     6936 |     7925      1 |       68 |       39
1408.65/1409.05	c 72.5s |       8 |    34535 |     7336 |     7925      1 |       68 |       39
1410.45/1410.86	c 74.3s |       9 |    35642 |     7506 |     7925      2 |       68 |       39
1412.95/1413.31	c 76.8s |       9 |    37446 |     7806 |     7925      2 |       68 |       39
1415.55/1415.93	c 79.4s |       9 |    38661 |     8206 |     7925      2 |       68 |       39
1418.05/1418.44	c 81.9s |       9 |    39403 |     8506 |     7925      2 |       68 |       39
1420.87/1421.27	c 84.7s |       9 |    42096 |     8906 |     7925      2 |       68 |       39
1423.86/1424.28	c 87.7s |       9 |    44330 |     9206 |     7925      2 |       68 |       39
1425.86/1426.29	c 89.7s |       9 |    44904 |     9406 |     7925      2 |       68 |       39
1428.16/1428.51	c 92.0s |       9 |    47528 |     9806 |     7925      2 |       68 |       39
1430.56/1430.96	c 94.4s |       9 |    48897 |    10206 |     7925      2 |       68 |       39
1432.96/1433.39	c 96.8s |       9 |    50465 |    10506 |     7925      2 |       68 |       39
1435.56/1435.94	c 99.4s |       9 |    52310 |    10906 |     7925      2 |       68 |       39
1438.06/1438.47	c  101s |       9 |    53970 |    11106 |     7925      2 |       68 |       39
1440.96/1441.35	c  104s |       9 |    55098 |    11206 |     7925      2 |       68 |       39
1445.56/1445.91	c  109s |       9 |    55443 |    11306 |     7925      2 |       68 |       39
1447.96/1448.32	c  111s |      10 |    55561 |    11361 |     7925      2 |       68 |       39
1450.75/1451.15	c  114s |      10 |    56901 |    11561 |     7925      3 |       68 |       39
1453.65/1454.03	c  117s |      10 |    57177 |    11661 |     7925      3 |       68 |       39
1457.95/1458.31	c  121s |      10 |    57982 |    11861 |     7925      3 |       68 |       39
1461.35/1461.73	c  125s |      10 |    58633 |    12061 |     7925      3 |       68 |       39
1463.95/1464.34	c  127s |      10 |    59712 |    12261 |     7925      3 |       68 |       39
1466.75/1467.17	c  130s |      10 |    60185 |    12461 |     7925      3 |       68 |       39
1469.45/1469.90	c  133s |      10 |    60612 |    12661 |     7925      3 |       68 |       39
1472.45/1472.86	c  136s |      10 |    61248 |    12861 |     7925      3 |       68 |       39
1475.45/1475.85	c  139s |      10 |    62442 |    13161 |     7925      3 |       68 |       39
1477.75/1478.18	c  141s |      10 |    63504 |    13461 |     7925      3 |       68 |       39
1480.45/1480.89	c  144s |      10 |    64093 |    13761 |     7925      3 |       68 |       39
1483.45/1483.85	c  147s |      10 |    64749 |    13961 |     7925      3 |       68 |       39
1485.65/1486.00	c  149s |      10 |    65062 |    14061 |     7925      3 |       68 |       39
1487.65/1488.05	c  151s |      10 |    65352 |    14161 |     7925      3 |       68 |       39
1489.84/1490.28	c  153s |      10 |    65678 |    14261 |     7925      3 |       68 |       39
1493.24/1493.67	c  157s |      10 |    67459 |    14461 |     7925      3 |       68 |       39
1495.84/1496.29	c  159s |      10 |    68026 |    14661 |     7925      3 |       68 |       39
1499.14/1499.56	c  163s |      10 |    68733 |    14861 |     7925      3 |       68 |       39
1503.24/1503.68	c  167s |      10 |    69428 |    15061 |     7925      3 |       68 |       39
1507.54/1507.94	c  171s |      10 |    69862 |    15161 |     7925      3 |       68 |       39
1510.84/1511.23	c  174s |      10 |    70224 |    15261 |     7925      3 |       68 |       39
1513.54/1513.91	c  177s |      10 |    70480 |    15361 |     7925      3 |       68 |       39
1515.74/1516.11	c  179s |      10 |    71079 |    15461 |     7925      3 |       68 |       39
1517.74/1518.11	c  181s |      10 |    71555 |    15661 |     7925      3 |       68 |       39
1522.43/1522.87	c  186s |      10 |    71983 |    15861 |     7925      3 |       68 |       39
1525.53/1525.93	c  189s |      10 |    72236 |    15961 |     7925      3 |       68 |       39
1529.63/1530.08	c  193s |      10 |    72512 |    16061 |     7925      3 |       68 |       39
1532.93/1533.35	c  196s |      10 |    72860 |    16261 |     7925      4 |       68 |       39
1535.24/1535.66	c  199s |      10 |    73088 |    16361 |     7925      4 |       68 |       39
1537.84/1538.28	c  201s |      10 |    73716 |    16561 |     7925      4 |       68 |       39
1539.94/1540.36	c  203s |      10 |    74257 |    16761 |     7925      4 |       68 |       39
1542.24/1542.65	c  206s |      10 |    74519 |    16861 |     7925      4 |       68 |       39
1545.94/1546.38	c  209s |      10 |    75936 |    17061 |     7925      4 |       68 |       39
1547.24/1547.60	c  211s |      11 |    76154 |    17144 |     7925      4 |       68 |       39
1551.34/1551.70	c  215s |      11 |    78139 |    17344 |     7925      4 |       68 |       39
1553.84/1554.20	c  217s |      11 |    78905 |    17644 |     7925      4 |       68 |       39
1556.34/1556.76	c  220s |      11 |    79254 |    17744 |     7925      4 |       68 |       39
1558.64/1559.09	c  222s |      11 |    80234 |    17944 |     7925      4 |       68 |       39
1561.64/1562.06	c  225s |      11 |    83940 |    18244 |     7925      4 |       68 |       39
1563.84/1564.23	c  227s |      11 |    85328 |    18544 |     7925      4 |       68 |       39
1566.34/1566.74	c  230s |      11 |    86526 |    18844 |     7925      4 |       68 |       39
1568.43/1568.83	c  232s |      11 |    88080 |    19144 |     8718      4 |       68 |       39
1570.63/1571.09	c  234s |      11 |    88864 |    19444 |     8718      4 |       68 |       39
1573.33/1573.72	c  237s |      11 |    90439 |    19844 |     8718      4 |       68 |       39
1575.33/1575.75	c  239s |      11 |    90885 |    20044 |     8718      4 |       68 |       39
1577.63/1578.09	c  241s |      11 |    91422 |    20244 |     8718      4 |       68 |       39
1580.03/1580.40	c  243s |      11 |    93379 |    20644 |     8718      4 |       68 |       39
1582.33/1582.71	c  246s |      11 |    95555 |    20944 |     8718      4 |       68 |       39
1584.84/1585.29	c  248s |      11 |    97185 |    21244 |     8718      4 |       68 |       39
1587.04/1587.44	c  250s |      11 |    98702 |    21544 |     8718      4 |       68 |       39
1589.63/1590.08	c  253s |      11 |   101130 |    21944 |     8718      4 |       68 |       39
1592.03/1592.41	c  255s |      11 |   102888 |    22444 |     8718      4 |       68 |       39
1594.13/1594.55	c  257s |      11 |   104019 |    22844 |     8718      4 |       68 |       39
1597.02/1597.42	c  260s |      11 |   105533 |    23244 |     8718      4 |       68 |       39
1599.32/1599.74	c  263s |      11 |   106521 |    23544 |     8718      4 |       68 |       39
1601.42/1601.85	c  265s |      11 |   107011 |    23744 |     8718      4 |       68 |       39
1604.72/1605.12	c  268s |      11 |   109551 |    24044 |     8718      5 |       68 |       39
1607.23/1607.64	c  271s |      11 |   113398 |    24244 |     8718      5 |       68 |       39
1610.63/1611.04	c  274s |      11 |   113936 |    24444 |     8718      5 |       68 |       39
1613.13/1613.52	c  276s |      11 |   114332 |    24644 |     8718      5 |       68 |       39
1616.64/1617.04	c  280s |      11 |   114900 |    24944 |     8718      5 |       68 |       39
1619.53/1619.94	c  283s |      11 |   115166 |    25144 |     8718      5 |       68 |       39
1622.03/1622.45	c  285s |      11 |   116725 |    25344 |     8718      5 |       68 |       39
1624.03/1624.48	c  287s |      11 |   118346 |    25744 |     8718      5 |       68 |       39
1624.43/1624.86	c  288s |      12 |   118548 |    25819 |     8718      5 |       68 |       39
1627.32/1627.70	c  291s |      12 |   119871 |    26019 |     8718      5 |       68 |       39
1629.93/1630.37	c  293s |      12 |   120881 |    26319 |     8718      5 |       68 |       39
1632.03/1632.45	c  295s |      12 |   122051 |    26819 |     8718      5 |       68 |       39
1634.33/1634.74	c  298s |      12 |   122745 |    27219 |     8718      5 |       68 |       39
1636.72/1637.17	c  300s |      12 |   123466 |    27619 |     8718      5 |       68 |       39
1639.52/1639.96	c  303s |      12 |   123902 |    27819 |     8718      5 |       68 |       39
1641.62/1642.08	c  305s |      12 |   124484 |    28019 |     8718      5 |       68 |       39
1644.13/1644.54	c  307s |      12 |   124950 |    28319 |     8718      5 |       68 |       39
1646.22/1646.67	c  310s |      12 |   125978 |    28519 |     8718      6 |       68 |       39
1649.02/1649.40	c  312s |      12 |   126938 |    28919 |     8718      6 |       68 |       39
1651.72/1652.12	c  315s |      12 |   127511 |    29119 |     8718      6 |       68 |       39
1653.92/1654.30	c  317s |      12 |   128122 |    29319 |     8718      6 |       68 |       39
1656.82/1657.23	c  320s |      12 |   129365 |    29719 |     8718      6 |       68 |       39
1658.92/1659.33	c  322s |      12 |   130309 |    30119 |     8718      6 |       68 |       39
1661.01/1661.45	c  324s |      12 |   131002 |    30419 |     8718      6 |       68 |       39
1663.61/1664.06	c  327s |      12 |   131618 |    30719 |     8718      6 |       68 |       39
1666.01/1666.42	c  329s |      12 |   134181 |    31119 |     8718      6 |       68 |       39
1668.32/1668.75	c  332s |      12 |   135682 |    31519 |     8718      6 |       68 |       39
1670.71/1671.15	c  334s |      12 |   139129 |    31819 |     8718      6 |       68 |       39
1672.72/1673.19	c  336s |      12 |   140815 |    32119 |     8718      6 |       68 |       39
1674.82/1675.25	c  338s |      12 |   142173 |    32519 |     8718      6 |       68 |       39
1677.13/1677.57	c  341s |      12 |   144014 |    32919 |     8718      6 |       68 |       39
1679.43/1679.81	c  343s |      12 |   145910 |    33219 |     8718      6 |       68 |       39
1682.02/1682.49	c  345s |      12 |   146841 |    33519 |     8718      6 |       68 |       39
1684.42/1684.87	c  348s |      12 |   147416 |    33719 |     8718      6 |       68 |       39
1687.02/1687.42	c  350s |      12 |   148129 |    34019 |     8718      6 |       68 |       39
1689.82/1690.24	c  353s |      12 |   148630 |    34219 |     8718      6 |       68 |       39
1692.12/1692.52	c  355s |      12 |   150264 |    34519 |     8718      6 |       68 |       39
1694.42/1694.86	c  358s |      12 |   151125 |    34719 |     8718      6 |       68 |       39
1696.72/1697.13	c  360s |      12 |   153678 |    35119 |     8718      6 |       68 |       39
1699.02/1699.42	c  362s |      12 |   156039 |    35319 |     8718      7 |       68 |       39
1701.71/1702.13	c  365s |      12 |   156569 |    35519 |     8718      7 |       68 |       39
1704.21/1704.69	c  368s |      12 |   158689 |    35819 |     8718      7 |       68 |       39
1707.11/1707.53	c  370s |      12 |   159973 |    36019 |     8718      7 |       68 |       39
1709.12/1709.58	c  373s |      12 |   160375 |    36119 |     8718      7 |       68 |       39
1711.41/1711.83	c  375s |      12 |   160757 |    36219 |     8718      7 |       68 |       39
1713.81/1714.29	c  377s |      12 |   161014 |    36319 |     8718      7 |       68 |       39
1715.91/1716.39	c  379s |      12 |   161675 |    36419 |     8718      7 |       68 |       39
1718.51/1718.94	c  382s |      12 |   161949 |    36519 |     8718      7 |       68 |       39
1721.22/1721.67	c  385s |      12 |   162510 |    36619 |     8718      7 |       68 |       39
1724.11/1724.58	c  388s |      12 |   162854 |    36719 |     8718      7 |       68 |       39
1726.91/1727.32	c  390s |      12 |   163046 |    36819 |     8718      7 |       68 |       39
1730.02/1730.44	c  393s |      12 |   163490 |    36919 |     8718      7 |       68 |       39
1732.22/1732.69	c  396s |      12 |   164367 |    37019 |     8718      7 |       68 |       39
1735.42/1735.82	c  399s |      12 |   170421 |    37319 |     8718      7 |       68 |       39
1738.21/1738.62	c  402s |      12 |   173100 |    37619 |     8718      7 |       68 |       39
1741.61/1742.00	c  405s |      12 |   173816 |    37919 |     8718      7 |       68 |       39
1744.31/1744.71	c  408s |      12 |   174993 |    38219 |     8718      7 |       68 |       39
1746.70/1747.13	c  410s |      12 |   176009 |    38419 |     8718      7 |       68 |       39
1748.71/1749.17	c  412s |      12 |   176850 |    38719 |     8718      7 |       68 |       39
1749.50/1749.94	c  413s |      13 |   177032 |    38832 |     8718      7 |       68 |       39
1752.30/1752.70	c  416s |      13 |   177996 |    39032 |     8718      8 |       68 |       39
1754.90/1755.37	c  418s |      13 |   178862 |    39332 |     8718      8 |       68 |       39
1757.90/1758.38	c  421s |      13 |   180559 |    39632 |     8718      8 |       68 |       39
1760.40/1760.84	c  424s |      13 |   181612 |    39832 |     8718      8 |       68 |       39
1762.80/1763.22	c  426s |      13 |   182802 |    40132 |     8718      8 |       68 |       39
1765.00/1765.43	c  428s |      13 |   183091 |    40332 |     8718      8 |       68 |       39
1767.10/1767.51	c  430s |      13 |   184782 |    40532 |     8718      8 |       68 |       39
1769.20/1769.62	c  433s |      13 |   185367 |    40732 |     8718      8 |       68 |       39
1771.60/1772.09	c  435s |      13 |   185796 |    40932 |     8718      8 |       68 |       39
1774.80/1775.26	c  438s |      13 |   188858 |    41132 |     8718      8 |       68 |       39
1777.60/1778.04	c  441s |      13 |   189688 |    41432 |     8718      8 |       68 |       39
1780.61/1781.09	c  444s |      13 |   190386 |    41632 |     8718      8 |       68 |       39
1783.30/1783.78	c  447s |      13 |   191273 |    41832 |     8718      8 |       68 |       39
1787.40/1787.88	c  451s |      13 |   192012 |    42132 |     8718      8 |       68 |       39
1790.60/1791.01	c  454s |      13 |   192678 |    42332 |     8718      8 |       68 |       39
1793.30/1793.76	c  457s |      13 |   193220 |    42532 |     8718      8 |       68 |       39
1795.90/1796.36	c  459s |      13 |   194318 |    42732 |     8718      8 |       68 |       39
1798.39/1798.81	c  462s |      13 |   194874 |    43032 |     8718      8 |       68 |       39

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

pid=3948
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.07 2.10 2.09 2/179 3951
/proc/meminfo: memFree=30073368/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=816572 CPUtime=0 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 3063 0 0 0 0 0 0 0 20 0 4 0 24478561 836169728 3935 33554432000 4194304 16246674 140735716214496 140735716213920 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 204911 3945 441 2943 0 201805 0
[pid=3951/tid=3952] ppid=3948 vsize=835004 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 855044096 4007 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=839100 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 859238400 4023 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=844220 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 864481280 4041 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.07 2.10 2.09 2/179 3951
/proc/meminfo: memFree=30073368/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 29304 0 0 0 5 4 0 0 20 0 4 0 24478561 1333334016 30115 33554432000 4194304 16246674 140735716214496 140735716197488 12752373 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 325521 30131 801 2943 0 322415 0
[pid=3951/tid=3952] ppid=3948 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1333334016 30142 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1333334016 30154 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1333334016 30166 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200526 s]
/proc/loadavg: 2.07 2.10 2.09 2/179 3951
/proc/meminfo: memFree=30073368/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 48410 0 0 0 12 7 0 0 20 0 4 0 24478561 1344868352 49220 33554432000 4194304 16246674 140735716214496 140735716213808 6969791 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 328337 49220 834 2943 0 325231 0
[pid=3951/tid=3952] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 49220 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 49220 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 49220 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300504 s]
/proc/loadavg: 2.07 2.10 2.09 2/179 3951
/proc/meminfo: memFree=30073368/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 48411 0 0 0 22 7 0 0 20 0 4 0 24478561 1344868352 49221 33554432000 4194304 16246674 140735716214496 140735716213808 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 328337 49221 834 2943 0 325231 0
[pid=3951/tid=3952] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 49221 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 49221 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 49221 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700419 s]
/proc/loadavg: 2.07 2.10 2.09 2/179 3951
/proc/meminfo: memFree=30073368/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 48481 0 0 0 62 7 0 0 20 0 4 0 24478561 1344868352 49291 33554432000 4194304 16246674 140735716214496 140735716213808 13965472 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 328337 49291 904 2943 0 325231 0
[pid=3951/tid=3952] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 49291 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 49291 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 49291 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50041 s]
/proc/loadavg: 2.07 2.10 2.09 3/183 3955
/proc/meminfo: memFree=29878344/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 55043 0 0 0 141 8 0 0 20 0 4 0 24478561 1344868352 55853 33554432000 4194304 16246674 140735716214496 140735716213672 4220520 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 328337 55853 919 2943 0 325231 0
[pid=3951/tid=3952] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 55853 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 55853 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 55853 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10043 s]
/proc/loadavg: 2.07 2.10 2.09 3/183 3955
/proc/meminfo: memFree=29851684/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1313348 CPUtime=3.09 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 55043 0 0 0 301 8 0 0 20 0 4 0 24478561 1344868352 55853 33554432000 4194304 16246674 140735716214496 140735716213672 13950192 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 328337 55853 919 2943 0 325231 0
[pid=3951/tid=3952] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 55853 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 55853 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 55853 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1313348

[startup+6.30043 s]
/proc/loadavg: 2.06 2.10 2.09 4/183 3955
/proc/meminfo: memFree=29765752/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1313348 CPUtime=6.29 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 76575 0 0 0 617 12 0 0 20 0 4 0 24478561 1344868352 77385 33554432000 4194304 16246674 140735716214496 140735716213672 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 328337 77385 919 2943 0 325231 0
[pid=3951/tid=3952] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 77385 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 77385 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 77385 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313348

[startup+12.7004 s]
/proc/loadavg: 2.14 2.11 2.09 3/183 3955
/proc/meminfo: memFree=29742816/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1313348 CPUtime=12.69 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 82339 0 0 0 1256 13 0 0 20 0 4 0 24478561 1344868352 83149 33554432000 4194304 16246674 140735716214496 140735716213672 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 328337 83149 919 2943 0 325231 0
[pid=3951/tid=3952] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 83149 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 83149 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 83149 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1313348

[startup+25.5005 s]
/proc/loadavg: 2.17 2.12 2.09 3/183 3955
/proc/meminfo: memFree=29743052/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1313348 CPUtime=25.49 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 82340 0 0 0 2534 15 0 0 20 0 4 0 24478561 1344868352 83150 33554432000 4194304 16246674 140735716214496 140735716196416 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 328337 83150 920 2943 0 325231 0
[pid=3951/tid=3952] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 83150 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 83150 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 83150 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1313348

[startup+51.1005 s]
/proc/loadavg: 2.23 2.14 2.10 4/183 3955
/proc/meminfo: memFree=29742276/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1313348 CPUtime=51.08 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 91770 0 0 0 5089 19 0 0 20 0 4 0 24478561 1344868352 92580 33554432000 4194304 16246674 140735716214496 140735716213672 6021672 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 328337 92580 922 2943 0 325231 0
[pid=3951/tid=3952] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 92580 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 92580 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 92580 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1313348

[startup+102.301 s]
/proc/loadavg: 2.38 2.20 2.12 3/182 3956
/proc/meminfo: memFree=29648160/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1313348 CPUtime=102.28 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 106003 0 0 0 10199 29 0 0 20 0 4 0 24478561 1344868352 106813 33554432000 4194304 16246674 140735716214496 140735716213672 6845877 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 328337 106813 922 2943 0 325231 0
[pid=3951/tid=3952] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 106813 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 106813 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1344868352 106813 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1313348


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

/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273441 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 1325636

[startup+1362.3 s]
/proc/loadavg: 2.11 2.10 2.09 3/183 3989
/proc/meminfo: memFree=28925192/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1325636 CPUtime=1361.97 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 199513 0 0 0 135993 204 0 0 20 0 4 0 24478561 1357451264 273442 33554432000 4194304 16246674 140735716214496 140735716196416 5711691 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 331409 273442 923 2943 0 328303 0
[pid=3951/tid=3952] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1325636

[startup+1422.3 s]
/proc/loadavg: 2.04 2.08 2.08 3/183 3990
/proc/meminfo: memFree=28926300/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1325636 CPUtime=1421.97 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 199522 0 0 0 141992 205 0 0 20 0 4 0 24478561 1357451264 273442 33554432000 4194304 16246674 140735716214496 140735716196416 5712608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 331409 273442 923 2943 0 328303 0
[pid=3951/tid=3952] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1325636

[startup+1482.3 s]
/proc/loadavg: 2.09 2.08 2.08 3/183 3991
/proc/meminfo: memFree=28925804/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1325636 CPUtime=1481.95 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 199522 0 0 0 147990 205 0 0 20 0 4 0 24478561 1357451264 273442 33554432000 4194304 16246674 140735716214496 140735716196416 13923754 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 331409 273442 923 2943 0 328303 0
[pid=3951/tid=3952] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 1325636

[startup+1542.31 s]
/proc/loadavg: 2.12 2.09 2.09 3/183 3992
/proc/meminfo: memFree=28926304/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1325636 CPUtime=1541.95 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 199522 0 0 0 153989 206 0 0 20 0 4 0 24478561 1357451264 273442 33554432000 4194304 16246674 140735716214496 140735716196416 5659404 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 331409 273442 923 2943 0 328303 0
[pid=3951/tid=3952] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 1325636

[startup+1602.3 s]
/proc/loadavg: 2.15 2.10 2.09 3/183 3993
/proc/meminfo: memFree=28926040/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1325636 CPUtime=1601.92 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 199522 0 0 0 159986 206 0 0 20 0 4 0 24478561 1357451264 273442 33554432000 4194304 16246674 140735716214496 140735716196416 5711640 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 331409 273442 923 2943 0 328303 0
[pid=3951/tid=3952] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 1325636

[startup+1662.3 s]
/proc/loadavg: 2.09 2.09 2.09 3/183 3995
/proc/meminfo: memFree=28925912/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1325636 CPUtime=1661.91 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 199522 0 0 0 165984 207 0 0 20 0 4 0 24478561 1357451264 273442 33554432000 4194304 16246674 140735716214496 140735716196416 5712604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 331409 273442 923 2943 0 328303 0
[pid=3951/tid=3952] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 1325636

[startup+1722.3 s]
/proc/loadavg: 2.14 2.10 2.09 4/184 4047
/proc/meminfo: memFree=28892132/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1325636 CPUtime=1721.91 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 199522 0 0 0 171983 208 0 0 20 0 4 0 24478561 1357451264 273442 33554432000 4194304 16246674 140735716214496 140735716196416 5712608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 331409 273442 923 2943 0 328303 0
[pid=3951/tid=3952] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 1325636

[startup+1782.3 s]
/proc/loadavg: 2.17 2.11 2.09 3/184 4071
/proc/meminfo: memFree=28890676/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1325636 CPUtime=1781.9 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 199522 0 0 0 177981 209 0 0 20 0 4 0 24478561 1357451264 273442 33554432000 4194304 16246674 140735716214496 140735716213672 5712604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 331409 273442 923 2943 0 328303 0
[pid=3951/tid=3952] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 1325636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.12 2.11 2.09 3/184 4072
/proc/meminfo: memFree=28891896/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1325636 CPUtime=1800.09 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 199522 0 0 0 179800 209 0 0 20 0 4 0 24478561 1357451264 273442 33554432000 4194304 16246674 140735716214496 140735716196416 13780660 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 331409 273442 923 2943 0 328303 0
[pid=3951/tid=3952] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1325636

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

[startup+1800.5 s]
/proc/loadavg: 2.12 2.11 2.09 3/184 4072
/proc/meminfo: memFree=28891896/32872528 swapFree=681964/737152
[pid=3951] ppid=3948 vsize=1325636 CPUtime=1800.09 cores=1,3,5,7
/proc/3951/stat : 3951 (toysat) R 3948 3951 1377 0 -1 4202496 199522 0 0 0 179800 209 0 0 20 0 4 0 24478561 1357451264 273442 33554432000 4194304 16246674 140735716214496 140735716196416 13780660 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3951/statm: 331409 273442 923 2943 0 328303 0
[pid=3951/tid=3952] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3952/stat : 3952 (toysat) S 3948 3951 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602259778800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3951/tid=3953] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3953/stat : 3953 (toysat) S 3948 3951 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602249288944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3951/tid=3954] ppid=3948 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3951/task/3954/stat : 3954 (toysat) S 3948 3951 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24478562 1357451264 273442 33554432000 4194304 16246674 140735716214496 140602129771696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1325636

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1798.01
CPU system time (s): 2.09868
CPU usage (%): 99.9779
Max. virtual memory (cumulated for all children) (KiB): 1325636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.01
system time used= 2.09868
maximum resident set size= 1093768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199522
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= 192
involuntary context switches= 1842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.64029 second user time and 6.84596 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 06:31:33
IDJOB=4101553
IDBENCH=1765
IDSOLVER=2542
FILE ID=node112/4101553-1466224293
RUNJOBID= node112-1466206100-1395
PBS_JOBID= 19918164
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-air02.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101553-1466224293/watcher-4101553-1466224293 -o /tmp/evaluation-result-4101553-1466224293/solver-4101553-1466224293 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466206100-1395 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101553-1466224293.opb

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

MD5SUM BENCH= d237957d2db9f550f313e8cfb724f264
RANDOM SEED=764775658

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30074136 kB
Buffers:          102376 kB
Cached:           122020 kB
SwapCached:         1916 kB
Active:          1197400 kB
Inactive:         128656 kB
Active(anon):    1102708 kB
Inactive(anon):     1576 kB
Active(file):      94692 kB
Inactive(file):   127080 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096992 kB
Dirty:             16732 kB
Writeback:             0 kB
AnonPages:       1811672 kB
Mapped:            10916 kB
Shmem:                 0 kB
Slab:             600772 kB
SReclaimable:      44684 kB
SUnreclaim:       556088 kB
KernelStack:        1520 kB
PageTables:         7832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1980248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 71652 MiB
End job on node112 at 2016-06-18 07:01:34