Trace number 4105986

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-02OPT3 44.5542 44.5683

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=107-P1=7-P2=73-P3=61-B.opb
MD5SUMaca556d38b23293c39a313a437063f67
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.037994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables63
Total number of constraints7
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)147
Sum of products size (including duplicates)294
Number of different products147
Sum of products size294

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-18T16:48:40+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-4105986-1466261320.opb"]
0.00/0.01	c use --random-gen="3739289558 4190527858 61047479 1868044960 1126599011 2285741831 440764854 570348205 3183193479 2256028268 3412296449 2927740553 2459665899 2491335529 2036131090 3702533278 2811324547 702180303 1593202085 1517776606 529369809 4078488060 528223377 2260976626 4144124700 3579554742 763584594 1901767163 1459130872 1800618671 63769068 2830724285 1829274147 1241868085 3355679868 4231896846 1032284843 4035109158 2926061728 1668580945 2964166473 3348147083 144946742 2087137848 1429228559 1190870323 1760963318 3162284168 2660104777 3439328295 1470795338 3082943341 2546848871 1611457883 1535679526 1048662994 2371103803 2847082541 3475136702 2498173106 803919934 2623860427 797253568 4232791795 1270866958 2433017168 996765441 1279326303 3686133678 1922340610 697884044 337288382 3216780270 2722368252 3151624966 3785699336 3112782281 1923176009 2194836750 972959101 4252318048 211577369 643563952 775305825 466140962 2010391271 1314875190 437201398 1949488044 3674247833 1621941854 2085900280 1683463895 2617583295 29681617 730053465 2880418561 2769303648 4129631253 3182846398 3742485630 3926662694 3241599445 3044754105 2182925021 2669573809 3181885064 2889721174 194847028 3074295865 4077726646 1047763639 3838300922 2252895607 2735098558 1541838807 3925148827 3173262706 1404057146 658119988 1769900916 2468985998 1535611554 4251718765 4022071752 2412368273 96035323 1993127106 3501582428 1737801204 4079046479 1991028120 290803755 799232648 3264772107 2266044589 912293347 1202919299 1679315335 2271892498 1620458619 225823654 1291915428 3728872061 2478750471 1308183005 276621345 898117789 1412060913 1033489398 2765769292 35196907 234240607 1631037287 3828389373 331938910 3742582974 3298427553 3865947205 1131857852 3076593624 3500262472 3388439561 2993374837 3606182584 242548275 2415759940 3918636730 2756293753 77057050 1118960610 3769168141 3737869906 1669454449 2101475167 335847938 2825215290 1923704930 1875528242 2593949992 665779117 1634183245 4276052832 1661708368 3139711389 1005077478 2270026076 710271079 1281345178 2949060371 2526778895 4259269939 397466386 964609292 2496334353 2156222433 3399018839 1244733055 910527327 2463916580 1760687173 2785030458 3900258530 3504525386 1276990099 519521681 1479471652 486761758 1352490296 4162915996 2225851950 751215042 1920152307 3265416793 1490879967 1237488321 3414362754 2112501258 2781251802 1940264902 2426551551 3295981624 2239689016 3464233918 2489459868 2003979967 1346779180 4090844883 1808458281 1359159956 3846249474 2967657589 1932491116 1951135090 1273084591 2182138562 3276313277 687001938 1844563037 4154424246 2907235752 1645662925 949285397 2731652767 2244450262 1080461702 4186311820 2000386258 2488625218 2061339543 2413171574 3605195991 3241995929 1409227259 2718718287 178286364 255 362436" option to reproduce the execution
0.00/0.01	c #vars 63
0.00/0.01	c #constraints 7
0.00/0.02	c BCD2: Hardening is enabled.
0.00/0.02	c BCD2: BiasedSearch is enabled.
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      220      0 |        0 |        0
0.00/0.04	c  0.0s |       1 |      124 |      100 |      220      0 |        0 |        0
0.00/0.08	c  0.1s |       2 |      298 |      250 |      243      0 |        0 |        0
0.09/0.13	c  0.1s |       3 |      539 |      475 |      268      1 |        0 |        0
0.18/0.22	c  0.2s |       4 |      935 |      813 |      295      3 |        0 |        0
0.28/0.31	c  0.3s |       5 |     1471 |     1320 |      325      5 |        0 |        0
0.28/0.33	c  0.3s |       5 |     1541 |     1357 |      358      6 |        0 |        0
0.28/0.33	c #cpu_time = 0.307s
0.28/0.33	c #wall_clock_time = 0.307s
0.28/0.33	c #decision = 1541
0.28/0.33	c #random_decision = 1
0.28/0.33	c #conflict = 1357
0.28/0.33	c #restart = 5
0.28/0.33	o 19
0.28/0.33	c BCD2: hardening fixes 2 literals
0.28/0.33	c BCD2: updating upper bound: 127 -> 18
0.28/0.33	c BCD2: 0 <= obj <= 18
0.28/0.33	c BCD2: #cores=0, #unrelaxed=5, #relaxed=0, #hardened=2
0.28/0.33	c BCD2: #sat=1 #unsat=1 bias=1/2
0.28/0.33	c Solving starts ...
0.28/0.33	c ============================[ Search Statistics ]============================
0.28/0.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.33	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.33	c =============================================================================
0.28/0.33	c  0.0s |       0 |        0 |        0 |      358      0 |       18 |        0
0.28/0.33	c  0.0s |       0 |        3 |        0 |      358      0 |       18 |       42
0.28/0.33	c #cpu_time = 0.002s
0.28/0.33	c #wall_clock_time = 0.002s
0.28/0.33	c #decision = 3
0.28/0.33	c #random_decision = 0
0.28/0.33	c #conflict = 0
0.28/0.33	c #restart = 0
0.28/0.33	c BCD2: found a new core of size 4: cost of the new core is >=2
0.28/0.33	c lower bound updated to 2
0.28/0.33	c BCD2: 2 <= obj <= 18
0.28/0.33	c BCD2: #cores=1, #unrelaxed=1, #relaxed=4, #hardened=2
0.28/0.33	c BCD2: #sat=1 #unsat=2 bias=2/3
0.28/0.33	c Solving starts ...
0.28/0.33	c ============================[ Search Statistics ]============================
0.28/0.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.33	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.33	c =============================================================================
0.28/0.33	c  0.0s |       0 |        0 |        0 |      358      0 |       18 |       42
0.28/0.35	c  0.0s |       1 |      142 |      100 |      358      0 |       18 |       42
0.39/0.41	c  0.1s |       2 |      317 |      250 |      358      0 |       18 |       42
0.39/0.46	c  0.1s |       3 |      579 |      475 |      358      1 |       18 |       42
0.49/0.54	c  0.2s |       4 |      984 |      813 |      394      3 |       18 |       42
0.58/0.64	c  0.3s |       5 |     1514 |     1320 |      394      5 |       18 |       42
0.78/0.84	c  0.5s |       6 |     2409 |     2081 |      434      7 |       18 |       42
0.99/1.09	c  0.8s |       7 |     3663 |     3223 |      434     11 |       18 |       42
1.48/1.54	c  1.2s |       8 |     5497 |     4936 |      478     17 |       18 |       42
1.88/1.98	c  1.7s |       9 |     8365 |     7506 |      526     25 |       18 |       42
2.68/2.71	c  2.4s |      10 |    12831 |    11361 |      579     36 |       18 |       42
3.68/3.77	c  3.4s |      11 |    19118 |    17144 |      637     52 |       18 |       42
5.08/5.17	c  4.8s |      12 |    28448 |    25819 |      701     75 |       18 |       42
7.08/7.18	c  6.8s |      12 |    40455 |    36919 |      701    101 |       18 |       42
7.48/7.58	c  7.3s |      13 |    42554 |    38832 |      772    105 |       18 |       42
9.49/9.58	c  9.3s |      13 |    54972 |    51032 |      772    133 |       18 |       42
10.79/10.81	c 10.5s |      14 |    62445 |    58352 |      850    149 |       18 |       42
12.79/12.81	c 12.5s |      14 |    75489 |    70652 |      850    175 |       18 |       42
14.78/14.82	c 14.5s |      14 |    88271 |    82752 |      850    200 |       18 |       42
15.58/15.61	c 15.3s |      15 |    93307 |    87632 |      936    210 |       18 |       42
17.59/17.61	c 17.3s |      15 |   105022 |    99032 |      936    232 |       18 |       42
19.58/19.62	c 19.3s |      15 |   116355 |   109832 |      936    253 |       18 |       42
21.58/21.64	c 21.3s |      15 |   128209 |   121132 |      936    275 |       18 |       42
23.38/23.47	c 23.1s |      16 |   139486 |   131552 |     1030    295 |       18 |       42
25.39/25.49	c 25.2s |      16 |   152163 |   143852 |     1030    316 |       18 |       42
27.38/27.49	c 27.2s |      16 |   164185 |   155652 |     1030    337 |       18 |       42
29.48/29.51	c 29.2s |      16 |   175862 |   167052 |     1030    357 |       18 |       42
31.48/31.52	c 31.2s |      16 |   187131 |   177652 |     1030    376 |       18 |       42
33.48/33.53	c 33.2s |      16 |   198124 |   187952 |     1030    394 |       18 |       42
35.38/35.42	c 35.1s |      17 |   208212 |   197432 |     1133    411 |       18 |       42
37.39/37.43	c 37.1s |      17 |   220447 |   209132 |     1133    430 |       18 |       42
39.38/39.44	c 39.1s |      17 |   231780 |   220232 |     1133    448 |       18 |       42
41.38/41.45	c 41.1s |      17 |   243783 |   231932 |     1133    467 |       18 |       42
43.38/43.46	c 43.1s |      17 |   256103 |   243932 |     1133    486 |       18 |       42
44.38/44.48	c 44.2s |      17 |   262409 |   249995 |     1133    496 |       19 |       49
44.38/44.48	c #cpu_time = 44.150s
44.38/44.48	c #wall_clock_time = 44.150s
44.38/44.48	c #decision = 262409
44.38/44.48	c #random_decision = 818
44.38/44.48	c #conflict = 249995
44.38/44.48	c #restart = 17
44.38/44.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=3
44.38/44.48	c lower bound updated to 3
44.38/44.48	c BCD2: 3 <= obj <= 18
44.38/44.48	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=2
44.38/44.48	c BCD2: #sat=1 #unsat=3 bias=3/4
44.38/44.48	c Solving starts ...
44.38/44.48	c ============================[ Search Statistics ]============================
44.38/44.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.38/44.48	c       |         |          |          |    Limit     GC | Var      | Constra 
44.38/44.48	c =============================================================================
44.38/44.48	c  0.0s |       0 |        0 |        0 |     1133      0 |       20 |       49
44.38/44.49	c  0.0s |       0 |       96 |       70 |     1133      0 |       20 |       50
44.38/44.49	c #cpu_time = 0.011s
44.38/44.49	c #wall_clock_time = 0.011s
44.38/44.49	c #decision = 96
44.38/44.49	c #random_decision = 0
44.38/44.49	c #conflict = 70
44.38/44.49	c #restart = 0
44.38/44.49	o 5
44.38/44.49	c BCD2: hardening fixes 2 literals
44.38/44.49	c BCD2: updating upper bound: 18 -> 4
44.38/44.49	c BCD2: 3 <= obj <= 4
44.38/44.49	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=4
44.38/44.49	c BCD2: #sat=2 #unsat=3 bias=3/5
44.38/44.49	c Solving starts ...
44.38/44.49	c ============================[ Search Statistics ]============================
44.38/44.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.38/44.49	c       |         |          |          |    Limit     GC | Var      | Constra 
44.38/44.49	c =============================================================================
44.38/44.49	c  0.0s |       0 |        0 |        0 |     1133      0 |       38 |       52
44.48/44.50	c  0.0s |       0 |       92 |       69 |     1133      0 |       38 |       94
44.48/44.50	c #cpu_time = 0.012s
44.48/44.50	c #wall_clock_time = 0.012s
44.48/44.50	c #decision = 92
44.48/44.50	c #random_decision = 0
44.48/44.50	c #conflict = 69
44.48/44.50	c #restart = 0
44.48/44.50	o 3
44.48/44.50	s OPTIMUM FOUND
44.48/44.50	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 x9 x10
44.48/44.50	v -x11 x12 -x13 -x14 x15 x16 -x17 -x18 x19 x20
44.48/44.50	v x21 x22 x23 x24 x25 x26 x27 x28 x29 -x30
44.48/44.50	v x31 -x32 -x33 -x34 x35 x36 x37 x38 x39 x40
44.48/44.50	v x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
44.48/44.50	v -x51 x52 x53 x54 x55 -x56 -x57 x58 x59 x60
44.48/44.50	v x61 x62 x63
44.48/44.50	c total CPU time = 44.502s
44.48/44.50	c total wall clock time = 44.502s

