Trace number 4079727

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02UNSAT 79.101 79.1136

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark79.101
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
Number of bits of the biggest sum of numbers12
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-06T22:24:24+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-4079727-1465244664.opb"]
0.00/0.01	c use --random-gen="1614695829 2256273047 3589880054 2423687321 712764942 3652802153 4269216509 2145261051 1916187525 3079303237 1692810036 4114854206 1102635978 2559944153 2830378455 4245614605 3189572066 4041725379 3304295983 1774768959 2223217748 2638361330 75604650 3582460580 3754382782 9058527 1762527036 100362217 3369639591 3013292294 348540765 2604055162 1168427383 2982177574 1953123536 204152881 1602118933 894178253 3013790322 2440412807 3088417060 2479137290 3512475170 4293946604 3772555533 3484871027 2714695116 785253434 1362131763 1154543373 4148733850 4192770235 3225299914 4100768742 3121880854 694552359 1106478605 1317252494 2694142737 309344014 206838883 4262951317 364822917 3199585890 152452588 1745150327 1272592875 1592234301 531896790 979145216 2930117676 3148279852 1941421756 2489201513 2005301888 3729445600 1509711644 3823208070 1021458376 3422039339 3555855179 3476286378 2869599435 2347062263 1539193182 699554597 3201167141 1933879448 1521775781 1586056922 625796533 126988328 2795603858 1761132070 1864834387 2678902376 2323043899 3603117814 1877335188 153806672 4243030346 2571045042 94666462 2589123149 2175272410 108577040 469099260 3620189602 3742509408 3797457510 1549660424 2675141966 1461406014 2101558199 2589189310 2791224084 3719921211 1450892002 3330696702 4192259052 3368749882 1179935188 245747387 1979184869 1448505038 2391971498 560152256 1655920565 1112695705 2557377005 3417136768 3058839268 2317418008 3550128259 4986731 2237161331 1865315196 2493677269 3128707549 3738683932 920257487 2579871141 1704067845 1870313711 3552066227 1966314852 1253805387 3250766592 3205827307 1543731100 4038941739 3198631894 920053318 978718499 3962472241 2692976667 3928345856 99817458 2186076235 3629452200 3523196025 951292544 4056604238 108262160 503650551 1595731976 3522452066 3239727317 193899046 2154520913 3284561535 184429036 2729008749 2565424644 2053127689 3726945577 3084601368 2190809724 2429949500 256750431 3638295295 3775310230 2442031344 94907955 1613187011 1708112456 3894372148 2100616015 3688906531 300173773 156684087 3019418139 1207473893 3641818786 3416639900 3641714700 1692676828 3307561543 3314959785 3904990482 2766417194 3967714946 2244744028 2318385891 3304568271 2840781903 3037287174 1011988038 3378206013 3741273926 4087556186 767148404 2815659562 3333486024 2870907316 435716036 2169303559 1130410271 2273019938 2657948820 556627674 2203769408 3743211192 3730784590 823449110 3490744417 3850380587 676086420 3831821342 1513279331 232435324 3634475829 2095878394 607337210 3502207043 3936150760 3161065739 784020297 3587389093 3865628126 296686646 3407434722 4214705958 2013275318 3092120181 3934554916 619445582 2269381911 3990618251 2747600938 1482388975 1124923821 772729331 3538671154 783860035 3862192888 255 362436" option to reproduce the execution
0.00/0.01	c #vars 31
0.00/0.01	c #constraints 9
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       16      0 |        1 |        0
0.00/0.02	c  0.0s |       1 |      119 |      100 |       16      5 |        1 |        0
0.00/0.03	c  0.0s |       2 |      282 |      250 |       18     14 |        1 |        0
0.00/0.05	c  0.0s |       3 |      523 |      475 |       20     28 |        1 |        0
0.00/0.08	c  0.1s |       4 |      880 |      813 |       22     49 |        1 |        0
0.09/0.13	c  0.1s |       5 |     1405 |     1320 |       25     76 |        1 |        0
0.09/0.19	c  0.2s |       6 |     2183 |     2081 |       31    113 |        1 |        0
0.18/0.29	c  0.3s |       7 |     3347 |     3223 |       35    167 |        1 |        0
0.39/0.44	c  0.4s |       8 |     5089 |     4936 |       39    243 |        1 |        0
0.59/0.67	c  0.7s |       9 |     7678 |     7506 |       43    349 |        1 |        0
0.99/1.00	c  1.0s |      10 |    11596 |    11361 |       48    494 |        1 |        0
1.38/1.49	c  1.5s |      11 |    17420 |    17144 |       53    699 |        1 |        0
1.89/1.98	c  2.0s |      12 |    26184 |    25819 |       59    984 |        1 |        0
2.69/2.74	c  2.7s |      13 |    39348 |    38832 |       65   1378 |        1 |        0
3.79/3.85	c  3.8s |      14 |    59097 |    58352 |       72   1914 |        1 |        0
5.50/5.55	c  5.5s |      15 |    88661 |    87632 |       80   2654 |        1 |        0
7.49/7.55	c  7.5s |      15 |   123888 |   122532 |       80   3460 |        1 |        0
7.99/8.07	c  8.1s |      16 |   132983 |   131552 |       88   3669 |        1 |        0
9.99/10.07	c 10.1s |      16 |   168334 |   166552 |       88   4417 |        1 |        0
11.79/11.84	c 11.8s |      17 |   199505 |   197432 |       97   5088 |        1 |        0
13.79/13.84	c 13.8s |      17 |   234175 |   231732 |       97   5751 |        1 |        0
15.79/15.85	c 15.8s |      17 |   268685 |   265932 |       97   6417 |        1 |        0
17.48/17.59	c 17.6s |      18 |   299311 |   296252 |      107   7009 |        1 |        0
19.48/19.59	c 19.6s |      18 |   333468 |   330052 |      107   7601 |        1 |        0
21.58/21.60	c 21.6s |      18 |   368002 |   364252 |      107   8209 |        1 |        0
23.58/23.60	c 23.6s |      18 |   402731 |   398652 |      107   8828 |        1 |        0
25.58/25.60	c 25.6s |      18 |   437351 |   432952 |      107   9441 |        1 |        0
26.18/26.27	c 26.3s |      19 |   448992 |   444482 |      118   9646 |        1 |        0
28.18/28.27	c 28.3s |      19 |   482947 |   478082 |      118  10186 |        1 |        0
30.18/30.28	c 30.3s |      19 |   516636 |   511482 |      118  10726 |        1 |        0
32.18/32.28	c 32.3s |      19 |   551151 |   545682 |      118  11281 |        1 |        0
34.19/34.28	c 34.3s |      19 |   585935 |   580082 |      118  11846 |        1 |        0
36.18/36.28	c 36.3s |      19 |   620883 |   614682 |      118  12413 |        1 |        0
38.18/38.29	c 38.3s |      19 |   655946 |   649382 |      118  12986 |        1 |        0
39.28/39.32	c 39.3s |      20 |   673589 |   666827 |      130  13258 |        1 |        0
41.29/41.32	c 41.3s |      20 |   707077 |   700027 |      130  13743 |        1 |        0
43.29/43.33	c 43.3s |      20 |   741327 |   733927 |      130  14243 |        1 |        0
45.29/45.33	c 45.3s |      20 |   775710 |   767927 |      130  14748 |        1 |        0
47.29/47.33	c 47.3s |      20 |   809911 |   801827 |      130  15247 |        1 |        0
49.29/49.34	c 49.3s |      20 |   844455 |   836027 |      130  15749 |        1 |        0
51.29/51.34	c 51.3s |      20 |   878662 |   869927 |      130  16246 |        1 |        0
53.28/53.34	c 53.3s |      20 |   913640 |   904527 |      130  16754 |        1 |        0
55.28/55.35	c 55.3s |      20 |   948703 |   939227 |      130  17259 |        1 |        0
57.29/57.35	c 57.3s |      20 |   984891 |   975027 |      130  17772 |        1 |        0
58.78/58.85	c 58.8s |      21 |  1010519 |  1000345 |      143  18130 |        2 |        0
60.78/60.85	c 60.8s |      21 |  1044946 |  1034445 |      143  18583 |        2 |        0
62.79/62.86	c 62.8s |      21 |  1078828 |  1068045 |      143  19033 |        2 |        0
64.78/64.86	c 64.9s |      21 |  1113828 |  1102645 |      143  19498 |        2 |        0
66.78/66.87	c 66.9s |      21 |  1148810 |  1137245 |      143  19959 |        2 |        0
68.78/68.87	c 68.9s |      21 |  1184116 |  1172145 |      143  20418 |        2 |        0
70.78/70.87	c 70.9s |      21 |  1218480 |  1206245 |      143  20866 |        3 |        0
72.78/72.87	c 72.9s |      21 |  1253628 |  1241045 |      143  21329 |        3 |        0
74.78/74.87	c 74.9s |      21 |  1289250 |  1276345 |      143  21790 |        4 |        0
76.78/76.88	c 76.9s |      21 |  1325506 |  1312245 |      143  22260 |        5 |        0
78.78/78.88	c 78.9s |      21 |  1362492 |  1348845 |      143  22727 |        9 |        0
78.98/79.05	c 79.0s |      21 |  1365824 |  1352152 |      143  22760 |       31 |        0
78.98/79.05	c #cpu_time = 78.833s
78.98/79.05	c #wall_clock_time = 79.040s
78.98/79.05	c #decision = 1365824
78.98/79.05	c #random_decision = 5821
78.98/79.05	c #conflict = 1352152
78.98/79.05	c #restart = 21
78.98/79.05	s UNSATISFIABLE
78.98/79.05	c total CPU time = 78.846s
78.98/79.05	c total wall clock time = 79.053s

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

