Trace number 4093611

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.02 1800.41

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j60/
normalized-j605_10-unsat--soft-0-100-0.wbo
MD5SUMaa131aa05ae65be44cbf3bf42f4ef3fc
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark200
Best CPU time to get the best result obtained on this benchmark1800.16
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9638
Total number of constraints30220
Number of soft constraints30220
Number of constraints which are clauses29908
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints312
Minimum length of a constraint1
Maximum length of a constraint38
Top cost 1517847
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1517846
Biggest number in a constraint 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
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-16T17:07:13+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","--wbo","--search=bcd2","HOME/instance-4093611-1466089633.wbo"]
0.00/0.01	c use --random-gen="1358277547 1060300102 2850917379 486346443 4117597973 4099073534 3173965046 950197631 2985999071 2281452964 1189647055 2435634573 4110218187 1394696119 911701455 887072966 3191319798 3588855674 2665424561 2155351160 3934106045 1247998758 1912190481 2379703758 4159604067 825980558 3678858677 2130150915 5335074 558900824 3604287353 4157640573 2334755943 2886534393 3930762231 3783196763 2877135040 540414875 2965381410 3164206430 250608585 3989886964 3742524907 1946817722 179884819 868331611 1349472145 2856849756 2208106518 2569797750 1948498089 502982247 2336486230 3127973778 3435560428 1521682158 1464541814 2981023889 3666404946 778823525 2436294454 242408537 3410119804 2947740858 2734730721 919886543 1586461332 279044634 1614001655 1736840050 670425408 2043138208 943695742 4143274676 1372410865 2879479557 708473566 1728566370 2711739029 684455903 2489487506 2155083909 3469880065 1302535578 165264902 1707997156 1570864290 3609935606 2645163635 2093908822 2371070401 2799877261 3488417756 587520419 2298699542 2184617555 2602725371 1311845080 3995523642 2426867792 721269040 637586275 406251552 687082690 3102416671 878326631 3067249700 1659450065 3751168268 2268581150 1503287429 1477241319 719691856 1174267745 2390957727 2480359984 3018052903 1393866432 2252657127 840077244 649081464 1113898979 1584563199 591899984 257916140 3900762570 3183250074 391319507 194802908 3947744681 3641420125 578886820 3090957412 3184853120 4076135663 575991156 2552130213 1821309176 4155009669 2857219854 4117366959 2163755766 1630733807 3457140490 680404485 3498205938 2441057679 1421665758 3285128933 1750986990 354851068 3105000753 2936347447 3138245719 3492987636 1893068166 2498613304 4088962511 3725687132 3754794548 2154295817 1202975998 3614004221 236697220 784832422 2842429815 2656509863 3667216384 323250902 3322486367 3512965734 474213684 2180366031 1066413309 3033303222 3330963133 1888940087 1200289835 4043441842 4290551249 2787269152 497636684 927892351 776920554 3279316043 2796946226 3779556277 1137123627 1510894460 81946038 2756545254 4175388331 1790097266 108579307 439756409 2618156050 1494301489 1102363526 3758813019 945348020 2291648288 1597944102 251943553 3510962212 2148158448 3804364926 3270079566 3336083521 3247841189 3875216837 3221014588 2391779085 2022248157 1499314718 365738639 3744785938 2509166415 4233705844 1066804769 3689030979 3355690240 941594399 2268081411 1809588864 2842582440 2944582445 1287269171 2835188569 2341888101 3905848593 3032859407 3102647371 2300433859 4110061323 1408519892 3131622075 2113711868 1010084192 62706336 3362731716 2723956502 1639783074 3101237303 679745704 2288903074 1555304397 372649387 3850741049 1497645924 1375788402 244439727 1371823732 466617532 2817608614 4191247839 377177353 255 362436" option to reproduce the execution
2.59/2.67	c #vars 9638
2.59/2.67	c #constraints 30220
3.29/3.37	c BCD2: Hardening is enabled.
3.29/3.37	c BCD2: BiasedSearch is enabled.
3.29/3.37	c Solving starts ...
3.29/3.37	c ============================[ Search Statistics ]============================
3.29/3.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.37	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.37	c =============================================================================
3.39/3.44	c  0.0s |       0 |        0 |        0 |    23122      0 |        1 |        0
3.48/3.56	c  0.1s |       0 |    30631 |        5 |    23122      0 |        1 |        0
3.48/3.56	c #cpu_time = 0.097s
3.48/3.56	c #wall_clock_time = 0.097s
3.48/3.56	c #decision = 30631
3.48/3.56	c #random_decision = 121
3.48/3.56	c #conflict = 5
3.48/3.56	c #restart = 0
3.48/3.57	o 12146
3.58/3.64	c BCD2: updating upper bound: 1528612 -> 22911
3.88/3.90	c BCD2: 0 <= obj <= 22911
3.98/4.01	c BCD2: #cores=0, #unrelaxed=30081, #relaxed=0, #hardened=0
3.98/4.01	c BCD2: #sat=1 #unsat=1 bias=1/2
3.98/4.01	c Solving starts ...
3.98/4.01	c ============================[ Search Statistics ]============================
3.98/4.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.98/4.01	c       |         |          |          |    Limit     GC | Var      | Constra 
3.98/4.01	c =============================================================================
3.98/4.01	c  0.0s |       0 |        0 |        0 |    23122      0 |        1 |        0
3.98/4.01	c  0.0s |       0 |        0 |        0 |    23122      0 |        1 |        0
3.98/4.01	c #cpu_time = 0.026s
3.98/4.01	c #wall_clock_time = 0.026s
3.98/4.01	c #decision = 0
3.98/4.01	c #random_decision = 0
3.98/4.01	c #conflict = 0
3.98/4.01	c #restart = 0
3.98/4.01	c BCD2: found a new core of size 1: cost of the new core is >=10766
3.98/4.01	c lower bound updated to 0
3.98/4.01	c BCD2: 10766 <= obj <= 22911
3.98/4.01	c BCD2: #cores=1, #unrelaxed=30080, #relaxed=1, #hardened=0
3.98/4.01	c BCD2: #sat=1 #unsat=2 bias=2/3
3.98/4.01	c Solving starts ...
3.98/4.01	c ============================[ Search Statistics ]============================
3.98/4.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.98/4.01	c       |         |          |          |    Limit     GC | Var      | Constra 
3.98/4.01	c =============================================================================
3.98/4.01	c  0.0s |       0 |        0 |        0 |    23122      0 |        1 |        0
4.08/4.18	c  0.2s |       1 |    30254 |      100 |    25435      0 |        1 |        0
4.39/4.46	c  0.5s |       2 |    60566 |      250 |    27979      0 |        1 |        0
4.78/4.87	c  0.9s |       3 |    91449 |      475 |    30777      0 |        1 |        0
5.38/5.43	c  1.5s |       4 |   122005 |      813 |    33855      0 |        1 |        0
6.59/6.66	c  2.7s |       5 |   152782 |     1320 |    37241      0 |        1 |        0
8.68/8.73	c  4.8s |       6 |   184085 |     2081 |    40966      0 |        1 |        0
10.89/10.95	c  7.0s |       6 |   215173 |     2681 |    40966      0 |        1 |        0
12.39/12.43	c  8.5s |       7 |   215890 |     3223 |    45063      0 |        1 |        0
14.59/14.66	c 10.7s |       7 |   246640 |     3723 |    45063      0 |        1 |        0
16.78/16.86	c 12.9s |       7 |   247348 |     4323 |    45063      0 |        1 |        0
18.88/18.90	c 14.9s |       8 |   248119 |     4936 |    49570      0 |        1 |        0
21.19/21.26	c 17.3s |       8 |   278847 |     5436 |    49570      0 |        1 |        0
23.19/23.27	c 19.3s |       8 |   279463 |     5936 |    49570      0 |        1 |        0
25.49/25.52	c 21.6s |       8 |   280173 |     6536 |    49570      0 |        1 |        0
27.78/27.82	c 23.9s |       8 |   281028 |     7036 |    49570      0 |        1 |        0
29.18/29.26	c 25.3s |       9 |   281647 |     7506 |    54528      0 |        1 |        0
31.38/31.46	c 27.5s |       9 |   312625 |     8206 |    54528      0 |        1 |        0
33.48/33.54	c 29.6s |       9 |   313504 |     8906 |    54528      0 |        1 |        0
35.78/35.80	c 31.8s |       9 |   314264 |     9506 |    54528      0 |        1 |        0
38.09/38.14	c 34.2s |       9 |   314860 |    10006 |    54528      0 |        1 |        0
40.28/40.39	c 36.4s |       9 |   315432 |    10506 |    54528      0 |        1 |        0
42.89/42.94	c 39.0s |       9 |   316151 |    11106 |    54528      0 |        1 |        0
43.99/44.05	c 40.1s |      10 |   316474 |    11361 |    59981      0 |        1 |        0
46.09/46.10	c 42.1s |      10 |   347059 |    11761 |    59981      0 |        1 |        0
48.08/48.16	c 44.2s |      10 |   347967 |    12461 |    59981      0 |        1 |        0
50.08/50.19	c 46.2s |      10 |   348722 |    13061 |    59981      0 |        1 |        0
52.28/52.37	c 48.4s |      10 |   349506 |    13661 |    59981      0 |        1 |        0
54.38/54.43	c 50.5s |      10 |   350104 |    14161 |    59981      0 |        1 |        0
56.78/56.83	c 52.9s |      10 |   350889 |    14761 |    59981      0 |        1 |        0
58.78/58.83	c 54.9s |      10 |   351534 |    15261 |    59981      0 |        1 |        0
61.08/61.16	c 57.2s |      10 |   352161 |    15761 |    59981      0 |        1 |        0
63.47/63.56	c 59.6s |      10 |   352830 |    16261 |    59981      0 |        1 |        0
65.68/65.71	c 61.7s |      10 |   353344 |    16661 |    59981      0 |        1 |        0
67.77/67.89	c 63.9s |      10 |   353906 |    17061 |    65980      0 |        1 |        0
68.18/68.27	c 64.3s |      11 |   354001 |    17144 |    65980      0 |        1 |        0
70.28/70.34	c 66.4s |      11 |   384528 |    17444 |    65980      0 |        1 |        0
72.78/72.80	c 68.8s |      11 |   385138 |    17944 |    65980      0 |        1 |        0
74.78/74.81	c 70.8s |      11 |   385661 |    18344 |    65980      0 |        1 |        0
77.08/77.17	c 73.2s |      11 |   386320 |    18844 |    65980      0 |        1 |        0
79.38/79.40	c 75.4s |      11 |   386834 |    19244 |    65980      0 |        1 |        0
81.48/81.55	c 77.6s |      11 |   387168 |    19544 |    65980      0 |        1 |        0
83.68/83.76	c 79.8s |      11 |   387689 |    19944 |    65980      0 |        1 |        0
85.97/86.03	c 82.1s |      11 |   388214 |    20344 |    65980      0 |        1 |        0
88.38/88.42	c 84.5s |      11 |   388595 |    20644 |    65980      0 |        1 |        0
90.67/90.77	c 86.8s |      11 |   388972 |    20944 |    65980      0 |        1 |        0
92.18/92.24	c 88.3s |      11 |   389225 |    21131 |    65980      0 |        1 |        0
92.18/92.24	c #cpu_time = 88.037s
92.18/92.24	c #wall_clock_time = 88.263s
92.18/92.24	c #decision = 389225
92.18/92.24	c #random_decision = 11
92.18/92.24	c #conflict = 21131
92.18/92.24	c #restart = 11
92.18/92.25	c BCD2: found a new core of size 4924: cost of the new core is >=1
92.18/92.25	c lower bound updated to 1
92.18/92.27	c BCD2: 10767 <= obj <= 22911
92.18/92.27	c BCD2: #cores=2, #unrelaxed=25156, #relaxed=4925, #hardened=0
92.18/92.27	c BCD2: #sat=1 #unsat=3 bias=3/4
92.18/92.29	c Solving starts ...
92.18/92.29	c ============================[ Search Statistics ]============================
92.18/92.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.18/92.29	c       |         |          |          |    Limit     GC | Var      | Constra 
92.18/92.29	c =============================================================================
92.28/92.30	c  0.0s |       0 |        0 |        0 |    65980      0 |        1 |        0
93.38/93.40	c  1.1s |       0 |    33828 |       19 |    65980      0 |        1 |        0
93.38/93.40	c #cpu_time = 1.068s
93.38/93.40	c #wall_clock_time = 1.071s
93.38/93.40	c #decision = 33828
93.38/93.40	c #random_decision = 7
93.38/93.40	c #conflict = 19
93.38/93.40	c #restart = 0
93.38/93.41	o 2889
93.38/93.43	c BCD2: updating upper bound: 22911 -> 13654
93.58/93.63	c BCD2: 10767 <= obj <= 13654
93.58/93.63	c BCD2: #cores=2, #unrelaxed=25156, #relaxed=4925, #hardened=0
93.58/93.63	c BCD2: #sat=2 #unsat=3 bias=3/5
93.58/93.66	c Solving starts ...
93.58/93.66	c ============================[ Search Statistics ]============================
93.58/93.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.58/93.66	c       |         |          |          |    Limit     GC | Var      | Constra 
93.58/93.66	c =============================================================================
93.58/93.67	c  0.0s |       0 |        0 |        0 |    65980      0 |        1 |        1
94.97/95.06	c  1.4s |       1 |    26726 |      100 |    65980      0 |        1 |        1
97.27/97.38	c  3.7s |       1 |    52363 |      200 |    65980      0 |        1 |        1
97.88/97.99	c  4.3s |       2 |    52475 |      250 |    65980      0 |        1 |        1
102.77/102.85	c  9.2s |       2 |    77862 |      350 |    65980      0 |        1 |        1
106.07/106.16	c 12.5s |       2 |    78007 |      450 |    65980      0 |        1 |        1
106.97/107.08	c 13.4s |       3 |    78044 |      475 |    65980      0 |        1 |        1
113.97/114.09	c 20.4s |       3 |   103409 |      575 |    65980      0 |        1 |        1
120.77/120.81	c 27.1s |       3 |   103538 |      675 |    65980      0 |        1 |        1
125.27/125.32	c 31.6s |       3 |   103708 |      775 |    65980      0 |        1 |        1
127.47/127.58	c 33.9s |       4 |   103790 |      813 |    65980      0 |        1 |        1
132.37/132.40	c 38.7s |       4 |   129141 |      913 |    65980      0 |        1 |        1
137.47/137.54	c 43.9s |       4 |   129294 |     1013 |    65980      0 |        1 |        1
145.66/145.71	c 52.0s |       4 |   129436 |     1113 |    65980      0 |        1 |        1
152.87/153.00	c 59.3s |       4 |   129564 |     1213 |    65980      0 |        1 |        1
158.66/158.74	c 65.1s |       4 |   129705 |     1313 |    65980      0 |        1 |        1
159.16/159.24	c 65.6s |       5 |   129724 |     1320 |    65980      0 |        1 |        1
164.06/164.11	c 70.4s |       5 |   155102 |     1420 |    65980      0 |        1 |        1
169.16/169.20	c 75.5s |       5 |   155231 |     1520 |    65980      0 |        1 |        1
174.76/174.84	c 81.2s |       5 |   155380 |     1620 |    65980      0 |        1 |        1
180.06/180.13	c 86.5s |       5 |   155496 |     1720 |    65980      0 |        1 |        1
183.86/183.91	c 90.2s |       5 |   155637 |     1820 |    65980      0 |        1 |        1
187.86/187.92	c 94.3s |       5 |   155771 |     1920 |    65980      0 |        1 |        1
192.16/192.21	c 98.5s |       5 |   155893 |     2020 |    65980      0 |        1 |        1
194.86/194.96	c  101s |       6 |   155968 |     2081 |    65980      0 |        1 |        1
199.45/199.53	c  105s |       6 |   181331 |     2181 |    65980      0 |        1 |        1
203.85/203.91	c  110s |       6 |   181473 |     2281 |    65980      0 |        1 |        1
208.45/208.56	c  114s |       6 |   181620 |     2381 |    65980      0 |        1 |        1
213.85/213.91	c  120s |       6 |   181795 |     2481 |    65980      0 |        1 |        1
218.65/218.78	c  125s |       6 |   181976 |     2581 |    65980      0 |        1 |        1
223.36/223.47	c  129s |       6 |   182157 |     2681 |    65980      0 |        1 |        1
228.35/228.46	c  134s |       6 |   182346 |     2781 |    65980      0 |        1 |        1
232.95/233.03	c  139s |       6 |   182512 |     2881 |    65980      0 |        1 |        1
236.85/236.94	c  143s |       6 |   182684 |     2981 |    65980      0 |        1 |        1
241.85/241.91	c  148s |       6 |   182800 |     3081 |    65980      0 |        1 |        1
246.45/246.59	c  152s |       6 |   182953 |     3181 |    65980      0 |        1 |        1
249.05/249.10	c  155s |       7 |   183000 |     3223 |    65980      0 |        1 |        1
255.25/255.31	c  161s |       7 |   208407 |     3323 |    65980      0 |        1 |        1
262.14/262.28	c  168s |       7 |   208517 |     3423 |    65980      0 |        1 |        1
266.15/266.28	c  172s |       7 |   208688 |     3523 |    65980      0 |        1 |        1
270.55/270.66	c  176s |       7 |   208813 |     3623 |    65980      0 |        1 |        1
275.94/276.00	c  182s |       7 |   208969 |     3723 |    65980      0 |        1 |        1
281.04/281.19	c  187s |       7 |   209112 |     3823 |    65980      0 |        1 |        1
286.24/286.39	c  192s |       7 |   209246 |     3923 |    65980      0 |        1 |        1
291.24/291.38	c  197s |       7 |   209404 |     4023 |    65980      0 |        1 |        1
297.14/297.28	c  203s |       7 |   209564 |     4123 |    65980      0 |        1 |        1
302.45/302.53	c  208s |       7 |   209697 |     4223 |    65980      0 |        1 |        1
307.14/307.22	c  213s |       7 |   209821 |     4323 |    65980      0 |        1 |        1
314.04/314.13	c  220s |       7 |   209933 |     4423 |    65980      0 |        1 |        1
319.44/319.50	c  225s |       7 |   210075 |     4523 |    72578      0 |        1 |        1
324.23/324.33	c  230s |       7 |   210187 |     4623 |    72578      0 |        1 |        1
329.83/329.93	c  236s |       7 |   210326 |     4723 |    72578      0 |        1 |        1
334.73/334.85	c  241s |       7 |   210517 |     4823 |    72578      0 |        1 |        1
338.33/338.49	c  244s |       7 |   210675 |     4923 |    72578      0 |        1 |        1
338.74/338.88	c  245s |       8 |   210724 |     4936 |    72578      0 |        1 |        1
343.64/343.71	c  250s |       8 |   236117 |     5036 |    72578      0 |        1 |        1
348.44/348.57	c  254s |       8 |   236246 |     5136 |    72578      0 |        1 |        1
353.34/353.41	c  259s |       8 |   236377 |     5236 |    72578      0 |        1 |        1
361.24/361.38	c  267s |       8 |   236500 |     5336 |    72578      0 |        1 |        1
367.34/367.49	c  273s |       8 |   236649 |     5436 |    72578      0 |        1 |        1
375.24/375.32	c  281s |       8 |   236806 |     5536 |    72578      0 |        1 |        1
384.03/384.14	c  290s |       8 |   236947 |     5636 |    72578      0 |        1 |        1
389.34/389.47	c  295s |       8 |   237176 |     5736 |    72578      0 |        1 |        1
395.23/395.39	c  301s |       8 |   237312 |     5836 |    72578      0 |        1 |        1
399.03/399.13	c  305s |       8 |   237460 |     5936 |    72578      0 |        1 |        1
403.83/403.99	c  310s |       8 |   237582 |     6036 |    72578      0 |        1 |        1
408.53/408.61	c  314s |       8 |   237729 |     6136 |    72578      0 |        1 |        1
413.83/413.93	c  320s |       8 |   237865 |     6236 |    72578      0 |        1 |        1
418.83/418.95	c  325s |       8 |   238026 |     6336 |    72578      0 |        1 |        1
427.73/427.81	c  334s |       8 |   238142 |     6436 |    72578      0 |        1 |        1
435.63/435.70	c  342s |       8 |   238250 |     6536 |    72578      0 |        1 |        1
439.93/440.09	c  346s |       8 |   238418 |     6636 |    72578      0 |        1 |        1
445.32/445.48	c  351s |       8 |   238536 |     6736 |    72578      0 |        1 |        1
451.12/451.28	c  357s |       8 |   238680 |     6836 |    72578      0 |        1 |        1
457.02/457.13	c  363s |       8 |   238814 |     6936 |    72578      0 |        1 |        1
461.02/461.10	c  367s |       8 |   238966 |     7036 |    72578      0 |        1 |        1
465.52/465.63	c  371s |       8 |   239121 |     7136 |    72578      0 |        1 |        1
470.62/470.70	c  377s |       8 |   239253 |     7236 |    72578      0 |        1 |        1
474.91/475.06	c  381s |       8 |   239371 |     7336 |    72578      0 |        1 |        1
478.71/478.84	c  385s |       8 |   239534 |     7436 |    72578      0 |        1 |        1
482.31/482.45	c  388s |       9 |   239636 |     7506 |    72578      0 |        1 |        1
490.31/490.50	c  396s |       9 |   264985 |     7606 |    72578      0 |        1 |        1
496.81/496.92	c  403s |       9 |   265104 |     7706 |    72578      0 |        1 |        1
502.10/502.22	c  408s |       9 |   265227 |     7806 |    72578      0 |        1 |        1
506.90/507.05	c  413s |       9 |   265423 |     7906 |    72578      0 |        1 |        1
511.59/511.79	c  418s |       9 |   265559 |     8006 |    72578      0 |        1 |        1
516.79/516.98	c  423s |       9 |   265717 |     8106 |    72578      0 |        1 |        1
521.99/522.18	c  428s |       9 |   265855 |     8206 |    72578      0 |        1 |        1
527.49/527.61	c  433s |       9 |   265990 |     8306 |    72578      0 |        1 |        1
532.48/532.65	c  438s |       9 |   266134 |     8406 |    72578      0 |        1 |        1
538.38/538.58	c  444s |       9 |   266263 |     8506 |    72578      0 |        1 |        1
541.77/541.93	c  448s |       9 |   266375 |     8551 |    72578      0 |        1 |        1
541.77/541.93	c #cpu_time = 447.052s
541.77/541.93	c #wall_clock_time = 448.234s
541.77/541.93	c #decision = 266375
541.77/541.93	c #random_decision = 7
541.77/541.93	c #conflict = 8551
541.77/541.93	c #restart = 9
541.77/541.94	o 665
541.77/541.96	c BCD2: updating upper bound: 13654 -> 11430
541.97/542.15	c BCD2: 10767 <= obj <= 11430
541.97/542.15	c BCD2: #cores=2, #unrelaxed=25156, #relaxed=4925, #hardened=0
541.97/542.15	c BCD2: #sat=3 #unsat=3 bias=3/6
541.97/542.18	c Solving starts ...
541.97/542.18	c ============================[ Search Statistics ]============================
541.97/542.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
541.97/542.18	c       |         |          |          |    Limit     GC | Var      | Constra 
541.97/542.18	c =============================================================================
541.97/542.19	c  0.0s |       0 |        0 |        0 |    72578      0 |        1 |        2
613.53/613.75	c 71.6s |       0 |    25351 |      100 |    72578      0 |        1 |        2
613.53/613.76	c 71.6s |       1 |    25351 |      100 |    72578      0 |        1 |        2
630.32/630.55	c 88.4s |       1 |    51037 |      200 |    72578      0 |        1 |        2
648.71/648.94	c  106s |       2 |    51112 |      250 |    72578      0 |        1 |        2
728.46/728.74	c  186s |       2 |    76508 |      350 |    72578      0 |        1 |        2
798.25/798.50	c  256s |       2 |    76687 |      450 |    72578      0 |        1 |        2
816.85/817.16	c  274s |       3 |    76725 |      475 |    72578      0 |        1 |        2
903.83/904.12	c  361s |       3 |   102087 |      575 |    72578      0 |        1 |        2
954.93/955.29	c  413s |       3 |   102208 |      675 |    72578      0 |        1 |        2
1024.32/1024.66	c  482s |       3 |   102359 |      775 |    72578      0 |        1 |        2
1047.21/1047.55	c  505s |       4 |   102419 |      813 |    72578      0 |        1 |        2
1186.50/1186.89	c  644s |       4 |   127749 |      913 |    72578      0 |        1 |        2
1268.49/1268.81	c  726s |       4 |   127924 |     1013 |    72578      0 |        1 |        2
1330.08/1330.47	c  788s |       4 |   128070 |     1113 |    72578      0 |        1 |        2
1401.57/1401.95	c  859s |       4 |   128212 |     1213 |    72578      0 |        1 |        2
1461.76/1462.12	c  919s |       4 |   128336 |     1313 |    72578      0 |        1 |        2
1466.36/1466.73	c  924s |       5 |   128345 |     1320 |    72578      0 |        1 |        2
1551.85/1552.23	c 1010s |       5 |   153670 |     1420 |    72578      0 |        1 |        2
1631.33/1631.79	c 1089s |       5 |   153830 |     1520 |    72578      0 |        1 |        2
1713.72/1714.16	c 1171s |       5 |   153969 |     1620 |    72578      0 |        1 |        2

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-4093611-1466089633/watcher-4093611-1466089633 -o /tmp/evaluation-result-4093611-1466089633/solver-4093611-1466089633 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466074835-11959 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093611-1466089633.wbo 

