Trace number 4090135

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-02UNSAT 85.0731 85.0878

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-left3reg-l070-r069-n1.opb
MD5SUM26241a6834cbdd4a6acabe076d2f71b9
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.05969
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5370
Total number of constraints11615
Number of constraints which are clauses9825
Number of constraints which are cardinality constraints (but not clauses)1790
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T02:52:54+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-4090135-1466038374.opb"]
0.00/0.01	c use --random-gen="1619156786 1004941634 2050533416 3786960142 1340531307 2750746369 2780806386 3670918391 3162321562 2726225436 2650447065 4292932026 936289530 3172777916 1330540747 1868892010 3265866136 1241069263 3282632073 2011096888 2105775585 965708488 1603044527 2516586487 1540328888 966042310 1189335747 1711215139 4239046227 2002501218 478078059 4202818940 3615215587 335717214 1006015878 3319052978 3149648456 1236363947 2702253424 2447863966 656343335 2650750958 290110206 202590124 3090281316 59384914 2284172708 1798167931 1854700418 4152471789 3450692155 986151773 3607372427 3034475987 2182967016 1894944556 332425137 764557423 3956294617 955641975 2907188796 88197761 2155530387 439396998 3307594519 3170657161 4082466564 1190996925 1453942670 1124786084 2183101655 3448851238 3686959102 801710538 1647070172 1230741770 3065823583 3306738290 2560026460 1532734936 2938435623 2144677705 471295696 3043280822 75167592 2549092 3765371050 2325031787 776899951 4021016621 3544465281 365399567 3779984443 3797759859 3890374219 4111609833 94902541 3859168605 3632472243 1657984215 3772420078 783785457 3670997346 1871899630 1636819803 3138434909 4153452118 3588909664 1241286573 553458210 337906289 2802974219 1997849130 3482310707 476405322 3867794917 135223764 2459941280 198800103 2391467191 50028745 865785321 963843158 818372914 303525263 3606023037 3183590757 671275037 257738673 4263404760 3610574829 3428537350 671903617 907269802 3652467316 2856394425 1637798241 2566149431 2142341553 3597728640 4224508844 1402809918 10308536 153728927 303048354 380649195 3775195668 499115571 3245445847 2034484840 3788902603 3018644349 1129659325 2759154077 1103743675 3619935170 1850066592 4110073629 2361522208 2663921375 2343829446 1609588515 4186952700 3579794302 1981704600 3415450440 3296713937 3074900302 3255330130 2905307109 1588166238 2536523301 919238769 4271388896 1402959182 258316435 347998133 617396868 2253816784 3150119340 3083317885 4040857681 1781021403 3222487700 1946881352 1491489859 3771105228 4003219809 4051510643 2645859342 751420780 1650416490 2881777702 1976922172 2970100854 1025844238 1940303693 1145681670 128063810 770831926 1763192868 3707080355 1185416841 2234697686 2274793088 331304710 4218129989 123828273 386304210 1825579856 2124670524 179680850 325536777 4237322238 2528774493 2965940943 1605896851 3412071591 2266504957 2942505845 1257708796 1033708638 172673726 1969395574 3573200758 3356614344 1745198595 2516758067 648420892 3301570095 585234447 3312667089 1782027160 752892238 2373861313 2266875508 2413020610 2523288133 2834772632 2033257480 3204372436 4056621553 3114297226 2787488089 4159214844 2455514702 785873038 1114115355 1754698390 1819600683 2249314896 3729820088 3377282513 2690080561 97698976 828238206 255 362436" option to reproduce the execution
0.00/0.07	c #vars 5370
0.00/0.07	c #constraints 11615
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |     6258      0 |        0 |        0
0.38/0.44	c  0.2s |       1 |    12608 |      100 |     6258      0 |        0 |        0
0.79/0.85	c  0.6s |       2 |    37432 |      250 |     6884      0 |        0 |        0
1.49/1.54	c  1.3s |       3 |    70392 |      475 |     7573      0 |        0 |        0
2.49/2.56	c  2.3s |       4 |   123499 |      813 |     8331      0 |        0 |        0
3.39/3.44	c  3.2s |       5 |   151805 |     1320 |     9165      0 |        0 |        0
4.49/4.56	c  4.3s |       6 |   198799 |     2081 |    11091      0 |        0 |        0
6.39/6.49	c  6.2s |       7 |   271173 |     3223 |    12201      0 |        0 |        0
8.48/8.51	c  8.3s |       7 |   289324 |     4823 |    12201      0 |        0 |        0
8.58/8.69	c  8.4s |       8 |   289601 |     4936 |    13422      0 |        0 |        0
10.68/10.78	c 10.5s |       8 |   297845 |     6636 |    13422      0 |        0 |        0
11.88/11.93	c 11.7s |       9 |   305115 |     7506 |    14765      0 |        0 |        0
13.98/14.03	c 13.8s |       9 |   319373 |     9006 |    14765      0 |        0 |        0
15.98/16.04	c 15.8s |       9 |   323849 |    10106 |    14765      0 |        0 |        0
17.98/18.05	c 17.8s |      10 |   325349 |    11361 |    16242      0 |        0 |        0
20.08/20.18	c 19.9s |      10 |   327477 |    12261 |    16242      0 |        0 |        0
22.18/22.28	c 22.0s |      10 |   331613 |    13261 |    16242      0 |        0 |        0
24.38/24.45	c 24.2s |      10 |   333320 |    14161 |    16242      0 |        0 |        0
26.49/26.53	c 26.3s |      10 |   335164 |    15061 |    16242      0 |        0 |        0
28.59/28.62	c 28.4s |      10 |   337119 |    16161 |    16242      0 |        0 |        0
30.58/30.60	c 30.3s |      11 |   338657 |    17144 |    17867      0 |        0 |        0
32.58/32.65	c 32.4s |      11 |   339753 |    17944 |    17867      0 |        0 |        0
34.58/34.69	c 34.4s |      11 |   340913 |    18844 |    17867      1 |        0 |        0
36.68/36.79	c 36.5s |      11 |   343608 |    20044 |    17867      1 |        0 |        0
38.79/38.86	c 38.6s |      11 |   345973 |    21144 |    17867      1 |        0 |        0
40.89/40.90	c 40.7s |      11 |   348298 |    22244 |    17867      1 |        0 |        0
42.99/43.02	c 42.8s |      11 |   353432 |    23444 |    17867      1 |        0 |        0
45.19/45.20	c 45.0s |      11 |   354853 |    24544 |    17867      1 |        0 |        0
47.29/47.31	c 47.1s |      11 |   357879 |    25544 |    17867      1 |        0 |        0
47.88/47.92	c 47.7s |      12 |   358217 |    25819 |    19654      1 |        0 |        0
50.08/50.14	c 49.9s |      12 |   359330 |    26619 |    19654      1 |        0 |        0
52.28/52.30	c 52.1s |      12 |   360960 |    27419 |    19654      1 |        0 |        0
54.38/54.43	c 54.2s |      12 |   362255 |    28319 |    19654      1 |        0 |        0
56.58/56.62	c 56.4s |      12 |   365290 |    29219 |    19654      2 |        0 |        0
58.78/58.84	c 58.6s |      12 |   367138 |    30319 |    19654      2 |        0 |        0
60.98/61.00	c 60.8s |      12 |   369587 |    31219 |    19654      2 |        0 |        0
63.08/63.11	c 62.9s |      12 |   371819 |    32419 |    19654      2 |        0 |        0
65.08/65.17	c 64.9s |      12 |   373246 |    33419 |    19654      2 |        0 |        0
67.19/67.29	c 67.0s |      12 |   375813 |    34519 |    19654      2 |        0 |        0
69.29/69.39	c 69.1s |      12 |   379262 |    35619 |    19654      2 |        0 |        0
71.38/71.43	c 71.2s |      12 |   380573 |    36619 |    19654      2 |        0 |        0
73.38/73.43	c 73.2s |      12 |   381631 |    37519 |    19654      2 |        0 |        0
75.48/75.53	c 75.3s |      12 |   382830 |    38519 |    19654      2 |        0 |        0
76.28/76.34	c 76.1s |      13 |   385113 |    38832 |    21620      2 |        0 |        0
78.38/78.42	c 78.2s |      13 |   386004 |    39632 |    21620      2 |        0 |        0
80.39/80.50	c 80.2s |      13 |   387304 |    40632 |    21620      2 |        0 |        0
82.49/82.52	c 82.3s |      13 |   388258 |    41432 |    21620      3 |      229 |     1527
84.58/84.60	c 84.4s |      13 |   390603 |    43132 |    21620      3 |      631 |     3125
84.98/85.02	c 84.8s |      13 |   390821 |    43339 |    21620      3 |     1475 |     5196
84.98/85.02	c #cpu_time = 84.772s
84.98/85.02	c #wall_clock_time = 84.770s
84.98/85.02	c #decision = 390821
84.98/85.02	c #random_decision = 1372
84.98/85.02	c #conflict = 43339
84.98/85.02	c #restart = 13
84.98/85.02	s UNSATISFIABLE
84.98/85.02	c total CPU time = 85.027s
84.98/85.02	c total wall clock time = 85.025s

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

