Trace number 4110298

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 20.5099 20.5235

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976157--soft-0-100-0.wbo
MD5SUM4da1e5a9e75693d50d2c099f4fe591bc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark3.83142
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1294
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-19T16:01:07+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4110298-1466344867.wbo"]
0.00/0.01	c use --random-gen="74453763 1020592732 1589686340 1584142707 2598979708 352850518 3506825954 4082327764 4154539265 3195518995 3815949709 4202063251 432410988 3352183729 4266862628 2581092506 2365569321 3230635347 2527188011 61933560 918011085 2669657174 4234825282 3224093495 1575655214 3936931218 4011491385 742844017 4006115401 2916481711 2989081641 3856754924 2097244837 1159875592 3949401416 3802826636 660284853 1949873600 2142560992 2713097666 2622866078 2775520024 2061851354 2053913 1995661926 2717501314 258312873 3509070353 1729527364 2659469430 825219470 2671537751 880156896 23729277 1812842888 780878286 4182176329 1767686481 506188514 958181386 1656093356 3110985717 3090157870 2085591305 4156353518 845376308 3256278864 2311450229 1500691174 849420479 777337870 3257351524 2235213298 3918872700 2073605116 1897887346 4017132429 85830920 4176145269 448897478 2568808036 3089617249 3159176934 2145856304 1378897305 1763728266 689628613 227987851 3990836589 2603245045 2587314663 1800500192 3873650374 2082886276 2479713807 3587998507 1089083375 489633172 4288746518 3814227211 3450054793 2948331299 300565314 3605440370 3751238712 3491938871 325702739 2258867593 367606322 267427499 2245628484 2967306538 3684716535 1878411848 4226695961 1006570159 767433555 3442225085 913439289 2888234905 2734104949 3688412558 1420918679 585442345 2219448073 3343063910 3229869927 3018936423 2885712249 2884032485 1288037443 3858787172 3697820785 832856944 4066692665 931148215 1703561093 3294751905 688303769 440729941 2652948131 3031051382 3419900922 1157331 742660792 605899804 3635790258 3547183370 1449754687 3693335850 960988999 3090766419 2668971183 1236894394 1147600110 2068598371 2215848650 2121873081 2181007163 1221668001 1447568415 835057677 2350820404 2231779831 4067520280 1753723623 1667996934 4114733855 2466398238 521075086 1698055550 807532360 581358190 2428181621 1081422249 1214289994 1565925734 395788715 3711544539 1101328685 1218378906 2709211263 2381562920 637185111 663733791 1733387955 1054447691 1519596366 2559645236 1967442455 1032013158 3954289334 3199543576 1418178559 2447775116 2902767170 1198243322 2203938869 2493895919 3789070099 3210438240 2749842001 1295014710 2774872251 3822403946 2251474176 177182101 103530007 3730433744 2778434994 3945212710 3401728766 3447259848 215297891 1849668807 826411966 1626063523 2758528472 3383281456 3770402342 993310510 3195552231 2518502752 1961905581 430919801 3144084061 2182488993 1018132711 1279924531 2596093083 732736932 1787283880 3242788351 175407497 3954591438 1015771064 54324476 459548501 900967973 3527306701 2369690962 2924145262 385474191 3019056015 1326313875 1158844130 505022901 2397791748 2957488967 69649839 1312703817 974996285 960679046 3493101764 1944846407 3648052982 255 362436" option to reproduce the execution
0.19/0.24	c #vars 169
0.19/0.24	c #constraints 101
0.19/0.24	c BCD2: Hardening is enabled.
0.19/0.24	c BCD2: BiasedSearch is enabled.
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.24	c  0.0s |       0 |      106 |        0 |      123      0 |        0 |        0
0.19/0.24	c #cpu_time = 0.001s
0.19/0.24	c #wall_clock_time = 0.001s
0.19/0.24	c #decision = 106
0.19/0.24	c #random_decision = 0
0.19/0.24	c #conflict = 0
0.19/0.24	c #restart = 0
0.19/0.24	o 669
0.19/0.24	c BCD2: updating upper bound: 5033 -> 668
0.19/0.24	c BCD2: 0 <= obj <= 668
0.19/0.24	c BCD2: #cores=0, #unrelaxed=101, #relaxed=0, #hardened=0
0.19/0.24	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.26	c  0.0s |       1 |      283 |      100 |      123      0 |        0 |        0
0.19/0.29	c  0.0s |       2 |      623 |      250 |      136      0 |        0 |        0
0.29/0.34	c  0.1s |       3 |     1045 |      475 |      150      2 |        0 |        0
0.39/0.40	c  0.2s |       4 |     1644 |      813 |      165      4 |        0 |        0
0.49/0.50	c  0.3s |       5 |     2597 |     1320 |      182      7 |        0 |        0
0.59/0.64	c  0.4s |       6 |     3915 |     2081 |      222     11 |        0 |        0
0.69/0.88	c  0.6s |       7 |     5717 |     3223 |      245     17 |        0 |        0
1.19/1.21	c  1.0s |       8 |     8485 |     4936 |      270     25 |        0 |        0
1.59/1.60	c  1.4s |       9 |    12712 |     7506 |      297     37 |        0 |        0
2.09/2.14	c  1.9s |      10 |    18453 |    11361 |      327     53 |        0 |        0
2.89/2.96	c  2.7s |      11 |    27094 |    17144 |      360     76 |        0 |        0
4.09/4.19	c  3.9s |      12 |    40156 |    25819 |      397    109 |        0 |        0
6.19/6.21	c  6.0s |      12 |    57753 |    37719 |      397    152 |        0 |        0
6.29/6.30	c  6.1s |      12 |    58619 |    38286 |      397    154 |        0 |        0
6.29/6.30	c #cpu_time = 6.055s
6.29/6.30	c #wall_clock_time = 6.055s
6.29/6.30	c #decision = 58619
6.29/6.30	c #random_decision = 145
6.29/6.30	c #conflict = 38286
6.29/6.30	c #restart = 12
6.29/6.30	c BCD2: found a new core of size 101: cost of the new core is >=1
6.29/6.30	c lower bound updated to 1
6.29/6.30	c BCD2: 1 <= obj <= 668
6.29/6.30	c BCD2: #cores=1, #unrelaxed=0, #relaxed=101, #hardened=0
6.29/6.30	c BCD2: #sat=1 #unsat=2 bias=2/3
6.29/6.30	c Solving starts ...
6.29/6.30	c ============================[ Search Statistics ]============================
6.29/6.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.30	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.30	c =============================================================================
6.29/6.30	c  0.0s |       0 |        0 |        0 |      397      0 |        0 |        0
6.29/6.30	c  0.0s |       0 |      133 |        1 |      397      0 |        0 |        0
6.29/6.30	c #cpu_time = 0.002s
6.29/6.30	c #wall_clock_time = 0.002s
6.29/6.30	c #decision = 133
6.29/6.30	c #random_decision = 0
6.29/6.30	c #conflict = 1
6.29/6.30	c #restart = 0
6.29/6.30	o 10
6.29/6.30	c BCD2: hardening fixes 89 literals
6.29/6.30	c BCD2: updating upper bound: 668 -> 9
6.29/6.30	c BCD2: 1 <= obj <= 9
6.29/6.30	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=89
6.29/6.30	c BCD2: #sat=2 #unsat=2 bias=2/4
6.29/6.30	c Solving starts ...
6.29/6.30	c ============================[ Search Statistics ]============================
6.29/6.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.30	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.30	c =============================================================================
6.29/6.30	c  0.0s |       0 |        0 |        0 |      397      0 |       89 |        2
6.29/6.31	c  0.0s |       1 |      203 |      100 |      397      0 |       89 |        2
6.29/6.33	c  0.0s |       2 |      428 |      250 |      397      1 |       89 |        2
6.29/6.36	c  0.1s |       3 |      740 |      475 |      437      1 |       89 |        2
6.38/6.40	c  0.1s |       4 |     1289 |      813 |      437      3 |       89 |        2
6.38/6.45	c  0.2s |       5 |     2083 |     1320 |      437      4 |       89 |        2
6.48/6.54	c  0.2s |       6 |     3239 |     2081 |      437      7 |       89 |        2
6.58/6.66	c  0.4s |       7 |     5079 |     3223 |      437     11 |       89 |        2
6.79/6.85	c  0.5s |       8 |     7659 |     4936 |      437     16 |       89 |        2
7.08/7.14	c  0.8s |       9 |    11554 |     7506 |      437     25 |       89 |        2
7.48/7.55	c  1.2s |      10 |    17735 |    11361 |      437     38 |       89 |        2
8.08/8.16	c  1.9s |      11 |    26452 |    17144 |      437     56 |       89 |        2
9.09/9.13	c  2.8s |      12 |    39198 |    25819 |      481     83 |       89 |        2
10.48/10.59	c  4.3s |      13 |    58914 |    38832 |      481    123 |       89 |        2
11.38/11.48	c  5.2s |      13 |    70238 |    46426 |      481    146 |       90 |        4
11.38/11.48	c #cpu_time = 5.182s
11.38/11.48	c #wall_clock_time = 5.182s
11.38/11.48	c #decision = 70238
11.38/11.48	c #random_decision = 167
11.38/11.48	c #conflict = 46426
11.38/11.48	c #restart = 13
11.38/11.48	c BCD2: updating lower bound of a core
11.38/11.48	c lower bound updated to 6
11.38/11.48	c BCD2: 6 <= obj <= 9
11.38/11.48	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=89
11.38/11.48	c BCD2: #sat=2 #unsat=3 bias=3/5
11.38/11.48	c Solving starts ...
11.38/11.48	c ============================[ Search Statistics ]============================
11.38/11.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.38/11.48	c       |         |          |          |    Limit     GC | Var      | Constra 
11.38/11.48	c =============================================================================
11.38/11.48	c  0.0s |       0 |        0 |        0 |      481      0 |       90 |        4
11.48/11.50	c  0.0s |       1 |      158 |      100 |      481      0 |       90 |        4
11.48/11.51	c  0.0s |       2 |      375 |      250 |      481      0 |       90 |        4
11.48/11.54	c  0.1s |       3 |      682 |      475 |      481      1 |       90 |        4
11.48/11.57	c  0.1s |       4 |     1274 |      813 |      481      2 |       90 |        4
11.58/11.63	c  0.1s |       5 |     2037 |     1320 |      481      4 |       90 |        4
11.68/11.71	c  0.2s |       6 |     3170 |     2081 |      481      6 |       90 |        4
11.78/11.83	c  0.3s |       7 |     4909 |     3223 |      530      9 |       90 |        4
11.98/12.02	c  0.5s |       8 |     7382 |     4936 |      530     14 |       90 |        4
12.18/12.29	c  0.8s |       9 |    11235 |     7506 |      530     22 |       90 |        4
12.68/12.72	c  1.2s |      10 |    17511 |    11361 |      530     33 |       90 |        4
13.28/13.35	c  1.9s |      11 |    26619 |    17144 |      530     50 |       90 |        4
14.18/14.26	c  2.8s |      12 |    40037 |    25819 |      530     75 |       90 |        4
15.69/15.73	c  4.2s |      13 |    58884 |    38832 |      530    112 |       90 |        4
17.08/17.18	c  5.7s |      13 |    77855 |    51492 |      583    148 |       91 |        6
17.08/17.18	c #cpu_time = 5.692s
17.08/17.18	c #wall_clock_time = 5.692s
17.08/17.18	c #decision = 77855
17.08/17.18	c #random_decision = 178
17.08/17.18	c #conflict = 51492
17.08/17.18	c #restart = 13
17.08/17.18	c BCD2: updating lower bound of a core
17.08/17.18	c lower bound updated to 9
17.08/17.18	c BCD2: 9 <= obj <= 9
17.08/17.18	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=89
17.08/17.18	c BCD2: #sat=2 #unsat=4 bias=4/6
17.08/17.18	c Solving starts ...
17.08/17.18	c ============================[ Search Statistics ]============================
17.08/17.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.08/17.18	c       |         |          |          |    Limit     GC | Var      | Constra 
17.08/17.18	c =============================================================================
17.08/17.18	c  0.0s |       0 |        0 |        0 |      583      0 |       91 |        6
17.08/17.19	c  0.0s |       1 |      213 |      100 |      583      0 |       91 |        6
17.18/17.21	c  0.0s |       2 |      503 |      250 |      583      0 |       91 |        6
17.18/17.24	c  0.1s |       3 |      816 |      475 |      583      1 |       91 |        6
17.18/17.28	c  0.1s |       4 |     1301 |      813 |      583      2 |       91 |        6
17.28/17.33	c  0.2s |       5 |     2177 |     1320 |      583      3 |       91 |        6
17.38/17.41	c  0.2s |       6 |     3332 |     2081 |      583      5 |       91 |        6
17.48/17.54	c  0.4s |       7 |     5083 |     3223 |      583      8 |       91 |        6
17.68/17.72	c  0.5s |       8 |     7595 |     4936 |      583     13 |       91 |        6
17.98/18.00	c  0.8s |       9 |    11568 |     7506 |      583     19 |       91 |        6
18.38/18.41	c  1.2s |      10 |    17500 |    11361 |      583     30 |       91 |        6
18.99/19.05	c  1.9s |      11 |    26662 |    17144 |      583     45 |       91 |        6
19.99/20.01	c  2.8s |      12 |    39769 |    25819 |      583     68 |       91 |        6
20.38/20.46	c  3.3s |      12 |    46252 |    29989 |      583     79 |       91 |        6
20.38/20.46	c #cpu_time = 3.281s
20.38/20.46	c #wall_clock_time = 3.281s
20.38/20.46	c #decision = 46252
20.38/20.46	c #random_decision = 122
20.38/20.46	c #conflict = 29989
20.38/20.46	c #restart = 12
20.38/20.46	o 9
20.38/20.46	s OPTIMUM FOUND
20.38/20.46	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
20.38/20.46	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
20.38/20.46	v -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
20.38/20.46	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
20.38/20.46	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
20.38/20.46	v -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60
20.38/20.46	v -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
20.38/20.46	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
20.38/20.46	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90
20.38/20.46	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100
20.38/20.46	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
20.38/20.46	v -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
20.38/20.46	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
20.38/20.46	v -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140
20.38/20.46	v -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150
20.38/20.46	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
20.38/20.46	v -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169
20.38/20.46	c total CPU time = 20.462s
20.38/20.46	c total wall clock time = 20.461s