pid=17074
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.32 2.30 2.27 3/179 17077
/proc/meminfo: memFree=29299284/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=807356 CPUtime=0 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 3029 0 0 0 0 0 0 0 20 0 4 0 106398779 826732544 2878 33554432000 4194304 16246674 140737117330720 140737117330144 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 202607 2887 441 2943 0 199501 0
[pid=17077/tid=17078] ppid=17074 vsize=825788 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 845606912 2948 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=829884 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 849801216 2967 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=833980 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106398779 853995520 2983 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.32 2.30 2.27 3/179 17077
/proc/meminfo: memFree=29299284/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 19552 0 0 0 6 3 0 0 20 0 4 0 106398779 1247350784 19389 33554432000 4194304 16246674 140737117330720 140737117330144 6010521 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 304529 19395 751 2943 0 301423 0
[pid=17077/tid=17078] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 19401 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 19406 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 19410 33554432000 4194304 16246674 140737117330720 140592915926192 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) 1218116

[startup+0.200519 s]
/proc/loadavg: 2.32 2.30 2.27 3/179 17077
/proc/meminfo: memFree=29299284/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 36062 0 0 0 13 5 0 0 20 0 4 0 106398779 1247350784 35899 33554432000 4194304 16246674 140737117330720 140737117330144 13780501 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 304529 35906 751 2943 0 301423 0
[pid=17077/tid=17078] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 35912 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 35915 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 35920 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300464 s]
/proc/loadavg: 2.32 2.30 2.27 3/179 17077
/proc/meminfo: memFree=29299284/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 52264 0 0 0 22 7 0 0 20 0 4 0 106398779 1247350784 52101 33554432000 4194304 16246674 140737117330720 140737117330144 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 304529 52107 752 2943 0 301423 0
[pid=17077/tid=17078] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 52113 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 52118 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 52125 33554432000 4194304 16246674 140737117330720 140592915926192 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) 1218116