pid=9211
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.24 2.32 2.26 3/179 9214
/proc/meminfo: memFree=29405696/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=786876 CPUtime=0 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 2947 0 0 0 0 0 0 0 20 0 4 0 5883923 805761024 2796 33554432000 4194304 16246674 140733316575216 140733316574640 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 197231 2804 441 2943 0 194125 0
[pid=9214/tid=9215] ppid=9211 vsize=804284 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 823586816 2863 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=808380 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 827781120 2881 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=812476 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5883924 831975424 2897 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.24 2.32 2.26 3/179 9214
/proc/meminfo: memFree=29405696/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 25315 0 0 0 6 3 0 0 20 0 4 0 5883923 1250496512 25102 33554432000 4194304 16246674 140733316575216 140733316574528 6777647 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 305297 25109 832 2943 0 302191 0
[pid=9214/tid=9215] ppid=9211 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1250496512 25113 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1250496512 25118 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5883924 1250496512 25124 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.2005 s]
/proc/loadavg: 2.24 2.32 2.26 3/179 9214
/proc/meminfo: memFree=29405696/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1221188 CPUtime=0.18 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 43213 0 0 0 13 5 0 0 20 0 4 0 5883923 1250496512 43000 33554432000 4194304 16246674 140733316575216 140733316574528 6165910 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 305297 43008 834 2943 0 302191 0
[pid=9214/tid=9215] ppid=9211 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1250496512 43012 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1250496512 43017 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5883924 1250496512 43023 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1221188