Verifier Data

OK	3

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

pid=25988
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.07 2.06 2.04 3/179 25991
/proc/meminfo: memFree=30601920/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=254396 CPUtime=0 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 866 0 0 0 0 0 0 0 20 0 4 0 28181898 260501504 1227 33554432000 4194304 16246674 140734797318816 140734797318240 15002730 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 64367 1236 441 2943 0 61261 0
[pid=25991/tid=25992] ppid=25988 vsize=270780 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 277278720 1288 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=274876 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 281473024 1305 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=278972 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28181899 285667328 1320 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.07 2.06 2.04 3/179 25991
/proc/meminfo: memFree=30601920/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 20341 0 0 0 6 3 0 0 20 0 4 0 28181898 1247350784 20690 33554432000 4194304 16246674 140734797318816 140734797318240 5712452 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 304529 20700 765 2943 0 301423 0
[pid=25991/tid=25992] ppid=25988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1247350784 20703 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1247350784 20707 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28181899 1247350784 20712 33554432000 4194304 16246674 140734797318816 140308291505328 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.200547 s]
/proc/loadavg: 2.07 2.06 2.04 3/179 25991
/proc/meminfo: memFree=30601920/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 38464 0 0 0 12 6 0 0 20 0 4 0 28181898 1247350784 38813 33554432000 4194304 16246674 140734797318816 140734797318240 6021007 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 304529 38827 765 2943 0 301423 0
[pid=25991/tid=25992] ppid=25988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1247350784 38834 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1247350784 38839 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28181899 1247350784 38841 33554432000 4194304 16246674 140734797318816 140308291505328 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.300501 s]
/proc/loadavg: 2.07 2.06 2.04 3/179 25991
/proc/meminfo: memFree=30601920/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1218116 CPUtime=0.28 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 57168 0 0 0 20 8 0 0 20 0 4 0 28181898 1247350784 57517 33554432000 4194304 16246674 140734797318816 140734797318240 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 304529 57529 765 2943 0 301423 0
[pid=25991/tid=25992] ppid=25988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1247350784 57537 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1247350784 57545 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28181899 1247350784 57549 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700402 s]
/proc/loadavg: 2.07 2.06 2.04 3/179 25991
/proc/meminfo: memFree=30601920/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 128757 0 0 0 50 19 0 0 20 0 4 0 28181898 1247350784 129105 33554432000 4194304 16246674 140734797318816 140734797318240 13780501 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 304529 129113 796 2943 0 301423 0
[pid=25991/tid=25992] ppid=25988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1247350784 129118 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1247350784 129123 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28181899 1247350784 129128 33554432000 4194304 16246674 140734797318816 140308291505328 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.5004 s]
/proc/loadavg: 2.07 2.06 2.04 3/183 25995
/proc/meminfo: memFree=29797436/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1219140 CPUtime=1.48 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 245756 0 0 0 111 37 0 0 20 0 4 0 28181898 1248399360 246082 33554432000 4194304 16246674 140734797318816 140734797318128 5712128 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 304785 246082 853 2943 0 301679 0
[pid=25991/tid=25992] ppid=25988 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1248399360 246082 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1248399360 246082 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1248399360 246082 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.10037 s]
/proc/loadavg: 2.07 2.06 2.04 3/183 25995
/proc/meminfo: memFree=29617872/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1305156 CPUtime=3.08 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 267287 0 0 0 268 40 0 0 20 0 4 0 28181898 1336479744 267613 33554432000 4194304 16246674 140734797318816 140734797300736 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 326289 267613 853 2943 0 323183 0
[pid=25991/tid=25992] ppid=25988 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1336479744 267613 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1336479744 267613 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1336479744 267613 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1305156

