Trace number 4109578

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 19.2461 19.2503

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218955--soft-33-100-0.wbo
MD5SUMa0db7ea4971d37d3095b0f6461478078
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.82442
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 1202
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-19T15:43:59+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-4109578-1466343839.wbo"]
0.00/0.01	c use --random-gen="3004488952 12065387 411150798 1718769458 1852100021 1296992722 1648074297 2728151604 663089407 1718918651 3236468031 410168164 1094242712 3401794114 597447589 826529084 78308572 2372036409 1554434194 859321770 3311868191 1786604315 546714335 366052232 1634465986 500601036 1875634192 636658615 2482882976 724992561 2359774510 574742522 3343386988 1758029820 907200457 3322797117 3596075009 3381726919 3771638280 3703733235 3512226319 2745052648 4255898332 1462692880 2471994900 64081931 1188115826 3269661283 1305786594 1038955946 4029617824 798861176 3812432568 2056659455 1443494949 2836573425 4265041742 2451201822 4240022287 4277102921 3647539065 2632613175 3092611459 588594500 1972999354 1170044623 4254026044 2215762983 2267733256 4257427017 504625107 3373690756 3708576338 2215166705 390655428 3692867787 355736601 3603061255 4286491954 1702791038 3072779220 255803627 3356667556 1977265618 1473837696 869669184 4158990338 1991649888 1229989165 3257504027 325940825 1768050950 2516271803 969582657 1072001663 2943319192 127406609 4168476686 3801570844 1474136847 2850833036 2694178482 1741559728 3758652390 215383378 2256973446 2245500605 172353194 2318772859 621135019 1315777861 4075701924 4019619526 746477719 1954862923 1244391340 1971787813 3889317942 2554070161 2685921019 3122942728 749462961 3132289390 3216959356 948705687 1290764620 854760150 391566348 1906411617 1005323127 1640056126 3721741103 3638627777 3653874007 29104538 3858954082 306684471 549904685 1944108004 3878348094 2807323792 4284262523 1784013548 1164226753 2944214723 234819917 2838725913 1655997533 1414526417 1340516307 2366395461 3131050450 2287000878 870715290 185810287 1474441566 2653694503 1355337441 899661691 3504355361 107182773 2623140189 2607719588 1291064598 850839408 3006885183 2763780329 1075611662 3854320924 3887717557 3974773051 202910942 2043105907 3872751289 3326792788 3795846988 1086032956 199366051 3816982730 2197018894 198770864 1112046969 3437684684 1299553497 1015568523 2549428492 3062471415 2169614334 40669850 1752424318 1360494879 365727477 4268332792 3650424808 3285526363 2470640260 535428703 3059324943 1512586604 3967706996 1163120094 1827572513 2386882352 440530013 147098081 543638421 3271770926 156725913 662442795 1918359438 1050671984 2714828176 2535888281 543524518 426450512 2747018286 2140699267 2650397961 2222846505 2639375539 1708456357 747333459 1977459698 1990099597 699747577 1621059683 155117240 2130200306 3666711415 3983622313 2436723465 193194849 3991025946 2986161574 459845020 1862777898 4018381245 3938335858 947907337 1489461628 2756351307 2699498272 735049727 1542911327 2143846440 1136511088 4042041889 591529730 2052435104 2860653964 2424564395 3314897452 2830537113 3507817771 1907063069 464244813 255 362436" option to reproduce the execution
0.19/0.26	c #vars 169
0.19/0.26	c #constraints 101
0.19/0.27	c BCD2: Hardening is enabled.
0.19/0.27	c BCD2: BiasedSearch is enabled.
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       0 |       80 |        6 |      111      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.002s
0.19/0.27	c #wall_clock_time = 0.002s
0.19/0.27	c #decision = 80
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 6
0.19/0.27	c #restart = 0
0.19/0.27	o 518
0.19/0.27	c BCD2: updating upper bound: 3425 -> 517
0.19/0.27	c BCD2: 0 <= obj <= 517
0.19/0.27	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      244 |      100 |      123      0 |        0 |        0
0.29/0.31	c  0.0s |       2 |      524 |      250 |      136      0 |        0 |        0
0.29/0.35	c  0.1s |       3 |      932 |      475 |      150      2 |        0 |        0
0.39/0.41	c  0.1s |       4 |     1486 |      813 |      165      4 |        0 |        0
0.48/0.51	c  0.2s |       5 |     2263 |     1320 |      182      7 |        0 |        0
0.59/0.65	c  0.4s |       6 |     3471 |     2081 |      201     12 |        0 |        0
0.79/0.87	c  0.6s |       7 |     5141 |     3223 |      222     19 |        0 |        0
1.20/1.21	c  0.9s |       8 |     7700 |     4936 |      245     28 |        0 |        0
1.48/1.58	c  1.3s |       9 |    11450 |     7506 |      270     41 |        0 |        0
1.98/2.08	c  1.8s |      10 |    16869 |    11361 |      297     60 |        0 |        0
2.79/2.85	c  2.6s |      11 |    25313 |    17144 |      327     86 |        0 |        0
3.99/4.00	c  3.7s |      12 |    37425 |    25819 |      360    123 |        0 |        0
5.69/5.73	c  5.5s |      13 |    55977 |    38832 |      397    176 |        0 |        0
7.70/7.74	c  7.5s |      13 |    76806 |    53732 |      397    233 |        0 |        0
8.39/8.43	c  8.2s |      14 |    83173 |    58352 |      437    250 |        0 |        0
10.39/10.44	c 10.2s |      14 |   103632 |    72952 |      437    301 |        0 |        0
12.39/12.44	c 12.2s |      14 |   120939 |    85852 |      437    347 |        0 |        0
12.69/12.73	c 12.5s |      15 |   123345 |    87632 |      481    354 |        0 |        0
13.20/13.29	c 13.0s |      15 |   127289 |    90596 |      481    364 |        0 |        0
13.20/13.29	c #cpu_time = 13.024s
13.20/13.29	c #wall_clock_time = 13.024s
13.20/13.29	c #decision = 127289
13.20/13.29	c #random_decision = 298
13.20/13.29	c #conflict = 90596
13.20/13.29	c #restart = 15
13.20/13.29	c BCD2: found a new core of size 64: cost of the new core is >=1
13.20/13.29	c lower bound updated to 1
13.20/13.29	c BCD2: 1 <= obj <= 517
13.20/13.29	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
13.20/13.29	c BCD2: #sat=1 #unsat=2 bias=2/3
13.20/13.29	c Solving starts ...
13.20/13.29	c ============================[ Search Statistics ]============================
13.20/13.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.20/13.29	c       |         |          |          |    Limit     GC | Var      | Constra 
13.20/13.29	c =============================================================================
13.20/13.29	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        0
13.20/13.30	c  0.0s |       0 |      112 |        4 |      481      1 |        0 |        0
13.20/13.30	c #cpu_time = 0.008s
13.20/13.30	c #wall_clock_time = 0.008s
13.20/13.30	c #decision = 112
13.20/13.30	c #random_decision = 1
13.20/13.30	c #conflict = 4
13.20/13.30	c #restart = 0
13.20/13.30	o 29
13.20/13.30	c BCD2: hardening fixes 51 literals
13.20/13.30	c BCD2: updating upper bound: 517 -> 28
13.30/13.30	c BCD2: 1 <= obj <= 28
13.30/13.30	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
13.30/13.30	c BCD2: #sat=2 #unsat=2 bias=2/4
13.30/13.30	c Solving starts ...
13.30/13.30	c ============================[ Search Statistics ]============================
13.30/13.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.30/13.30	c       |         |          |          |    Limit     GC | Var      | Constra 
13.30/13.30	c =============================================================================
13.30/13.30	c  0.0s |       0 |        0 |        0 |      481      0 |       51 |        2
13.30/13.32	c  0.0s |       1 |      149 |      100 |      481      0 |       51 |        2
13.30/13.33	c  0.0s |       2 |      401 |      250 |      481      0 |       51 |        2
13.30/13.36	c  0.1s |       3 |      749 |      475 |      481      1 |       51 |        2
13.39/13.40	c  0.1s |       4 |     1265 |      813 |      481      2 |       51 |        2
13.39/13.45	c  0.1s |       5 |     1996 |     1320 |      481      4 |       51 |        2
13.49/13.53	c  0.2s |       6 |     3122 |     2081 |      481      6 |       51 |        2
13.49/13.58	c  0.3s |       6 |     3666 |     2494 |      481      7 |       51 |        2
13.49/13.58	c #cpu_time = 0.279s
13.49/13.58	c #wall_clock_time = 0.279s
13.49/13.58	c #decision = 3666
13.49/13.58	c #random_decision = 7
13.49/13.58	c #conflict = 2494
13.49/13.58	c #restart = 6
13.49/13.58	o 6
13.49/13.58	c BCD2: hardening fixes 10 literals
13.49/13.58	c BCD2: updating upper bound: 28 -> 5
13.49/13.58	c BCD2: 1 <= obj <= 5
13.49/13.58	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=61
13.49/13.58	c BCD2: #sat=3 #unsat=2 bias=2/5
13.49/13.58	c Solving starts ...
13.49/13.58	c ============================[ Search Statistics ]============================
13.49/13.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.49/13.58	c       |         |          |          |    Limit     GC | Var      | Constra 
13.49/13.58	c =============================================================================
13.49/13.58	c  0.0s |       0 |        0 |        0 |      481      0 |       61 |        4
13.49/13.59	c  0.0s |       1 |      144 |      100 |      481      1 |       61 |        4
13.59/13.61	c  0.0s |       2 |      378 |      250 |      481      1 |       61 |        4
13.59/13.63	c  0.1s |       3 |      668 |      475 |      481      2 |       61 |        4
13.59/13.67	c  0.1s |       4 |     1143 |      813 |      481      3 |       61 |        4
13.69/13.73	c  0.1s |       5 |     1894 |     1320 |      481      5 |       61 |        4
13.79/13.81	c  0.2s |       6 |     3028 |     2081 |      481      7 |       61 |        4
13.89/13.93	c  0.4s |       7 |     4676 |     3223 |      481     11 |       61 |        4
14.09/14.11	c  0.5s |       8 |     7214 |     4936 |      481     16 |       61 |        4
14.30/14.37	c  0.8s |       9 |    10918 |     7506 |      481     25 |       61 |        4
14.69/14.78	c  1.2s |      10 |    16298 |    11361 |      481     37 |       61 |        4
15.29/15.39	c  1.8s |      11 |    24438 |    17144 |      481     56 |       61 |        4
15.69/15.73	c  2.2s |      11 |    28948 |    20492 |      481     67 |       61 |        4
15.69/15.73	c #cpu_time = 2.152s
15.69/15.73	c #wall_clock_time = 2.152s
15.69/15.73	c #decision = 28948
15.69/15.73	c #random_decision = 66
15.69/15.73	c #conflict = 20492
15.69/15.73	c #restart = 11
15.69/15.73	o 2
15.69/15.73	c BCD2: hardening fixes 2 literals
15.69/15.73	c BCD2: updating upper bound: 5 -> 1
15.69/15.73	c BCD2: 1 <= obj <= 1
15.69/15.73	c BCD2: #cores=1, #unrelaxed=0, #relaxed=1, #hardened=63
15.69/15.73	c BCD2: #sat=4 #unsat=2 bias=2/6
15.69/15.73	c Solving starts ...
15.69/15.73	c ============================[ Search Statistics ]============================
15.69/15.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.69/15.73	c       |         |          |          |    Limit     GC | Var      | Constra 
15.69/15.73	c =============================================================================
15.69/15.73	c  0.0s |       0 |        0 |        0 |      481      0 |       64 |        4
15.69/15.75	c  0.0s |       1 |      126 |      100 |      481      0 |       64 |        8
15.69/15.76	c  0.0s |       2 |      368 |      250 |      481      0 |       64 |        8
15.69/15.78	c  0.0s |       3 |      660 |      475 |      481      1 |       64 |        8
15.79/15.82	c  0.1s |       4 |     1095 |      813 |      481      2 |       64 |        8
15.79/15.88	c  0.1s |       5 |     1821 |     1320 |      481      4 |       64 |        8
15.89/15.95	c  0.2s |       6 |     2917 |     2081 |      481      6 |       64 |        8
15.99/16.07	c  0.3s |       7 |     4496 |     3223 |      481     10 |       64 |        8
16.19/16.25	c  0.5s |       8 |     6912 |     4936 |      481     15 |       64 |        8
16.49/16.52	c  0.8s |       9 |    10385 |     7506 |      481     23 |       64 |        8
16.89/16.92	c  1.2s |      10 |    15598 |    11361 |      481     36 |       64 |        8
17.49/17.56	c  1.8s |      11 |    23826 |    17144 |      530     54 |       64 |        8
18.39/18.48	c  2.7s |      12 |    35521 |    25819 |      530     81 |       64 |        8
19.09/19.19	c  3.5s |      12 |    43941 |    32103 |      530    100 |       66 |       10
19.09/19.19	c #cpu_time = 3.450s
19.09/19.19	c #wall_clock_time = 3.451s
19.09/19.19	c #decision = 43941
19.09/19.19	c #random_decision = 98
19.09/19.19	c #conflict = 32103
19.09/19.19	c #restart = 12
19.09/19.19	c BCD2: updating lower bound of a core
19.09/19.19	c lower bound updated to 3
19.09/19.19	s OPTIMUM FOUND
19.09/19.19	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10
19.09/19.19	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
19.09/19.19	v x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
19.09/19.19	v -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 x40
19.09/19.19	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
19.09/19.19	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
19.09/19.19	v -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70
19.09/19.19	v -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
19.09/19.19	v -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90
19.09/19.19	v -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100
19.09/19.19	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
19.09/19.19	v -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120
19.09/19.19	v x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
19.09/19.19	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
19.09/19.19	v x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
19.09/19.19	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160
19.09/19.19	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
19.09/19.19	c total CPU time = 19.187s
19.09/19.19	c total wall clock time = 19.188s