[startup+0.300464 s]
/proc/loadavg: 2.24 2.32 2.26 3/179 9214
/proc/meminfo: memFree=29405696/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1221188 CPUtime=0.29 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 60180 0 0 0 21 8 0 0 20 0 4 0 5883923 1250496512 59967 33554432000 4194304 16246674 140733316575216 140733316574528 5668190 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 305297 59973 872 2943 0 302191 0
[pid=9214/tid=9215] ppid=9211 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1250496512 59978 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1250496512 59982 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5883924 1250496512 59987 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1221188

[startup+0.700375 s]
/proc/loadavg: 2.24 2.32 2.26 3/179 9214
/proc/meminfo: memFree=29405696/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1221188 CPUtime=0.68 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 123460 0 0 0 52 16 0 0 20 0 4 0 5883923 1250496512 123247 33554432000 4194304 16246674 140733316575216 140733316557120 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 305297 123255 872 2943 0 302191 0
[pid=9214/tid=9215] ppid=9211 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1250496512 123260 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1250496512 123265 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5883924 1250496512 123269 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1221188

[startup+1.50034 s]
/proc/loadavg: 2.24 2.32 2.26 3/183 9218
/proc/meminfo: memFree=28666632/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1222212 CPUtime=1.49 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 246517 0 0 0 116 33 0 0 20 0 4 0 5883923 1251545088 246304 33554432000 4194304 16246674 140733316575216 140733316557120 4221105 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 305553 246308 875 2943 0 302447 0
[pid=9214/tid=9215] ppid=9211 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1251545088 246310 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1251545088 246312 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5883924 1251545088 246314 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1222212