[startup+0.700411 s]
/proc/loadavg: 2.32 2.30 2.27 3/179 17077
/proc/meminfo: memFree=29299284/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 117445 0 0 0 53 16 0 0 20 0 4 0 106398779 1247350784 117282 33554432000 4194304 16246674 140737117330720 140737117330144 13780501 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 304529 117293 752 2943 0 301423 0
[pid=17077/tid=17078] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 117299 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 117300 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 117304 33554432000 4194304 16246674 140737117330720 140592915926192 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) 1218116

[startup+1.50038 s]
/proc/loadavg: 2.32 2.30 2.27 3/183 17081
/proc/meminfo: memFree=28567536/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 245502 0 0 0 114 35 0 0 20 0 4 0 106398779 1247350784 245316 33554432000 4194304 16246674 140737117330720 140737117330032 6021033 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 304529 245316 824 2943 0 301423 0
[pid=17077/tid=17078] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 245316 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 245316 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1247350784 245316 33554432000 4194304 16246674 140737117330720 140592915926192 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) 1218116

[startup+3.10042 s]
/proc/loadavg: 2.32 2.30 2.27 3/183 17081
/proc/meminfo: memFree=28317800/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267403 0 0 0 272 37 0 0 20 0 4 0 106398779 1337528320 267217 33554432000 4194304 16246674 140737117330720 140737117312640 12415766 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267217 824 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267217 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267217 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267217 33554432000 4194304 16246674 140737117330720 140592915926192 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) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.29 2.30 2.27 3/183 17081
/proc/meminfo: memFree=28230320/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267440 0 0 0 592 37 0 0 20 0 4 0 106398779 1337528320 267254 33554432000 4194304 16246674 140737117330720 140737117313720 5600495 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267254 826 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267254 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267254 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267254 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.27 2.29 2.27 3/183 17081
/proc/meminfo: memFree=28230872/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267449 0 0 0 1232 37 0 0 20 0 4 0 106398779 1337528320 267263 33554432000 4194304 16246674 140737117330720 140737117313720 12415672 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267263 826 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267263 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267263 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267263 33554432000 4194304 16246674 140737117330720 140592915926192 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) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.21 2.28 2.26 3/183 17081
/proc/meminfo: memFree=28231232/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267456 0 0 0 2511 37 0 0 20 0 4 0 106398779 1337528320 267270 33554432000 4194304 16246674 140737117330720 140737117313720 5600136 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267270 826 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267270 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267270 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267270 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.27 2.29 2.27 3/183 17081
/proc/meminfo: memFree=28231360/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=51.09 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267464 0 0 0 5071 38 0 0 20 0 4 0 106398779 1337528320 267278 33554432000 4194304 16246674 140737117330720 140737117313720 13943600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267278 826 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267278 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267278 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267278 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1306180

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