[startup+6.3004 s]
/proc/loadavg: 2.06 2.06 2.04 3/183 25995
/proc/meminfo: memFree=29530348/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 267497 0 0 0 588 40 0 0 20 0 4 0 28181898 1337528320 267823 33554432000 4194304 16246674 140734797318816 140734797300736 5600241 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 326545 267823 853 2943 0 323439 0
[pid=25991/tid=25992] ppid=25988 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1337528320 267823 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1337528320 267823 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1337528320 267823 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.06 2.06 2.04 3/183 25995
/proc/meminfo: memFree=29527804/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1307204 CPUtime=12.69 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 267732 0 0 0 1228 41 0 0 20 0 4 0 28181898 1338576896 268058 33554432000 4194304 16246674 140734797318816 140734797300736 5546098 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 326801 268058 855 2943 0 323695 0
[pid=25991/tid=25992] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268058 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268058 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268058 33554432000 4194304 16246674 140734797318816 140308291505328 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) 1307204

[startup+25.5005 s]
/proc/loadavg: 2.05 2.06 2.04 3/183 25995
/proc/meminfo: memFree=29527264/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1307204 CPUtime=25.48 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 267900 0 0 0 2507 41 0 0 20 0 4 0 28181898 1338576896 268226 33554432000 4194304 16246674 140734797318816 140734797300736 5827966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 326801 268226 856 2943 0 323695 0
[pid=25991/tid=25992] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308291505328 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) 1307204

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