pid=14027
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.33 2.16 2.05 3/179 14030
/proc/meminfo: memFree=30366016/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=691780 CPUtime=0 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 2575 0 0 0 0 0 0 0 20 0 4 0 11013393 708382720 2936 33554432000 4194304 16246674 140734820110480 140734820109904 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 173713 2946 442 2943 0 170607 0
[pid=14030/tid=14031] ppid=14027 vsize=710212 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 727257088 3007 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=714308 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 731451392 3025 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=718404 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11013393 735645696 3042 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100129 s]
/proc/loadavg: 2.33 2.16 2.05 3/179 14030
/proc/meminfo: memFree=30366016/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 25583 0 0 0 5 4 0 0 20 0 4 0 11013393 1333334016 25885 33554432000 4194304 16246674 140734820110480 140734820109792 7369730 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 325521 25899 801 2943 0 322415 0
[pid=14030/tid=14031] ppid=14027 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1333334016 25910 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1333334016 25921 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1333334016 25930 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200492 s]
/proc/loadavg: 2.33 2.16 2.05 3/179 14030
/proc/meminfo: memFree=30366016/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 45776 0 0 0 12 7 0 0 20 0 4 0 11013393 1344868352 46588 33554432000 4194304 16246674 140734820110480 140734820109792 7371562 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 328337 46588 802 2943 0 325231 0
[pid=14030/tid=14031] ppid=14027 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1344868352 46588 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1344868352 46588 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1344868352 46588 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300453 s]
/proc/loadavg: 2.33 2.16 2.05 3/179 14030
/proc/meminfo: memFree=30366016/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 45951 0 0 0 22 7 0 0 20 0 4 0 11013393 1344868352 46763 33554432000 4194304 16246674 140734820110480 140734820109792 13950707 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 328337 46763 815 2943 0 325231 0
[pid=14030/tid=14031] ppid=14027 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1344868352 46763 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1344868352 46763 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1344868352 46763 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700347 s]
/proc/loadavg: 2.33 2.16 2.05 3/179 14030
/proc/meminfo: memFree=30366016/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 90211 0 0 0 56 13 0 0 20 0 4 0 11013393 1344868352 91024 33554432000 4194304 16246674 140734820110480 140734820109792 6142781 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 328337 91036 831 2943 0 325231 0
[pid=14030/tid=14031] ppid=14027 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1344868352 91040 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1344868352 91047 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1344868352 91052 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50036 s]
/proc/loadavg: 2.33 2.16 2.05 3/183 14034
/proc/meminfo: memFree=29682360/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 250719 0 0 0 114 35 0 0 20 0 4 0 11013393 1344868352 251531 33554432000 4194304 16246674 140734820110480 140734820092352 12459121 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 328337 251539 839 2943 0 325231 0
[pid=14030/tid=14031] ppid=14027 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1344868352 251547 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1344868352 251552 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1344868352 251555 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10038 s]
/proc/loadavg: 2.33 2.16 2.05 3/183 14034
/proc/meminfo: memFree=29264604/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1336900 CPUtime=3.09 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 274873 0 0 0 269 40 0 0 20 0 4 0 11013393 1368985600 275685 33554432000 4194304 16246674 140734820110480 140734820092352 9828120 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 334225 275685 864 2943 0 331119 0
[pid=14030/tid=14031] ppid=14027 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1368985600 275685 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1368985600 275685 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1368985600 275685 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1336900