Verifier Data

OK	9

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

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

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


[startup+0 s]
/proc/loadavg: 2.39 2.39 2.23 3/180 4585
/proc/meminfo: memFree=29094416/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=708028 CPUtime=0 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 2636 0 0 0 0 0 0 0 20 0 4 0 36532402 725020672 2998 33554432000 4194304 16246674 140735474647152 140735474646576 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 177775 3007 441 2943 0 174669 0
[pid=4585/tid=4586] ppid=4582 vsize=725436 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 742846464 3067 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=729532 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 747040768 3083 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=734652 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532402 752283648 3100 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.39 2.39 2.23 3/180 4585
/proc/meminfo: memFree=29094416/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 18497 0 0 0 7 2 0 0 20 0 4 0 36532402 1247350784 18851 33554432000 4194304 16246674 140735474647152 140735474646576 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 304529 18860 614 2943 0 301423 0
[pid=4585/tid=4586] ppid=4582 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1247350784 18865 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1247350784 18866 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532402 1247350784 18866 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200496 s]
/proc/loadavg: 2.39 2.39 2.23 3/180 4585
/proc/meminfo: memFree=29094416/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 26466 0 0 0 16 3 0 0 20 0 4 0 36532402 1247350784 26820 33554432000 4194304 16246674 140735474647152 140735474646576 6145278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 304529 26820 614 2943 0 301423 0
[pid=4585/tid=4586] ppid=4582 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1247350784 26821 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1247350784 26821 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532402 1247350784 26821 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300475 s]
/proc/loadavg: 2.39 2.39 2.23 3/180 4585
/proc/meminfo: memFree=29094416/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 40274 0 0 0 25 4 0 0 20 0 4 0 36532402 1247350784 40621 33554432000 4194304 16246674 140735474647152 140735474646576 13780501 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 304529 40625 814 2943 0 301423 0
[pid=4585/tid=4586] ppid=4582 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1247350784 40628 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1247350784 40629 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532402 1247350784 40632 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700396 s]
/proc/loadavg: 2.39 2.39 2.23 3/180 4585
/proc/meminfo: memFree=29094416/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 115977 0 0 0 53 16 0 0 20 0 4 0 36532402 1247350784 116324 33554432000 4194304 16246674 140735474647152 140735474629056 13954410 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 304529 116327 814 2943 0 301423 0
[pid=4585/tid=4586] ppid=4582 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1247350784 116331 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1247350784 116342 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36532402 1247350784 116354 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50043 s]
/proc/loadavg: 2.39 2.39 2.23 3/184 4589
/proc/meminfo: memFree=28147892/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 245840 0 0 0 116 33 0 0 20 0 4 0 36532402 1248399360 246165 33554432000 4194304 16246674 140735474647152 140735474646464 5754966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 304785 246165 873 2943 0 301679 0
[pid=4585/tid=4586] ppid=4582 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1248399360 246165 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1248399360 246165 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36532402 1248399360 246165 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10035 s]
/proc/loadavg: 2.39 2.39 2.23 3/184 4589
/proc/meminfo: memFree=28025132/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 267528 0 0 0 273 36 0 0 20 0 4 0 36532402 1337528320 267853 33554432000 4194304 16246674 140735474647152 140735474630152 5829044 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 326545 267853 873 2943 0 323439 0
[pid=4585/tid=4586] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267853 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267853 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267853 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30036 s]
/proc/loadavg: 2.44 2.40 2.23 4/184 4589
/proc/meminfo: memFree=28026412/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 267598 0 0 0 593 36 0 0 20 0 4 0 36532402 1337528320 267923 33554432000 4194304 16246674 140735474647152 140735474630152 5709413 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 326545 267923 873 2943 0 323439 0
[pid=4585/tid=4586] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267923 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267923 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267923 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.49 2.41 2.23 3/184 4589
/proc/meminfo: memFree=28026196/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 267609 0 0 0 1232 36 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 140735474630152 5830013 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 326545 267934 882 2943 0 323439 0
[pid=4585/tid=4586] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

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

