Trace number 4093369

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 18.7971 18.8017

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975607--soft-33-100-0.wbo
MD5SUM9a2a28c5bb6a02365b79a03ef797cc3c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark9.66653
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1221
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-16T16:17:42+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-4093369-1466086661.wbo"]
0.00/0.01	c use --random-gen="4081219300 1374542684 420213765 1443505553 4021771301 3645475662 2298904871 1153717425 1844618622 1070031875 2871091417 3230134598 2344880062 936864038 4207082631 894794980 277941954 3940121139 3379188072 351976575 1090079220 3973644428 1562869700 3454059420 3329436396 2507524993 3669862412 4244995049 768851988 3873404437 1927216782 3146099349 1739178293 131710775 3341747294 3090945707 431757649 3920853178 2750594586 715695248 925150970 1060812926 2612912297 1922450550 2587735834 47803523 1274103864 712951013 1354966096 682421644 4086487846 3024383301 3308466585 2570145648 1206434248 336769843 1159908472 2760527880 2176422986 125353018 2583933992 1538064098 1219075707 1634632200 490256680 1674367471 1639075519 3111851806 1302294039 2179285245 735836570 2178976763 2780444982 4065347446 2421603642 2802997707 4222113189 3415045557 977745686 3624032215 223250206 4208929487 488858388 424453609 2107460785 2810097573 185389738 3802989086 3262148890 287164110 934065021 2675082346 3870885780 3738943216 1718559036 2330490412 1173437869 1207852469 363313942 3623333143 3677718808 695005111 529291126 474599040 1071585291 2120091142 170718728 19078610 3325872096 1749134077 2779541908 2991001871 2518524263 1246402742 3821615404 2431632601 4046484373 1991719266 473419098 3737503994 3680795982 3414120368 631184650 1391412230 520801365 4276189906 3429858027 2437001660 1328081834 941090118 2049462189 633628177 3470188496 2999440968 2786756013 1383903552 1490970860 1970054971 2534938064 2459301387 4141072350 933835497 1053167762 544413936 2043377949 2965591738 3506594275 3562238552 3922255266 2974530105 1791425988 4007834974 2784946231 1915972888 1245453259 85296143 1924359670 3564102984 3979553124 2304889878 3881293379 1044292618 3741106127 255948925 1772615416 2780875891 3097284816 3271241263 2168933189 3809824512 3709978048 4204623805 4165513529 3642294493 3804256722 141905594 2955855709 3287362551 4018111640 2754667004 1129666557 3796680210 3640876958 1620267272 2055030698 1152342215 3664550642 2662646151 3278438653 948320570 2247381017 296110771 4202174438 1118458760 1081709829 2549465848 2614002202 4228654964 1891733387 1294047551 2260605812 3865227737 581783939 1385347101 630256886 1547996431 2218666305 4132067692 2811905085 3128451439 2809349217 3462045271 403271479 131821513 2002627824 1212030350 1458554588 3296482125 2088909939 209801619 483302386 3750777294 3843759058 1939784884 3914719831 4021703894 3423928255 4243330842 1441597540 2715366426 3675061142 4140001320 3302655254 3464061531 2839880835 2349901952 2911144116 1926922598 1753806666 3875109128 3544930252 573471300 3699113948 2180610206 1318537653 2302208044 2966288572 210906791 1515506287 2469073433 2216300810 1214724950 400500005 3678235322 2054621014 1471840780 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.25	c  0.0s |       0 |       79 |        3 |      111      0 |        0 |        0
0.19/0.25	c #cpu_time = 0.001s
0.19/0.25	c #wall_clock_time = 0.001s
0.19/0.25	c #decision = 79
0.19/0.25	c #random_decision = 1
0.19/0.25	c #conflict = 3
0.19/0.25	c #restart = 0
0.19/0.25	o 378
0.19/0.25	c BCD2: updating upper bound: 3425 -> 377
0.19/0.25	c BCD2: 0 <= obj <= 377
0.19/0.25	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.25	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      240 |      100 |      123      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      543 |      250 |      136      0 |        0 |        0
0.29/0.33	c  0.1s |       3 |      953 |      475 |      150      2 |        0 |        0
0.29/0.39	c  0.1s |       4 |     1512 |      813 |      165      4 |        0 |        0
0.39/0.48	c  0.2s |       5 |     2381 |     1320 |      182      8 |        0 |        0
0.58/0.62	c  0.4s |       6 |     3619 |     2081 |      201     13 |        0 |        0
0.79/0.83	c  0.6s |       7 |     5445 |     3223 |      222     20 |        0 |        0
1.09/1.15	c  0.9s |       8 |     8082 |     4936 |      245     30 |        0 |        0
1.49/1.57	c  1.3s |       9 |    11834 |     7506 |      270     43 |        0 |        0
1.99/2.07	c  1.8s |      10 |    17479 |    11361 |      297     62 |        0 |        0
2.79/2.84	c  2.6s |      11 |    26068 |    17144 |      327     89 |        0 |        0
3.99/4.03	c  3.8s |      12 |    38953 |    25819 |      360    126 |        0 |        0
5.49/5.56	c  5.3s |      12 |    53063 |    35522 |      360    167 |        0 |        0
5.49/5.56	c #cpu_time = 5.288s
5.49/5.56	c #wall_clock_time = 5.301s
5.49/5.56	c #decision = 53063
5.49/5.56	c #random_decision = 126
5.49/5.56	c #conflict = 35522
5.49/5.56	c #restart = 12
5.49/5.56	c BCD2: found a new core of size 63: cost of the new core is >=1
5.49/5.56	c lower bound updated to 1
5.49/5.56	c BCD2: 1 <= obj <= 377
5.49/5.56	c BCD2: #cores=1, #unrelaxed=1, #relaxed=63, #hardened=0
5.49/5.56	c BCD2: #sat=1 #unsat=2 bias=2/3
5.49/5.56	c Solving starts ...
5.49/5.56	c ============================[ Search Statistics ]============================
5.49/5.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.56	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.56	c =============================================================================
5.49/5.56	c  0.0s |       0 |        0 |        0 |      360      0 |        0 |        0
5.49/5.56	c  0.0s |       0 |       90 |        0 |      360      0 |        0 |        0
5.49/5.56	c #cpu_time = 0.001s
5.49/5.56	c #wall_clock_time = 0.001s
5.49/5.56	c #decision = 90
5.49/5.56	c #random_decision = 0
5.49/5.56	c #conflict = 0
5.49/5.56	c #restart = 0
5.49/5.56	o 29
5.49/5.56	c BCD2: hardening fixes 51 literals
5.49/5.56	c BCD2: updating upper bound: 377 -> 28
5.49/5.56	c BCD2: 1 <= obj <= 28
5.49/5.56	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
5.49/5.56	c BCD2: #sat=2 #unsat=2 bias=2/4
5.49/5.56	c Solving starts ...
5.49/5.56	c ============================[ Search Statistics ]============================
5.49/5.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.56	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.56	c =============================================================================
5.49/5.56	c  0.0s |       0 |        0 |        0 |      360      0 |       51 |        2
5.49/5.57	c  0.0s |       1 |      162 |      100 |      360      0 |       51 |        2
5.49/5.59	c  0.0s |       2 |      412 |      250 |      360      1 |       51 |        2
5.59/5.61	c  0.1s |       3 |      796 |      475 |      360      2 |       51 |        2
5.59/5.65	c  0.1s |       4 |     1357 |      813 |      360      3 |       51 |        2
5.68/5.71	c  0.1s |       5 |     2183 |     1320 |      360      5 |       51 |        2
5.68/5.78	c  0.2s |       6 |     3408 |     2081 |      360      8 |       51 |        2
5.88/5.90	c  0.3s |       7 |     5135 |     3223 |      397     12 |       51 |        2
5.98/6.08	c  0.5s |       8 |     7763 |     4936 |      397     19 |       51 |        2
6.28/6.36	c  0.8s |       9 |    11873 |     7506 |      397     29 |       51 |        2
6.69/6.78	c  1.2s |      10 |    17878 |    11361 |      397     43 |       51 |        2
7.38/7.41	c  1.9s |      11 |    27040 |    17144 |      397     65 |       51 |        2
8.28/8.36	c  2.8s |      12 |    40851 |    25819 |      437     97 |       51 |        2
9.38/9.47	c  3.9s |      12 |    56198 |    35817 |      437    132 |       52 |        4
9.38/9.47	c #cpu_time = 3.898s
9.38/9.47	c #wall_clock_time = 3.908s
9.38/9.47	c #decision = 56198
9.38/9.47	c #random_decision = 124
9.38/9.47	c #conflict = 35817
9.38/9.47	c #restart = 12
9.38/9.47	c BCD2: updating lower bound of a core
9.38/9.47	c lower bound updated to 16
9.38/9.47	c BCD2: 16 <= obj <= 28
9.38/9.47	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
9.38/9.47	c BCD2: #sat=2 #unsat=3 bias=3/5
9.38/9.47	c Solving starts ...
9.38/9.47	c ============================[ Search Statistics ]============================
9.38/9.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.38/9.47	c       |         |          |          |    Limit     GC | Var      | Constra 
9.38/9.47	c =============================================================================
9.38/9.47	c  0.0s |       0 |        0 |        0 |      437      0 |       52 |        4
9.38/9.48	c  0.0s |       1 |      165 |      100 |      437      0 |       52 |        4
9.48/9.50	c  0.0s |       2 |      480 |      250 |      437      1 |       52 |        4
9.48/9.52	c  0.1s |       3 |      824 |      475 |      437      2 |       52 |        4
9.48/9.56	c  0.1s |       4 |     1314 |      813 |      437      3 |       52 |        4
9.58/9.61	c  0.1s |       5 |     2091 |     1320 |      437      5 |       52 |        4
9.58/9.69	c  0.2s |       6 |     3287 |     2081 |      437      7 |       52 |        4
9.78/9.81	c  0.3s |       7 |     5196 |     3223 |      437     11 |       52 |        4
9.89/9.99	c  0.5s |       8 |     7805 |     4936 |      437     17 |       52 |        4
10.18/10.26	c  0.8s |       9 |    11655 |     7506 |      437     26 |       52 |        4
10.58/10.68	c  1.2s |      10 |    17266 |    11361 |      437     40 |       52 |        4
11.28/11.31	c  1.8s |      11 |    26574 |    17144 |      481     60 |       52 |        4
12.19/12.26	c  2.8s |      12 |    39659 |    25819 |      481     88 |       52 |        4
13.68/13.78	c  4.3s |      13 |    59507 |    38832 |      481    130 |       52 |        4
15.68/15.79	c  6.3s |      13 |    85558 |    56232 |      481    187 |       52 |        4
15.98/16.03	c  6.6s |      14 |    88774 |    58352 |      481    194 |       52 |        4
17.18/17.28	c  7.8s |      14 |   104793 |    68984 |      530    226 |       53 |        6
17.18/17.28	c #cpu_time = 7.791s
17.18/17.28	c #wall_clock_time = 7.811s
17.18/17.28	c #decision = 104793
17.18/17.28	c #random_decision = 265
17.18/17.28	c #conflict = 68984
17.18/17.28	c #restart = 14
17.18/17.28	c BCD2: updating lower bound of a core
17.18/17.28	c lower bound updated to 24
17.18/17.28	c BCD2: 24 <= obj <= 28
17.18/17.28	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
17.18/17.28	c BCD2: #sat=2 #unsat=4 bias=4/6
17.18/17.28	c Solving starts ...
17.18/17.28	c ============================[ Search Statistics ]============================
17.18/17.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.18/17.28	c       |         |          |          |    Limit     GC | Var      | Constra 
17.18/17.28	c =============================================================================
17.18/17.28	c  0.0s |       0 |        0 |        0 |      530      0 |       53 |        6
17.18/17.29	c  0.0s |       1 |      167 |      100 |      530      0 |       53 |        6
17.28/17.31	c  0.0s |       2 |      368 |      250 |      530      0 |       53 |        6
17.28/17.33	c  0.1s |       3 |      735 |      475 |      530      1 |       53 |        6
17.28/17.37	c  0.1s |       4 |     1203 |      813 |      530      2 |       53 |        6
17.38/17.42	c  0.1s |       5 |     1988 |     1320 |      530      3 |       53 |        6
17.48/17.50	c  0.2s |       6 |     3146 |     2081 |      530      6 |       53 |        6
17.59/17.62	c  0.3s |       7 |     4771 |     3223 |      530      9 |       53 |        6
17.78/17.82	c  0.5s |       8 |     7121 |     4936 |      530     14 |       53 |        6
18.08/18.10	c  0.8s |       9 |    10899 |     7506 |      530     22 |       53 |        6
18.49/18.53	c  1.3s |      10 |    16871 |    11361 |      530     33 |       53 |        6
18.70/18.74	c  1.5s |      10 |    19680 |    13252 |      530     39 |       53 |        6
18.70/18.74	c #cpu_time = 1.455s
18.70/18.74	c #wall_clock_time = 1.459s
18.70/18.74	c #decision = 19680
18.70/18.74	c #random_decision = 50
18.70/18.74	c #conflict = 13252
18.70/18.74	c #restart = 10
18.70/18.74	o 24
18.70/18.74	s OPTIMUM FOUND
18.70/18.74	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10
18.70/18.74	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
18.70/18.74	v -x21 -x22 -x23 x24 -x25 -x26 -x27 x28 -x29 -x30
18.70/18.74	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
18.70/18.74	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50
18.70/18.74	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
18.70/18.74	v -x61 -x62 -x63 x64 -x65 -x66 -x67 x68 -x69 -x70
18.70/18.74	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
18.70/18.74	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
18.70/18.74	v x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100
18.70/18.74	v -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110
18.70/18.74	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
18.70/18.74	v x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
18.70/18.74	v -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140
18.70/18.74	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
18.70/18.74	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
18.70/18.74	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
18.70/18.74	c total CPU time = 18.693s
18.70/18.74	c total wall clock time = 18.741s