[startup+6.30038 s]
/proc/loadavg: 2.30 2.15 2.05 3/183 14034
/proc/meminfo: memFree=29239076/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=6.28 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 276988 0 0 0 588 40 0 0 20 0 4 0 11013393 1377374208 277800 33554432000 4194304 16246674 140734820110480 140734820092352 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277800 930 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277800 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277800 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277800 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1345092

[startup+12.7004 s]
/proc/loadavg: 2.27 2.15 2.05 3/183 14083
/proc/meminfo: memFree=29284064/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=12.69 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 276991 0 0 0 1228 41 0 0 20 0 4 0 11013393 1377374208 277803 33554432000 4194304 16246674 140734820110480 140734820092352 6012036 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277803 933 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277803 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277803 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277803 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1345092

[startup+25.5005 s]
/proc/loadavg: 2.36 2.18 2.06 3/183 14083
/proc/meminfo: memFree=29284340/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=25.49 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 276992 0 0 0 2507 42 0 0 20 0 4 0 11013393 1377374208 277804 33554432000 4194304 16246674 140734820110480 140734820109656 5677888 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277804 934 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277804 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277804 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277804 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1345092

[startup+51.1005 s]
/proc/loadavg: 2.24 2.16 2.06 3/183 14084
/proc/meminfo: memFree=29283584/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=51.08 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 276992 0 0 0 5064 44 0 0 20 0 4 0 11013393 1377374208 277804 33554432000 4194304 16246674 140734820110480 140734820109656 5677888 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277804 934 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277804 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277804 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277804 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1345092