[startup+51.2005 s]
/proc/loadavg: 2.27 2.29 2.27 3/183 17081
/proc/meminfo: memFree=28231360/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=51.19 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267464 0 0 0 5081 38 0 0 20 0 4 0 106398779 1337528320 267278 33554432000 4194304 16246674 140737117330720 140737117313720 5675631 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267278 826 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267278 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267278 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267278 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 1306180

[startup+64.0004 s]
/proc/loadavg: 2.23 2.28 2.27 3/183 17082
/proc/meminfo: memFree=28231112/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=63.98 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267465 0 0 0 6360 38 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140737117313720 13780648 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267279 826 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 1306180

[startup+70.4004 s]
/proc/loadavg: 2.20 2.27 2.26 3/183 17082
/proc/meminfo: memFree=28231352/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=70.39 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267465 0 0 0 7001 38 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140737117313720 13759480 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267279 826 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 70.39
Current children cumulated vsize (KiB) 1306180

[startup+73.6004 s]
/proc/loadavg: 2.20 2.27 2.26 4/183 17082
/proc/meminfo: memFree=28231360/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=73.58 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267465 0 0 0 7320 38 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140737117313720 5600048 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267279 826 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 73.58
Current children cumulated vsize (KiB) 1306180

[startup+76.8004 s]
/proc/loadavg: 2.26 2.28 2.27 4/183 17082
/proc/meminfo: memFree=28231360/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=76.78 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267465 0 0 0 7640 38 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140737117313720 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267279 826 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 76.78
Current children cumulated vsize (KiB) 1306180