[startup+25.6005 s]
/proc/loadavg: 2.05 2.06 2.04 3/183 25995
/proc/meminfo: memFree=29527264/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1307204 CPUtime=25.58 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 267900 0 0 0 2517 41 0 0 20 0 4 0 28181898 1338576896 268226 33554432000 4194304 16246674 140734797318816 140734797300736 5600765 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 326801 268226 856 2943 0 323695 0
[pid=25991/tid=25992] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1307204

[startup+32.0074 s]
/proc/loadavg: 2.04 2.06 2.04 3/183 25995
/proc/meminfo: memFree=29525968/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1307204 CPUtime=31.99 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 267900 0 0 0 3158 41 0 0 20 0 4 0 28181898 1338576896 268226 33554432000 4194304 16246674 140734797318816 140734797300736 6845888 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 326801 268226 856 2943 0 323695 0
[pid=25991/tid=25992] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1307204

[startup+38.4004 s]
/proc/loadavg: 2.04 2.05 2.04 3/183 25995
/proc/meminfo: memFree=29525828/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1307204 CPUtime=38.38 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 267900 0 0 0 3797 41 0 0 20 0 4 0 28181898 1338576896 268226 33554432000 4194304 16246674 140734797318816 140734797317912 5600739 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 326801 268226 856 2943 0 323695 0
[pid=25991/tid=25992] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 1307204