Verifier Data

OK	2

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

pid=32179
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.27 2.27 2.03 3/179 32182
/proc/meminfo: memFree=29275288/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=669116 CPUtime=0 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 2487 0 0 0 0 0 0 0 20 0 4 0 36430389 685174784 3358 33554432000 4194304 16246674 140734054213024 140734054212448 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 168047 3368 441 2943 0 164941 0
[pid=32182/tid=32183] ppid=32179 vsize=687548 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 704049152 3429 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=692668 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 709292032 3447 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=696764 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36430389 713486336 3464 33554432000 4194304 16246674 140734054213024 139782720052400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.27 2.27 2.03 3/179 32182
/proc/meminfo: memFree=29275288/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 18401 0 0 0 7 2 0 0 20 0 4 0 36430389 1247350784 19265 33554432000 4194304 16246674 140734054213024 140734054212448 12486453 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 304529 19267 620 2943 0 301423 0
[pid=32182/tid=32183] ppid=32179 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1247350784 19271 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1247350784 19278 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36430389 1247350784 19282 33554432000 4194304 16246674 140734054213024 139782720052400 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.200498 s]
/proc/loadavg: 2.27 2.27 2.03 3/179 32182
/proc/meminfo: memFree=29275288/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 26249 0 0 0 16 3 0 0 20 0 4 0 36430389 1247350784 27113 33554432000 4194304 16246674 140734054213024 140734054212448 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 304529 27121 620 2943 0 301423 0
[pid=32182/tid=32183] ppid=32179 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1247350784 27122 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1247350784 27122 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36430389 1247350784 27124 33554432000 4194304 16246674 140734054213024 139782720052400 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.300464 s]
/proc/loadavg: 2.27 2.27 2.03 3/179 32182
/proc/meminfo: memFree=29275288/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 36605 0 0 0 24 5 0 0 20 0 4 0 36430389 1247350784 37462 33554432000 4194304 16246674 140734054213024 140734054212448 5661217 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 304529 37467 811 2943 0 301423 0
[pid=32182/tid=32183] ppid=32179 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1247350784 37472 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1247350784 37483 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36430389 1247350784 37491 33554432000 4194304 16246674 140734054213024 139782720052400 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.7004 s]
/proc/loadavg: 2.27 2.27 2.03 3/179 32182
/proc/meminfo: memFree=29275288/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 111920 0 0 0 53 16 0 0 20 0 4 0 36430389 1247350784 112777 33554432000 4194304 16246674 140734054213024 140734054212448 5545885 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 304529 112789 817 2943 0 301423 0
[pid=32182/tid=32183] ppid=32179 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1247350784 112795 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1247350784 112798 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36430389 1247350784 112800 33554432000 4194304 16246674 140734054213024 139782720052400 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.50041 s]
/proc/loadavg: 2.27 2.27 2.03 3/183 32186
/proc/meminfo: memFree=28505452/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1219140 CPUtime=1.48 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 245757 0 0 0 116 32 0 0 20 0 4 0 36430389 1248399360 246592 33554432000 4194304 16246674 140734054213024 140734054212336 5545916 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 304785 246592 875 2943 0 301679 0
[pid=32182/tid=32183] ppid=32179 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1248399360 246592 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1248399360 246592 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430389 1248399360 246592 33554432000 4194304 16246674 140734054213024 139782720052400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.10039 s]
/proc/loadavg: 2.27 2.27 2.03 3/183 32186
/proc/meminfo: memFree=28289676/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 267321 0 0 0 273 36 0 0 20 0 4 0 36430389 1336479744 268156 33554432000 4194304 16246674 140734054213024 140734054196024 12481983 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 326289 268156 875 2943 0 323183 0
[pid=32182/tid=32183] ppid=32179 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1336479744 268156 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1336479744 268156 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430389 1336479744 268156 33554432000 4194304 16246674 140734054213024 139782720052400 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) 1305156