[startup+78.4004 s]
/proc/loadavg: 2.26 2.28 2.27 3/183 17082
/proc/meminfo: memFree=28231360/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=78.38 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267465 0 0 0 7800 38 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140737117312640 5724298 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267279 826 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 78.38
Current children cumulated vsize (KiB) 1306180

[startup+78.8004 s]
/proc/loadavg: 2.26 2.28 2.27 3/183 17082
/proc/meminfo: memFree=28231360/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=78.78 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267465 0 0 0 7840 38 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140737117312640 5712072 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267279 826 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 78.78
Current children cumulated vsize (KiB) 1306180

[startup+79.0004 s]
/proc/loadavg: 2.26 2.28 2.27 3/183 17082
/proc/meminfo: memFree=28231360/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=1306180 CPUtime=78.98 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202496 267465 0 0 0 7860 38 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140737117313720 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 326545 267279 826 2943 0 323439 0
[pid=17077/tid=17078] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17078/stat : 17078 (toysat) S 17074 17077 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592936889584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17077/tid=17079] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17079/stat : 17079 (toysat) S 17074 17077 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592926399728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17077/tid=17080] ppid=17074 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17077/task/17080/stat : 17080 (toysat) S 17074 17077 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106398779 1337528320 267279 33554432000 4194304 16246674 140737117330720 140592915926192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 78.98
Current children cumulated vsize (KiB) 1306180

[startup+79.1004 s]
/proc/loadavg: 2.26 2.28 2.27 3/183 17082
/proc/meminfo: memFree=28231360/32872528 swapFree=16636/1570076
[pid=17077] ppid=17074 vsize=0 CPUtime=79.08 cores=1,3,5,7
/proc/17077/stat : 17077 (toysat) R 17074 17077 13075 0 -1 4202500 267471 0 0 0 7865 43 0 0 20 0 1 0 106398779 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17077/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 79.08
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 79.1136
CPU time (s): 79.101
CPU user time (s): 78.655
CPU system time (s): 0.445932
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.655
system time used= 0.445932
maximum resident set size= 1069136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267471
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= 19
involuntary context switches= 90

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.242963 second user time and 0.274958 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-06 22:24:24
IDJOB=4079727
IDBENCH=2905
IDSOLVER=2542
FILE ID=node140/4079727-1465244664
RUNJOBID= node140-1465216678-13092
PBS_JOBID= 19843199
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079727-1465244664/watcher-4079727-1465244664 -o /tmp/evaluation-result-4079727-1465244664/solver-4079727-1465244664 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465216678-13092 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079727-1465244664.opb

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=310705383

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29300076 kB
Buffers:           47336 kB
Cached:            90648 kB
SwapCached:         1748 kB
Active:          1223264 kB
Inactive:          75616 kB
Active(anon):    1160604 kB
Inactive(anon):     2612 kB
Active(file):      62660 kB
Inactive(file):    73004 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098604 kB
Dirty:             16292 kB
Writeback:             0 kB
AnonPages:       2730316 kB
Mapped:            10740 kB
Shmem:                 0 kB
Slab:             568000 kB
SReclaimable:      12076 kB
SUnreclaim:       555924 kB
KernelStack:        1440 kB
PageTables:         9352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2873788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2686976 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 node140 at 2016-06-06 22:25:44