[startup+41.6004 s]
/proc/loadavg: 2.04 2.05 2.04 3/183 25995
/proc/meminfo: memFree=29525828/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1307204 CPUtime=41.58 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 267900 0 0 0 4117 41 0 0 20 0 4 0 28181898 1338576896 268226 33554432000 4194304 16246674 140734797318816 140734797301816 13759456 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 326801 268226 856 2943 0 323695 0
[pid=25991/tid=25992] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 41.58
Current children cumulated vsize (KiB) 1307204

[startup+43.2004 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 25995
/proc/meminfo: memFree=29525828/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1307204 CPUtime=43.18 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 267900 0 0 0 4277 41 0 0 20 0 4 0 28181898 1338576896 268226 33554432000 4194304 16246674 140734797318816 140734797300736 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 326801 268226 856 2943 0 323695 0
[pid=25991/tid=25992] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 43.18
Current children cumulated vsize (KiB) 1307204

[startup+44.0004 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 25995
/proc/meminfo: memFree=29525828/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1307204 CPUtime=43.98 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 267900 0 0 0 4357 41 0 0 20 0 4 0 28181898 1338576896 268226 33554432000 4194304 16246674 140734797318816 140734797300736 6012316 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 326801 268226 856 2943 0 323695 0
[pid=25991/tid=25992] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 43.98
Current children cumulated vsize (KiB) 1307204

[startup+44.4004 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 25995
/proc/meminfo: memFree=29525828/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1307204 CPUtime=44.38 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 267900 0 0 0 4397 41 0 0 20 0 4 0 28181898 1338576896 268226 33554432000 4194304 16246674 140734797318816 140734797300736 13927243 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 326801 268226 856 2943 0 323695 0
[pid=25991/tid=25992] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 44.38
Current children cumulated vsize (KiB) 1307204

[startup+44.5004 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 25995
/proc/meminfo: memFree=29525828/32872528 swapFree=163656/177964
[pid=25991] ppid=25988 vsize=1307204 CPUtime=44.48 cores=1,3,5,7
/proc/25991/stat : 25991 (toysat) R 25988 25991 20760 0 -1 4202496 267900 0 0 0 4407 41 0 0 20 0 4 0 28181898 1338576896 268226 33554432000 4194304 16246674 140734797318816 140734797300736 5828757 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25991/statm: 326801 268226 856 2943 0 323695 0
[pid=25991/tid=25992] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25992/stat : 25992 (toysat) S 25988 25991 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308312468720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25991/tid=25993] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25993/stat : 25993 (toysat) S 25988 25991 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308301978864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25991/tid=25994] ppid=25988 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/25991/task/25994/stat : 25994 (toysat) S 25988 25991 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28181899 1338576896 268226 33554432000 4194304 16246674 140734797318816 140308291505328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 44.48
Current children cumulated vsize (KiB) 1307204

Child status: 0
Real time (s): 44.5683
CPU time (s): 44.5542
CPU user time (s): 44.0783
CPU system time (s): 0.475927
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.0783
system time used= 0.475927
maximum resident set size= 1072912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267904
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= 47

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.12598 second user time and 0.164974 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 16:48:40
IDJOB=4105986
IDBENCH=47883
IDSOLVER=2542
FILE ID=node105/4105986-1466261320
RUNJOBID= node105-1466229502-20777
PBS_JOBID= 19918174
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=107-P1=7-P2=73-P3=61-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105986-1466261320/watcher-4105986-1466261320 -o /tmp/evaluation-result-4105986-1466261320/solver-4105986-1466261320 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20777 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105986-1466261320.opb

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

MD5SUM BENCH= aca556d38b23293c39a313a437063f67
RANDOM SEED=1190487375

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.54
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30602184 kB
Buffers:           78252 kB
Cached:           202588 kB
SwapCached:         1460 kB
Active:          1167816 kB
Inactive:         186444 kB
Active(anon):    1070468 kB
Inactive(anon):     5448 kB
Active(file):      97348 kB
Inactive(file):   180996 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             32816 kB
Writeback:             0 kB
AnonPages:       1250964 kB
Mapped:            10528 kB
Shmem:                 0 kB
Slab:             605488 kB
SReclaimable:      48632 kB
SUnreclaim:       556856 kB
KernelStack:        1496 kB
PageTables:         6684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1395228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 71716 MiB
End job on node105 at 2016-06-18 16:49:24