[startup+6.3004 s]
/proc/loadavg: 2.41 2.30 2.04 3/183 32186
/proc/meminfo: memFree=28202408/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 267531 0 0 0 593 36 0 0 20 0 4 0 36430389 1337528320 268366 33554432000 4194304 16246674 140734054213024 140734054194944 13759557 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 326545 268366 875 2943 0 323439 0
[pid=32182/tid=32183] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268366 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268366 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268366 33554432000 4194304 16246674 140734054213024 139782720052400 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.37 2.30 2.04 3/183 32186
/proc/meminfo: memFree=28202176/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 267571 0 0 0 1233 36 0 0 20 0 4 0 36430389 1337528320 268406 33554432000 4194304 16246674 140734054213024 140734054194944 5754764 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 326545 268406 876 2943 0 323439 0
[pid=32182/tid=32183] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268406 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268406 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268406 33554432000 4194304 16246674 140734054213024 139782720052400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.37 2.30 2.04 3/183 32186
/proc/meminfo: memFree=28202176/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1306180 CPUtime=12.79 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 267571 0 0 0 1243 36 0 0 20 0 4 0 36430389 1337528320 268406 33554432000 4194304 16246674 140734054213024 140734054194944 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 326545 268406 876 2943 0 323439 0
[pid=32182/tid=32183] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268406 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268406 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268406 33554432000 4194304 16246674 140734054213024 139782720052400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+16.0004 s]
/proc/loadavg: 2.34 2.29 2.04 3/183 32186
/proc/meminfo: memFree=28202432/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1306180 CPUtime=15.99 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 267584 0 0 0 1563 36 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 140734054194944 4220880 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 326545 268419 885 2943 0 323439 0
[pid=32182/tid=32183] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 139782720052400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 1306180