Verifier Data

OK	24

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

pid=18340
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.17 2.07 2.01 3/177 18343
/proc/meminfo: memFree=30183616/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=773564 CPUtime=0 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 2894 0 0 0 0 0 0 0 20 0 4 0 10716270 792129536 2744 33554432000 4194304 16246674 140735818194112 140735818193536 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 193903 2754 441 2943 0 190797 0
[pid=18343/tid=18344] ppid=18340 vsize=790972 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 809955328 2814 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=795068 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 814149632 2830 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=800188 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10716270 819392512 2848 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.17 2.07 2.01 3/177 18343
/proc/meminfo: memFree=30183616/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 18514 0 0 0 7 2 0 0 20 0 4 0 10716270 1247350784 18357 33554432000 4194304 16246674 140735818194112 140735818193536 6191726 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 304529 18366 605 2943 0 301423 0
[pid=18343/tid=18344] ppid=18340 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1247350784 18370 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1247350784 18370 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10716270 1247350784 18371 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.20052 s]
/proc/loadavg: 2.17 2.07 2.01 3/177 18343
/proc/meminfo: memFree=30183616/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 26383 0 0 0 15 4 0 0 20 0 4 0 10716270 1247350784 26225 33554432000 4194304 16246674 140735818194112 140735818193536 12500869 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 304529 26225 605 2943 0 301423 0
[pid=18343/tid=18344] ppid=18340 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1247350784 26226 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1247350784 26226 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10716270 1247350784 26226 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300481 s]
/proc/loadavg: 2.17 2.07 2.01 3/177 18343
/proc/meminfo: memFree=30183616/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 38190 0 0 0 23 6 0 0 20 0 4 0 10716270 1247350784 38025 33554432000 4194304 16246674 140735818194112 140735818193536 13130893 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 304529 38032 809 2943 0 301423 0
[pid=18343/tid=18344] ppid=18340 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1247350784 38038 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1247350784 38042 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10716270 1247350784 38043 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700406 s]
/proc/loadavg: 2.17 2.07 2.01 3/177 18343
/proc/meminfo: memFree=30183616/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 107138 0 0 0 55 14 0 0 20 0 4 0 10716270 1247350784 106974 33554432000 4194304 16246674 140735818194112 140735818193536 13965592 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 304529 106979 815 2943 0 301423 0
[pid=18343/tid=18344] ppid=18340 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1247350784 106984 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1247350784 106989 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10716270 1247350784 106993 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.17 2.07 2.01 3/181 18347
/proc/meminfo: memFree=29447124/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 245793 0 0 0 114 35 0 0 20 0 4 0 10716270 1248399360 245606 33554432000 4194304 16246674 140735818194112 140735818193424 5668355 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 304785 245606 874 2943 0 301679 0
[pid=18343/tid=18344] ppid=18340 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1248399360 245606 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1248399360 245606 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10716270 1248399360 245606 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10042 s]
/proc/loadavg: 2.17 2.07 2.01 3/181 18347
/proc/meminfo: memFree=29202356/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 267296 0 0 0 272 37 0 0 20 0 4 0 10716270 1336479744 267109 33554432000 4194304 16246674 140735818194112 140735818177112 5523416 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 326289 267109 874 2943 0 323183 0
[pid=18343/tid=18344] ppid=18340 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1336479744 267109 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1336479744 267109 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10716270 1336479744 267109 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30031 s]
/proc/loadavg: 2.15 2.07 2.01 3/181 18347
/proc/meminfo: memFree=29114844/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 267559 0 0 0 591 37 0 0 20 0 4 0 10716270 1337528320 267372 33554432000 4194304 16246674 140735818194112 140735818176000 5598296 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 326545 267372 883 2943 0 323439 0
[pid=18343/tid=18344] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267372 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267372 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267372 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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.14 2.07 2.01 3/181 18347
/proc/meminfo: memFree=29115040/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 267561 0 0 0 1231 37 0 0 20 0 4 0 10716270 1337528320 267374 33554432000 4194304 16246674 140735818194112 140735818176000 15015658 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 326545 267374 883 2943 0 323439 0
[pid=18343/tid=18344] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267374 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267374 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267374 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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 18343 sig 9
??? kill -18343 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.8005 s]
/proc/loadavg: 2.14 2.07 2.01 3/181 18347
/proc/meminfo: memFree=29115040/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1306180 CPUtime=12.78 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 267563 0 0 0 1241 37 0 0 20 0 4 0 10716270 1337528320 267376 33554432000 4194304 16246674 140735818194112 140735818176000 6837194 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 326545 267376 885 2943 0 323439 0
[pid=18343/tid=18344] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267376 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267376 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267376 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 1306180