[startup+13.0004 s]
/proc/loadavg: 2.49 2.41 2.23 3/184 4589
/proc/meminfo: memFree=28026196/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1306180 CPUtime=12.98 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 267609 0 0 0 1262 36 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 140735474630152 13954610 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 326545 267934 882 2943 0 323439 0
[pid=4585/tid=4586] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 1306180

[startup+16.2004 s]
/proc/loadavg: 2.45 2.40 2.23 3/184 4589
/proc/meminfo: memFree=28026700/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1306180 CPUtime=16.18 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 267609 0 0 0 1582 36 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 140735474630152 5664799 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 326545 267934 882 2943 0 323439 0
[pid=4585/tid=4586] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.18
Current children cumulated vsize (KiB) 1306180

[startup+17.8004 s]
/proc/loadavg: 2.45 2.40 2.23 3/184 4589
/proc/meminfo: memFree=28027176/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1306180 CPUtime=17.79 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 267609 0 0 0 1743 36 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 140735474629056 5711697 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 326545 267934 882 2943 0 323439 0
[pid=4585/tid=4586] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.79
Current children cumulated vsize (KiB) 1306180

[startup+19.4004 s]
/proc/loadavg: 2.45 2.40 2.23 4/184 4589
/proc/meminfo: memFree=28027308/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1306180 CPUtime=19.38 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 267609 0 0 0 1902 36 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 140735474630152 6836953 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 326545 267934 882 2943 0 323439 0
[pid=4585/tid=4586] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.38
Current children cumulated vsize (KiB) 1306180