[startup+17.6004 s]
/proc/loadavg: 2.34 2.29 2.04 3/183 32235
/proc/meminfo: memFree=28727844/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1306180 CPUtime=17.59 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 267584 0 0 0 1723 36 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 140734054194944 6846041 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 326545 268419 885 2943 0 323439 0
[pid=32182/tid=32183] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 139782720052400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.34 2.29 2.04 3/183 32235
/proc/meminfo: memFree=28727844/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1306180 CPUtime=18.39 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 267584 0 0 0 1803 36 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 140734054194944 5808376 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 326545 268419 885 2943 0 323439 0
[pid=32182/tid=32183] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 139782720052400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 1306180

[startup+18.8074 s]
/proc/loadavg: 2.34 2.29 2.04 3/183 32235
/proc/meminfo: memFree=28291728/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=1306180 CPUtime=18.79 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202496 267584 0 0 0 1843 36 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 140734054194944 6845784 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 326545 268419 885 2943 0 323439 0
[pid=32182/tid=32183] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32183/stat : 32183 (toysat) S 32179 32182 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 139782812314864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32182/tid=32184] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32184/stat : 32184 (toysat) S 32179 32182 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 139782730525936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32182/tid=32185] ppid=32179 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32182/task/32185/stat : 32185 (toysat) S 32179 32182 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36430389 1337528320 268419 33554432000 4194304 16246674 140734054213024 139782720052400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.34 2.29 2.04 3/183 32235
/proc/meminfo: memFree=28291728/32872528 swapFree=1370848/1518016
[pid=32182] ppid=32179 vsize=0 CPUtime=19.19 cores=0,2,4,6
/proc/32182/stat : 32182 (toysat) R 32179 32182 31304 0 -1 4202500 267588 0 0 0 1882 37 0 0 20 0 1 0 36430389 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32182/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 19.2503
CPU time (s): 19.2461
CPU user time (s): 18.8211
CPU system time (s): 0.424935
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.8211
system time used= 0.424935
maximum resident set size= 1073684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267588
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 21

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

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:43:59
IDJOB=4109578
IDBENCH=78858
IDSOLVER=2553
FILE ID=node129/4109578-1466343839
RUNJOBID= node129-1466341815-31320
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= a0db7ea4971d37d3095b0f6461478078
RANDOM SEED=241599211

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29275544 kB
Buffers:           87784 kB
Cached:           178068 kB
SwapCached:         1804 kB
Active:          1204204 kB
Inactive:         136648 kB
Active(anon):    1074632 kB
Inactive(anon):     2732 kB
Active(file):     129572 kB
Inactive(file):   133916 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             32852 kB
Writeback:             4 kB
AnonPages:       2592548 kB
Mapped:            10772 kB
Shmem:                 0 kB
Slab:             602516 kB
SReclaimable:      46348 kB
SUnreclaim:       556168 kB
KernelStack:        1496 kB
PageTables:         9064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2734320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node129 at 2016-06-19 15:44:18