[startup+102.301 s]
/proc/loadavg: 2.14 2.15 2.06 4/183 14085
/proc/meminfo: memFree=29281724/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=102.28 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 276997 0 0 0 10178 50 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 140734820092352 5712760 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277809 939 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1345092


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

/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 1345092

[startup+1302.3 s]
/proc/loadavg: 2.10 2.09 2.09 3/183 14115
/proc/meminfo: memFree=29272804/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=1301.98 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 277175 0 0 0 130146 52 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 140734820092352 5712756 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277809 939 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 1345092

[startup+1362.3 s]
/proc/loadavg: 2.04 2.07 2.08 3/183 14116
/proc/meminfo: memFree=29272832/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=1361.97 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 277175 0 0 0 136145 52 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 140734820092352 13780568 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277809 939 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1345092

[startup+1422.3 s]
/proc/loadavg: 2.01 2.06 2.07 3/184 14120
/proc/meminfo: memFree=29273420/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=1421.97 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 277175 0 0 0 142145 52 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 140734820092352 5712760 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277809 939 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1345092

[startup+1482.3 s]
/proc/loadavg: 2.08 2.06 2.07 3/183 14121
/proc/meminfo: memFree=29273548/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=1481.95 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 277175 0 0 0 148143 52 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 140734820092352 5712672 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277809 939 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 1345092