[startup+3.10039 s]
/proc/loadavg: 2.24 2.32 2.26 3/183 9218
/proc/meminfo: memFree=28345844/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 267596 0 0 0 274 35 0 0 20 0 4 0 5883923 1337528320 267383 33554432000 4194304 16246674 140733316575216 140733316557120 6842813 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 326545 267383 875 2943 0 323439 0
[pid=9214/tid=9215] ppid=9211 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1337528320 267383 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1337528320 267383 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1337528320 267383 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30036 s]
/proc/loadavg: 2.22 2.31 2.26 3/183 9218
/proc/meminfo: memFree=28336668/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 267725 0 0 0 594 35 0 0 20 0 4 0 5883923 1337528320 267512 33554432000 4194304 16246674 140733316575216 140733316557120 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 326545 267512 878 2943 0 323439 0
[pid=9214/tid=9215] ppid=9211 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1337528320 267512 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1337528320 267512 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1337528320 267512 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.28 2.33 2.26 4/183 9218
/proc/meminfo: memFree=28335816/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1307204 CPUtime=12.68 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 267962 0 0 0 1233 35 0 0 20 0 4 0 5883923 1338576896 267749 33554432000 4194304 16246674 140733316575216 140733316557120 5829044 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 326801 267749 880 2943 0 323695 0
[pid=9214/tid=9215] ppid=9211 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1338576896 267749 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1338576896 267749 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1338576896 267749 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1307204

[startup+25.5005 s]
/proc/loadavg: 2.22 2.31 2.25 3/183 9218
/proc/meminfo: memFree=28335272/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1307204 CPUtime=25.48 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 267985 0 0 0 2513 35 0 0 20 0 4 0 5883923 1338576896 267772 33554432000 4194304 16246674 140733316575216 140733316557120 5522913 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 326801 267772 881 2943 0 323695 0
[pid=9214/tid=9215] ppid=9211 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1338576896 267772 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1338576896 267772 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1338576896 267772 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1307204

[startup+51.1005 s]
/proc/loadavg: 2.20 2.30 2.25 3/183 9219
/proc/meminfo: memFree=28333204/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1311300 CPUtime=51.08 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 268893 0 0 0 5072 36 0 0 20 0 4 0 5883923 1342771200 268680 33554432000 4194304 16246674 140733316575216 140733316557120 5827966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 327825 268680 885 2943 0 324719 0
[pid=9214/tid=9215] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1342771200 268680 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268680 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268680 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1311300

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9214 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+51.2005 s]
/proc/loadavg: 2.20 2.30 2.25 3/183 9219
/proc/meminfo: memFree=28333204/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1311300 CPUtime=51.18 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 268893 0 0 0 5082 36 0 0 20 0 4 0 5883923 1342771200 268680 33554432000 4194304 16246674 140733316575216 140733316557120 5522890 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 327825 268680 885 2943 0 324719 0
[pid=9214/tid=9215] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1342771200 268680 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268680 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268680 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1311300

[startup+64.0004 s]
/proc/loadavg: 2.30 2.32 2.26 3/183 9220
/proc/meminfo: memFree=28332188/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1311300 CPUtime=63.98 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 269014 0 0 0 6362 36 0 0 20 0 4 0 5883923 1342771200 268801 33554432000 4194304 16246674 140733316575216 140733316557120 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 327825 268801 886 2943 0 324719 0
[pid=9214/tid=9215] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 1311300

[startup+76.8004 s]
/proc/loadavg: 2.25 2.31 2.26 3/183 9220
/proc/meminfo: memFree=28332408/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1311300 CPUtime=76.78 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 269014 0 0 0 7642 36 0 0 20 0 4 0 5883923 1342771200 268801 33554432000 4194304 16246674 140733316575216 140733316557120 5823933 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 327825 268801 886 2943 0 324719 0
[pid=9214/tid=9215] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 76.78
Current children cumulated vsize (KiB) 1311300

[startup+80.0004 s]
/proc/loadavg: 2.23 2.30 2.25 3/183 9220
/proc/meminfo: memFree=28322116/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1311300 CPUtime=79.98 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 269014 0 0 0 7962 36 0 0 20 0 4 0 5883923 1342771200 268801 33554432000 4194304 16246674 140733316575216 140733316557120 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 327825 268801 886 2943 0 324719 0
[pid=9214/tid=9215] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 79.98
Current children cumulated vsize (KiB) 1311300

[startup+83.2004 s]
/proc/loadavg: 2.23 2.30 2.25 3/183 9220
/proc/meminfo: memFree=28321868/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1311300 CPUtime=83.18 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 269014 0 0 0 8282 36 0 0 20 0 4 0 5883923 1342771200 268801 33554432000 4194304 16246674 140733316575216 140733316557120 5754764 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 327825 268801 886 2943 0 324719 0
[pid=9214/tid=9215] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.18
Current children cumulated vsize (KiB) 1311300