[startup+20.2004 s]
/proc/loadavg: 2.41 2.39 2.23 4/184 4589
/proc/meminfo: memFree=28027308/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1306180 CPUtime=20.18 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 267609 0 0 0 1982 36 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 140735474630152 6021684 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 326545 267934 882 2943 0 323439 0
[pid=4585/tid=4586] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.18
Current children cumulated vsize (KiB) 1306180

[startup+20.4004 s]
/proc/loadavg: 2.41 2.39 2.23 4/184 4589
/proc/meminfo: memFree=28027308/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=1306180 CPUtime=20.38 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) R 4582 4585 2004 0 -1 4202496 267609 0 0 0 2002 36 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 140735474630152 6845993 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 326545 267934 882 2943 0 323439 0
[pid=4585/tid=4586] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4586/stat : 4586 (toysat) S 4582 4585 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673322106096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4585/tid=4587] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4587/stat : 4587 (toysat) S 4582 4585 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673311616240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) S 4582 4585 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36532402 1337528320 267934 33554432000 4194304 16246674 140735474647152 139673301142704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.38
Current children cumulated vsize (KiB) 1306180

[startup+20.5005 s]
/proc/loadavg: 2.41 2.39 2.23 4/184 4589
/proc/meminfo: memFree=28027308/32872528 swapFree=1499884/1696108
[pid=4585] ppid=4582 vsize=0 CPUtime=20.48 cores=0,2,4,6
/proc/4585/stat : 4585 (toysat) Z 4582 4585 2004 0 -1 4202508 267613 0 0 0 2008 40 0 0 20 0 2 0 36532402 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4585/statm: 0 0 0 0 0 0 0
[pid=4585/tid=4588] ppid=4582 vsize=0 CPUtime=0.02 cores=0,2,4,6
/proc/4585/task/4588/stat : 4588 (toysat) R 4582 4585 2004 0 -1 4202564 2 0 0 0 0 2 0 0 20 0 2 0 36532402 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 20.5235
CPU time (s): 20.5099
CPU user time (s): 20.0889
CPU system time (s): 0.420936
CPU usage (%): 99.9337
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.0889
system time used= 0.420936
maximum resident set size= 1071748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267613
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= 22
involuntary context switches= 21

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052991 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-19 16:01:07
IDJOB=4110298
IDBENCH=79240
IDSOLVER=2553
FILE ID=node137/4110298-1466344867
RUNJOBID= node137-1466341805-2020
PBS_JOBID= 19922016
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110976157--soft-0-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110298-1466344867/watcher-4110298-1466344867 -o /tmp/evaluation-result-4110298-1466344867/solver-4110298-1466344867 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466341805-2020 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110298-1466344867.wbo

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

MD5SUM BENCH= 4da1e5a9e75693d50d2c099f4fe591bc
RANDOM SEED=321948945

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29095020 kB
Buffers:           72724 kB
Cached:           192164 kB
SwapCached:         1260 kB
Active:          1194356 kB
Inactive:         141212 kB
Active(anon):    1070940 kB
Inactive(anon):     2080 kB
Active(file):     123416 kB
Inactive(file):   139132 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:             32956 kB
Writeback:             0 kB
AnonPages:       2772268 kB
Mapped:            10776 kB
Shmem:                 0 kB
Slab:             607208 kB
SReclaimable:      50668 kB
SUnreclaim:       556540 kB
KernelStack:        1528 kB
PageTables:         9472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2911336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71672 MiB
End job on node137 at 2016-06-19 16:01:27