[startup+1542.31 s]
/proc/loadavg: 2.10 2.06 2.07 3/183 14122
/proc/meminfo: memFree=29273548/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=1541.95 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 277175 0 0 0 154143 52 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 140734820092352 5712756 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277809 939 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 1345092

[startup+1602.3 s]
/proc/loadavg: 2.21 2.10 2.08 3/183 14124
/proc/meminfo: memFree=29273176/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=1601.94 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 277175 0 0 0 160142 52 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 140734820092352 13780660 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277809 939 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 1345092

[startup+1662.3 s]
/proc/loadavg: 2.15 2.09 2.08 3/183 14125
/proc/meminfo: memFree=29273492/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=1661.93 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 277175 0 0 0 166141 52 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 140734820092352 5711688 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277809 939 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 1345092

[startup+1722.3 s]
/proc/loadavg: 2.10 2.09 2.08 3/183 14126
/proc/meminfo: memFree=29273240/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=1721.92 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 277175 0 0 0 172140 52 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 140734820092352 5712760 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277809 939 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277809 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 1345092

[startup+1782.3 s]
/proc/loadavg: 2.03 2.07 2.08 3/183 14127
/proc/meminfo: memFree=29272432/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=1781.91 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 277176 0 0 0 178139 52 0 0 20 0 4 0 11013393 1377374208 277812 33554432000 4194304 16246674 140734820110480 140734820092352 5711888 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277812 939 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277812 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277812 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277812 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 1345092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.06 2.08 3/183 14127
/proc/meminfo: memFree=29272064/32872528 swapFree=525044/557748
[pid=14030] ppid=14027 vsize=1345092 CPUtime=1800.01 cores=1,3,5,7
/proc/14030/stat : 14030 (toysat) R 14027 14030 10502 0 -1 4202496 277176 0 0 0 179949 52 0 0 20 0 4 0 11013393 1377374208 277812 33554432000 4194304 16246674 140734820110480 140734820092352 5712756 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14030/statm: 336273 277812 939 2943 0 333167 0
[pid=14030/tid=14031] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14031/stat : 14031 (toysat) S 14027 14030 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277812 33554432000 4194304 16246674 140734820110480 139689501633776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14032] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (toysat) S 14027 14030 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277812 33554432000 4194304 16246674 140734820110480 139689491143920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (toysat) S 14027 14030 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11013393 1377374208 277812 33554432000 4194304 16246674 140734820110480 139689480670384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1345092

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1799.5
CPU system time (s): 0.52292
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 1345092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.52292
maximum resident set size= 1111248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277176
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= 193
involuntary context switches= 1845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.50131 second user time and 6.98294 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-16 17:07:13
IDJOB=4093611
IDBENCH=79144
IDSOLVER=2553
FILE ID=node106/4093611-1466089633
RUNJOBID= node106-1466074835-11959
PBS_JOBID= 19904026
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB10/oliveras/j60/normalized-j605_10-unsat--soft-0-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093611-1466089633/watcher-4093611-1466089633 -o /tmp/evaluation-result-4093611-1466089633/solver-4093611-1466089633 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466074835-11959 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093611-1466089633.wbo

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

MD5SUM BENCH= aa131aa05ae65be44cbf3bf42f4ef3fc
RANDOM SEED=1053193007

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30366544 kB
Buffers:           38640 kB
Cached:           106036 kB
SwapCached:         1840 kB
Active:          1184236 kB
Inactive:          64152 kB
Active(anon):    1104664 kB
Inactive(anon):     1072 kB
Active(file):      79572 kB
Inactive(file):    63080 kB
Unevictable:      557748 kB
Mlocked:          525044 kB
SwapTotal:      67108856 kB
SwapFree:       67098928 kB
Dirty:             35116 kB
Writeback:            16 kB
AnonPages:       1660288 kB
Mapped:            10476 kB
Shmem:                 0 kB
Slab:             567884 kB
SReclaimable:      11384 kB
SUnreclaim:       556500 kB
KernelStack:        1504 kB
PageTables:         7492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1806700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71708 MiB
End job on node106 at 2016-06-16 17:37:13