[startup+84.0004 s]
/proc/loadavg: 2.21 2.29 2.25 3/183 9220
/proc/meminfo: memFree=28322100/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1311300 CPUtime=83.98 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 269014 0 0 0 8362 36 0 0 20 0 4 0 5883923 1342771200 268801 33554432000 4194304 16246674 140733316575216 140733316557120 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 327825 268801 886 2943 0 324719 0
[pid=9214/tid=9215] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1342771200 268801 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.98
Current children cumulated vsize (KiB) 1311300

[startup+84.8074 s]
/proc/loadavg: 2.21 2.29 2.25 3/183 9220
/proc/meminfo: memFree=28321728/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1312324 CPUtime=84.79 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 269135 0 0 0 8443 36 0 0 20 0 4 0 5883923 1343819776 268922 33554432000 4194304 16246674 140733316575216 140733316557120 5672209 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 328081 268922 886 2943 0 324975 0
[pid=9214/tid=9215] ppid=9211 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1343819776 268922 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1343819776 268922 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1343819776 268922 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 84.79
Current children cumulated vsize (KiB) 1312324

[startup+85.0004 s]
/proc/loadavg: 2.21 2.29 2.25 3/183 9220
/proc/meminfo: memFree=28321728/32872528 swapFree=1369816/1516984
[pid=9214] ppid=9211 vsize=1312324 CPUtime=84.98 cores=0,2,4,6
/proc/9214/stat : 9214 (toysat) R 9211 9214 5822 0 -1 4202496 269135 0 0 0 8462 36 0 0 20 0 4 0 5883923 1343819776 268922 33554432000 4194304 16246674 140733316575216 140733316557120 5861864 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9214/statm: 328081 268922 886 2943 0 324975 0
[pid=9214/tid=9215] ppid=9211 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9215/stat : 9215 (toysat) S 9211 9214 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5883923 1343819776 268922 33554432000 4194304 16246674 140733316575216 139757265857776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9214/tid=9216] ppid=9211 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (toysat) S 9211 9214 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5883924 1343819776 268922 33554432000 4194304 16246674 140733316575216 139757255367920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9214/tid=9217] ppid=9211 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (toysat) S 9211 9214 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5883924 1343819776 268922 33554432000 4194304 16246674 140733316575216 139757244894384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 84.98
Current children cumulated vsize (KiB) 1312324

Child status: 0
Real time (s): 85.0878
CPU time (s): 85.0731
CPU user time (s): 84.6511
CPU system time (s): 0.421935
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 1312324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.6511
system time used= 0.421935
maximum resident set size= 1075704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269139
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= 20
involuntary context switches= 88

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.216967 second user time and 0.331949 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 02:52:54
IDJOB=4090135
IDBENCH=107506
IDSOLVER=2542
FILE ID=node129/4090135-1466038374
RUNJOBID= node129-1466013843-5838
PBS_JOBID= 19902811
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-left3reg-l070-r069-n1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090135-1466038374/watcher-4090135-1466038374 -o /tmp/evaluation-result-4090135-1466038374/solver-4090135-1466038374 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466013843-5838 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4090135-1466038374.opb

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

MD5SUM BENCH= 26241a6834cbdd4a6acabe076d2f71b9
RANDOM SEED=1972569650

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
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.143
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.143
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.54
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.143
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.143
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:        29406496 kB
Buffers:           42412 kB
Cached:            82160 kB
SwapCached:        20160 kB
Active:          1165832 kB
Inactive:          79352 kB
Active(anon):    1103124 kB
Inactive(anon):    20108 kB
Active(file):      62708 kB
Inactive(file):    59244 kB
Unevictable:     1516984 kB
Mlocked:         1369816 kB
SwapTotal:      67108856 kB
SwapFree:       67081548 kB
Dirty:             16732 kB
Writeback:             0 kB
AnonPages:       2618616 kB
Mapped:            10620 kB
Shmem:                 0 kB
Slab:             567268 kB
SReclaimable:      11572 kB
SUnreclaim:       555696 kB
KernelStack:        1520 kB
PageTables:         9572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2761796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 71704 MiB
End job on node129 at 2016-06-16 02:54:20