[startup+16.0004 s]
/proc/loadavg: 2.13 2.07 2.01 3/181 18347
/proc/meminfo: memFree=29114928/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1306180 CPUtime=15.98 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 267573 0 0 0 1561 37 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140735818177112 12415740 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 326545 267386 885 2943 0 323439 0
[pid=18343/tid=18344] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 15.98
Current children cumulated vsize (KiB) 1306180

[startup+17.6004 s]
/proc/loadavg: 2.13 2.07 2.01 3/181 18347
/proc/meminfo: memFree=29115060/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1306180 CPUtime=17.59 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 267573 0 0 0 1722 37 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140735818177112 5672188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 326545 267386 885 2943 0 323439 0
[pid=18343/tid=18344] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.59
Current children cumulated vsize (KiB) 1306180

[startup+18.4004 s]
/proc/loadavg: 2.13 2.07 2.01 3/181 18347
/proc/meminfo: memFree=29115060/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1306180 CPUtime=18.39 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 267573 0 0 0 1801 38 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140735818176000 13943664 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 326545 267386 885 2943 0 323439 0
[pid=18343/tid=18344] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 1306180

[startup+18.6004 s]
/proc/loadavg: 2.13 2.07 2.01 3/181 18347
/proc/meminfo: memFree=29115060/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1306180 CPUtime=18.59 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 267573 0 0 0 1821 38 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140735818176000 15015658 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 326545 267386 885 2943 0 323439 0
[pid=18343/tid=18344] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 18.59
Current children cumulated vsize (KiB) 1306180

[startup+18.7004 s]
/proc/loadavg: 2.13 2.07 2.01 3/181 18347
/proc/meminfo: memFree=29115060/32872528 swapFree=446836/479540
[pid=18343] ppid=18340 vsize=1306180 CPUtime=18.7 cores=1,3,5,7
/proc/18343/stat : 18343 (toysat) R 18340 18343 15681 0 -1 4202496 267573 0 0 0 1832 38 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140735818176000 12415740 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18343/statm: 326545 267386 885 2943 0 323439 0
[pid=18343/tid=18344] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18344/stat : 18344 (toysat) S 18340 18343 15681 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269581217008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18343/tid=18345] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18345/stat : 18345 (toysat) S 18340 18343 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269570727152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18343/task/18346/stat : 18346 (toysat) S 18340 18343 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10716270 1337528320 267386 33554432000 4194304 16246674 140735818194112 140269560253616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 18.7
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 18.8017
CPU time (s): 18.7971
CPU user time (s): 18.3572
CPU system time (s): 0.439933
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3572
system time used= 0.439933
maximum resident set size= 1069556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267577
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= 17
involuntary context switches= 19

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056991 second user time and 0.070989 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 16:17:41
IDJOB=4093369
IDBENCH=78864
IDSOLVER=2553
FILE ID=node104/4093369-1466086661
RUNJOBID= node104-1466074317-17184
PBS_JOBID= 19904028
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110975607--soft-33-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-4093369-1466086661/watcher-4093369-1466086661 -o /tmp/evaluation-result-4093369-1466086661/solver-4093369-1466086661 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466074317-17184 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093369-1466086661.wbo

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

MD5SUM BENCH= 9a2a28c5bb6a02365b79a03ef797cc3c
RANDOM SEED=1339680351

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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		: 2667.035
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:        30184664 kB
Buffers:           34956 kB
Cached:           102980 kB
SwapCached:          516 kB
Active:          1445372 kB
Inactive:          64592 kB
Active(anon):    1373100 kB
Inactive(anon):     1168 kB
Active(file):      72272 kB
Inactive(file):    63424 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:             16360 kB
Writeback:             0 kB
AnonPages:       1850560 kB
Mapped:            10584 kB
Shmem:                 0 kB
Slab:             566944 kB
SReclaimable:      11280 kB
SUnreclaim:       555664 kB
KernelStack:        1504 kB
PageTables:         7620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1982868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1161216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node104 at 2016-06-16 16:18:00