Trace number 4109414

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 29.8435 29.848

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-66-100-0.wbo
MD5SUMcd14c84645c681c9a9ce76500d94ff11
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark4.82227
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1270
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:42:06+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-4109414-1466343726.wbo"]
0.00/0.01	c use --random-gen="473952656 1480379845 218674234 75590120 166576696 796449052 1189477072 2171010557 493723879 1530739277 2379032538 4044171662 1695738168 3090723373 3859579062 175194528 647649567 2540212220 3196142663 3033455008 3651675545 3394963046 2937663659 1555241057 708004574 249774276 1052331383 1675054801 1003801440 2530815810 1163000757 2658802700 3589298486 3345180144 3861870071 685333236 4201409476 3011597805 3546726257 2486622315 2214983359 235413015 3134504421 3546393098 3815555068 35282781 417756896 2628443816 3303406708 1130995364 2558866903 2165128082 3651605792 3118536769 830740340 3963327763 277749217 1092152274 4025289894 219599427 3257934672 1630516157 1485348080 3694020036 570546220 915692178 9818187 3432428932 2349883455 3711350872 3365685148 3567867892 1481832084 2998408590 2494345559 2301915662 3853448070 2900137536 2745591577 3296176980 3222305431 2856103829 3281539410 2343086584 1567669837 1036914432 4196825649 1818302055 3542358809 545999364 2209405705 3107411234 751943637 3261760481 344953156 3280529236 3154167643 507239984 2677725460 3711565801 2706576549 2219743474 2630621109 3140601898 2908574215 2936708208 874898465 3795696024 2623557352 1015629721 1639373311 3095491553 2912267300 985352127 3676318981 884443622 973908018 2078196551 3207642051 4054575374 1490837025 1546735037 629226371 1506532538 309428915 3181137772 1924487310 1367447868 3331625980 2564722363 1887943776 217713595 1431381134 3344450388 3703894983 3275329926 2951670223 2599038822 994939583 3665046208 410857981 3869326380 433838986 1348225559 2833259778 1879915329 585926825 2895631690 357152238 3187387148 3964250315 597766073 2819371304 202916709 3913139401 921289938 2260196721 592732700 2602605829 3883698799 715174646 3635878468 458623309 2726877703 1509805650 3429714558 1045470115 2016440047 3172502408 4229394068 3394042845 1868665412 2788578845 1922073713 1342262597 1932537521 4246250254 3313055702 1981143374 2066106757 602331943 2633011778 4253519372 2165180922 1892508075 1755601898 69325282 1126446879 1766185809 2849617283 312319649 3063446022 1252210331 336312512 4275580354 2543004370 2885393085 681531245 199745633 674101234 1405767261 2150677508 2441388859 2951434150 453052042 839998082 694198119 33121290 2833617144 3865038791 4194176521 2622991976 1063136989 2756013331 495634246 778716085 1733154370 2666311561 3050979902 2814756863 4127101471 423883484 967025751 360162425 3942397113 2768065531 1445221531 910298241 3058491867 684176362 234044674 4065052680 3395495556 765295703 2252202238 902928527 1656125600 2819609454 11451592 192339967 4277173770 3159012087 3878907849 1438179776 2223486136 2778675136 2697716987 754991268 3401482649 1313573987 3045045194 3963177114 827730530 2753309962 2662832020 4058780749 255 362436" option to reproduce the execution
0.19/0.24	c #vars 169
0.19/0.24	c #constraints 101
0.19/0.24	c BCD2: Hardening is enabled.
0.19/0.24	c BCD2: BiasedSearch is enabled.
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |      104      0 |        0 |        0
0.19/0.25	c  0.0s |       1 |      207 |      100 |      104      0 |        0 |        0
0.19/0.28	c  0.0s |       2 |      435 |      250 |      115      1 |        0 |        0
0.29/0.31	c  0.1s |       3 |      833 |      475 |      127      4 |        0 |        0
0.29/0.32	c  0.1s |       3 |      955 |      519 |      140      4 |        0 |        0
0.29/0.32	c #cpu_time = 0.078s
0.29/0.32	c #wall_clock_time = 0.078s
0.29/0.32	c #decision = 955
0.29/0.32	c #random_decision = 1
0.29/0.32	c #conflict = 519
0.29/0.32	c #restart = 3
0.29/0.32	o 653
0.29/0.32	c BCD2: updating upper bound: 1837 -> 652
0.29/0.32	c BCD2: 0 <= obj <= 652
0.29/0.32	c BCD2: #cores=0, #unrelaxed=42, #relaxed=0, #hardened=0
0.29/0.32	c BCD2: #sat=1 #unsat=1 bias=1/2
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |      140      0 |        0 |        0
0.29/0.34	c  0.0s |       1 |      184 |      100 |      140      1 |        0 |        0
0.29/0.36	c  0.0s |       2 |      430 |      250 |      140      2 |        0 |        0
0.39/0.40	c  0.1s |       3 |      793 |      475 |      154      4 |        0 |        0
0.39/0.46	c  0.1s |       4 |     1379 |      813 |      170      7 |        0 |        0
0.48/0.55	c  0.2s |       5 |     2152 |     1320 |      170     10 |        0 |        0
0.59/0.68	c  0.4s |       6 |     3277 |     2081 |      188     15 |        0 |        0
0.78/0.86	c  0.5s |       7 |     4984 |     3223 |      207     22 |        0 |        0
1.09/1.15	c  0.8s |       8 |     7483 |     4936 |      228     33 |        0 |        0
1.49/1.57	c  1.2s |       9 |    11381 |     7506 |      251     47 |        0 |        0
1.99/2.05	c  1.7s |      10 |    17057 |    11361 |      277     68 |        0 |        0
2.69/2.77	c  2.4s |      11 |    25851 |    17144 |      305     97 |        0 |        0
3.79/3.86	c  3.5s |      12 |    37914 |    25819 |      336    138 |        0 |        0
5.39/5.45	c  5.1s |      13 |    56857 |    38832 |      370    196 |        0 |        0
7.38/7.45	c  7.1s |      13 |    79979 |    54832 |      370    262 |        0 |        0
7.88/7.90	c  7.6s |      14 |    85182 |    58352 |      408    277 |        0 |        0
9.89/9.91	c  9.6s |      14 |   108102 |    74352 |      408    339 |        0 |        0
11.28/11.30	c 11.0s |      14 |   122497 |    84666 |      408    380 |        0 |        0
11.28/11.30	c #cpu_time = 10.983s
11.28/11.30	c #wall_clock_time = 10.982s
11.28/11.30	c #decision = 122497
11.28/11.30	c #random_decision = 329
11.28/11.30	c #conflict = 84666
11.28/11.30	c #restart = 14
11.28/11.30	c BCD2: found a new core of size 42: cost of the new core is >=1
11.28/11.30	c lower bound updated to 1
11.28/11.31	c BCD2: 1 <= obj <= 652
11.28/11.31	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
11.28/11.31	c BCD2: #sat=1 #unsat=2 bias=2/3
11.28/11.31	c Solving starts ...
11.28/11.31	c ============================[ Search Statistics ]============================
11.28/11.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.28/11.31	c       |         |          |          |    Limit     GC | Var      | Constra 
11.28/11.31	c =============================================================================
11.28/11.31	c  0.0s |       0 |        0 |        0 |      408      0 |        0 |        0
11.28/11.32	c  0.0s |       1 |      239 |      100 |      408      1 |        0 |        0
11.28/11.34	c  0.0s |       2 |      524 |      250 |      408      1 |        0 |        0
11.28/11.35	c  0.0s |       2 |      781 |      378 |      408      2 |        0 |        0
11.28/11.35	c #cpu_time = 0.048s
11.28/11.35	c #wall_clock_time = 0.048s
11.28/11.35	c #decision = 781
11.28/11.35	c #random_decision = 2
11.28/11.35	c #conflict = 378
11.28/11.35	c #restart = 2
11.28/11.35	o 438
11.28/11.35	c BCD2: updating upper bound: 652 -> 437
11.28/11.35	c BCD2: 1 <= obj <= 437
11.28/11.35	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
11.28/11.35	c BCD2: #sat=2 #unsat=2 bias=2/4
11.28/11.35	c Solving starts ...
11.28/11.35	c ============================[ Search Statistics ]============================
11.28/11.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.28/11.35	c       |         |          |          |    Limit     GC | Var      | Constra 
11.28/11.35	c =============================================================================
11.28/11.35	c  0.0s |       0 |        0 |        0 |      408      0 |        0 |        2
11.28/11.36	c  0.0s |       1 |      218 |      100 |      408      0 |        0 |        2
11.28/11.38	c  0.0s |       2 |      467 |      250 |      408      1 |        0 |        2
11.38/11.41	c  0.1s |       3 |      849 |      475 |      408      2 |        0 |        2
11.38/11.45	c  0.1s |       4 |     1450 |      813 |      408      3 |        0 |        2
11.48/11.52	c  0.2s |       5 |     2221 |     1320 |      408      6 |        0 |        2
11.48/11.59	c  0.2s |       5 |     3072 |     1899 |      449      8 |        0 |        2
11.48/11.59	c #cpu_time = 0.236s
11.48/11.59	c #wall_clock_time = 0.236s
11.48/11.59	c #decision = 3072
11.48/11.59	c #random_decision = 9
11.48/11.59	c #conflict = 1899
11.48/11.59	c #restart = 5
11.48/11.59	o 298
11.48/11.59	c BCD2: updating upper bound: 437 -> 297
11.48/11.59	c BCD2: 1 <= obj <= 297
11.48/11.59	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
11.48/11.59	c BCD2: #sat=3 #unsat=2 bias=2/5
11.48/11.59	c Solving starts ...
11.48/11.59	c ============================[ Search Statistics ]============================
11.48/11.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.48/11.59	c       |         |          |          |    Limit     GC | Var      | Constra 
11.48/11.59	c =============================================================================
11.48/11.59	c  0.0s |       0 |        0 |        0 |      449      0 |        0 |        4
11.58/11.60	c  0.0s |       1 |      177 |      100 |      449      0 |        0 |        4
11.58/11.62	c  0.0s |       2 |      429 |      250 |      449      1 |        0 |        4
11.58/11.65	c  0.1s |       3 |      797 |      475 |      449      2 |        0 |        4
11.68/11.70	c  0.1s |       4 |     1374 |      813 |      449      3 |        0 |        4
11.68/11.77	c  0.2s |       5 |     2299 |     1320 |      449      5 |        0 |        4
11.78/11.87	c  0.3s |       6 |     3692 |     2081 |      449      8 |        0 |        4
11.98/12.02	c  0.4s |       7 |     5754 |     3223 |      449     13 |        0 |        4
12.19/12.24	c  0.6s |       8 |     8640 |     4936 |      449     20 |        0 |        4
12.48/12.57	c  1.0s |       9 |    13059 |     7506 |      449     30 |        0 |        4
12.98/13.06	c  1.5s |      10 |    19597 |    11361 |      449     45 |        0 |        4
13.68/13.78	c  2.2s |      11 |    29541 |    17144 |      449     67 |        0 |        4
14.78/14.84	c  3.3s |      12 |    44007 |    25819 |      449    101 |        0 |        4
15.40/15.42	c  3.8s |      12 |    52055 |    30532 |      449    119 |        0 |        4
15.40/15.42	c #cpu_time = 3.826s
15.40/15.42	c #wall_clock_time = 3.826s
15.40/15.42	c #decision = 52055
15.40/15.42	c #random_decision = 152
15.40/15.42	c #conflict = 30532
15.40/15.42	c #restart = 12
15.40/15.42	o 97
15.40/15.42	c BCD2: hardening fixes 1 literals
15.40/15.42	c BCD2: updating upper bound: 297 -> 96
15.40/15.42	c BCD2: 1 <= obj <= 96
15.40/15.42	c BCD2: #cores=1, #unrelaxed=0, #relaxed=41, #hardened=1
15.40/15.42	c BCD2: #sat=4 #unsat=2 bias=2/6
15.40/15.42	c Solving starts ...
15.40/15.42	c ============================[ Search Statistics ]============================
15.40/15.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.40/15.42	c       |         |          |          |    Limit     GC | Var      | Constra 
15.40/15.42	c =============================================================================
15.40/15.42	c  0.0s |       0 |        0 |        0 |      449      0 |        1 |        6
15.40/15.43	c  0.0s |       1 |      193 |      100 |      449      0 |        1 |        6
15.40/15.45	c  0.0s |       2 |      435 |      250 |      449      1 |        1 |        6
15.40/15.47	c  0.1s |       3 |      850 |      475 |      449      2 |        1 |        6
15.50/15.51	c  0.1s |       4 |     1419 |      813 |      449      3 |        1 |        6
15.50/15.57	c  0.2s |       5 |     2180 |     1320 |      449      5 |        1 |        6
15.59/15.65	c  0.2s |       6 |     3622 |     2081 |      449      8 |        1 |        6
15.69/15.79	c  0.4s |       7 |     5507 |     3223 |      449     12 |        1 |        6
15.89/15.99	c  0.6s |       8 |     8373 |     4936 |      449     18 |        1 |        6
16.19/16.28	c  0.9s |       9 |    12881 |     7506 |      449     27 |        1 |        6
16.69/16.74	c  1.3s |      10 |    18611 |    11361 |      449     41 |        1 |        6
16.79/16.88	c  1.5s |      10 |    20351 |    12493 |      449     45 |        1 |        6
16.79/16.88	c #cpu_time = 1.466s
16.79/16.88	c #wall_clock_time = 1.466s
16.79/16.88	c #decision = 20351
16.79/16.88	c #random_decision = 57
16.79/16.88	c #conflict = 12493
16.79/16.88	c #restart = 10
16.79/16.88	o 19
16.79/16.88	c BCD2: hardening fixes 31 literals
16.79/16.88	c BCD2: updating upper bound: 96 -> 18
16.79/16.88	c BCD2: 1 <= obj <= 18
16.79/16.88	c BCD2: #cores=1, #unrelaxed=0, #relaxed=10, #hardened=32
16.79/16.88	c BCD2: #sat=5 #unsat=2 bias=2/7
16.79/16.88	c Solving starts ...
16.79/16.88	c ============================[ Search Statistics ]============================
16.79/16.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.79/16.88	c       |         |          |          |    Limit     GC | Var      | Constra 
16.79/16.88	c =============================================================================
16.79/16.88	c  0.0s |       0 |        0 |        0 |      449      0 |       32 |        8
16.79/16.90	c  0.0s |       1 |      157 |      100 |      449      0 |       32 |        8
16.89/16.91	c  0.0s |       2 |      349 |      250 |      494      1 |       32 |        8
16.89/16.94	c  0.1s |       3 |      730 |      475 |      494      2 |       32 |        8
16.89/16.97	c  0.1s |       4 |     1225 |      813 |      494      3 |       32 |        8
16.99/17.03	c  0.1s |       5 |     2032 |     1320 |      494      4 |       32 |        8
17.09/17.11	c  0.2s |       6 |     3210 |     2081 |      494      7 |       32 |        8
17.19/17.24	c  0.4s |       7 |     4903 |     3223 |      494     10 |       32 |        8
17.39/17.42	c  0.5s |       8 |     7467 |     4936 |      494     16 |       32 |        8
17.60/17.69	c  0.8s |       9 |    11615 |     7506 |      494     25 |       32 |        8
18.09/18.10	c  1.2s |      10 |    17207 |    11361 |      494     37 |       32 |        8
18.70/18.74	c  1.9s |      11 |    25701 |    17144 |      494     57 |       32 |        8
19.59/19.69	c  2.8s |      12 |    38463 |    25819 |      494     85 |       32 |        8
21.09/21.10	c  4.2s |      12 |    55687 |    37826 |      494    125 |       33 |       10
21.09/21.10	c #cpu_time = 4.216s
21.09/21.10	c #wall_clock_time = 4.216s
21.09/21.10	c #decision = 55687
21.09/21.10	c #random_decision = 134
21.09/21.10	c #conflict = 37826
21.09/21.10	c #restart = 12
21.09/21.10	c BCD2: updating lower bound of a core
21.09/21.10	c lower bound updated to 10
21.09/21.10	c BCD2: 10 <= obj <= 18
21.09/21.10	c BCD2: #cores=1, #unrelaxed=0, #relaxed=10, #hardened=32
21.09/21.10	c BCD2: #sat=5 #unsat=3 bias=3/8
21.09/21.10	c Solving starts ...
21.09/21.10	c ============================[ Search Statistics ]============================
21.09/21.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.10	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.10	c =============================================================================
21.09/21.10	c  0.0s |       0 |        0 |        0 |      494      0 |       33 |       10
21.09/21.11	c  0.0s |       1 |      151 |      100 |      494      0 |       33 |       10
21.09/21.13	c  0.0s |       2 |      422 |      250 |      494      1 |       33 |       10
21.09/21.15	c  0.1s |       3 |      727 |      475 |      494      2 |       33 |       10
21.09/21.19	c  0.1s |       4 |     1326 |      813 |      494      3 |       33 |       10
21.19/21.24	c  0.1s |       5 |     2106 |     1320 |      494      4 |       33 |       10
21.29/21.32	c  0.2s |       6 |     3380 |     2081 |      494      7 |       33 |       10
21.39/21.44	c  0.3s |       7 |     5435 |     3223 |      494     11 |       33 |       10
21.59/21.62	c  0.5s |       8 |     8015 |     4936 |      494     16 |       33 |       10
21.79/21.89	c  0.8s |       9 |    12348 |     7506 |      494     25 |       33 |       10
22.19/22.28	c  1.2s |      10 |    18217 |    11361 |      494     38 |       33 |       10
22.79/22.89	c  1.8s |      11 |    27281 |    17144 |      494     57 |       33 |       10
23.79/23.80	c  2.7s |      12 |    41241 |    25819 |      494     86 |       33 |       10
25.09/25.19	c  4.1s |      13 |    60927 |    38832 |      544    126 |       33 |       10
25.79/25.88	c  4.8s |      13 |    70087 |    44973 |      544    144 |       34 |       12
25.79/25.88	c #cpu_time = 4.784s
25.79/25.88	c #wall_clock_time = 4.784s
25.79/25.88	c #decision = 70087
25.79/25.88	c #random_decision = 157
25.79/25.88	c #conflict = 44973
25.79/25.88	c #restart = 13
25.79/25.88	c BCD2: updating lower bound of a core
25.79/25.88	c lower bound updated to 18
25.79/25.88	c BCD2: 18 <= obj <= 18
25.79/25.88	c BCD2: #cores=1, #unrelaxed=0, #relaxed=10, #hardened=32
25.79/25.88	c BCD2: #sat=5 #unsat=4 bias=4/9
25.79/25.88	c Solving starts ...
25.79/25.88	c ============================[ Search Statistics ]============================
25.79/25.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.79/25.88	c       |         |          |          |    Limit     GC | Var      | Constra 
25.79/25.88	c =============================================================================
25.79/25.88	c  0.0s |       0 |        0 |        0 |      544      0 |       34 |       12
25.79/25.90	c  0.0s |       1 |      157 |      100 |      544      0 |       34 |       12
25.89/25.91	c  0.0s |       2 |      383 |      250 |      544      1 |       34 |       12
25.89/25.94	c  0.1s |       3 |      694 |      475 |      544      2 |       34 |       12
25.89/25.98	c  0.1s |       4 |     1166 |      813 |      544      3 |       34 |       12
25.99/26.03	c  0.1s |       5 |     2038 |     1320 |      544      4 |       34 |       12
26.09/26.11	c  0.2s |       6 |     3255 |     2081 |      544      6 |       34 |       12
26.19/26.23	c  0.3s |       7 |     5007 |     3223 |      544     10 |       34 |       12
26.39/26.41	c  0.5s |       8 |     7720 |     4936 |      544     15 |       34 |       12
26.59/26.69	c  0.8s |       9 |    11583 |     7506 |      544     23 |       34 |       12
27.08/27.11	c  1.2s |      10 |    17302 |    11361 |      544     35 |       34 |       12
27.68/27.77	c  1.9s |      11 |    25694 |    17144 |      544     52 |       34 |       12
28.69/28.74	c  2.9s |      12 |    38821 |    25819 |      544     79 |       34 |       12
29.69/29.78	c  3.9s |      12 |    51496 |    34567 |      544    106 |       35 |       14
29.69/29.78	c #cpu_time = 3.899s
29.69/29.78	c #wall_clock_time = 3.899s
29.69/29.78	c #decision = 51496
29.69/29.78	c #random_decision = 113
29.69/29.78	c #conflict = 34567
29.69/29.78	c #restart = 12
29.69/29.78	c BCD2: updating lower bound of a core
29.69/29.78	c lower bound updated to 24
29.69/29.78	s OPTIMUM FOUND
29.69/29.78	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10
29.69/29.78	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
29.69/29.78	v -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30
29.69/29.78	v -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
29.69/29.78	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50
29.69/29.78	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60
29.69/29.78	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
29.69/29.78	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 x79 -x80
29.69/29.78	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
29.69/29.78	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
29.69/29.78	v -x101 -x102 x103 -x104 -x105 x106 -x107 -x108 -x109 -x110
29.69/29.78	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
29.69/29.78	v -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130
29.69/29.78	v -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140
29.69/29.78	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
29.69/29.78	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160
29.69/29.78	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
29.69/29.78	c total CPU time = 29.786s
29.69/29.78	c total wall clock time = 29.785s

Verifier Data

OK	19

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

pid=31787
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.27 2.00 3/179 31790
/proc/meminfo: memFree=29275980/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=783804 CPUtime=0 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 2936 0 0 0 0 0 0 0 20 0 4 0 36419048 802615296 2787 33554432000 4194304 16246674 140736869590368 140736869589792 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 196719 2797 441 2943 0 193613 0
[pid=31790/tid=31791] ppid=31787 vsize=802236 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 821489664 2857 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=806332 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 825683968 2876 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=810428 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419048 829878272 2892 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100154 s]
/proc/loadavg: 2.17 2.27 2.00 3/179 31790
/proc/meminfo: memFree=29275980/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 18462 0 0 0 7 2 0 0 20 0 4 0 36419048 1247350784 18305 33554432000 4194304 16246674 140736869590368 140736869589792 6142966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 304529 18309 618 2943 0 301423 0
[pid=31790/tid=31791] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 18317 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 18324 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 18325 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200518 s]
/proc/loadavg: 2.17 2.27 2.00 3/179 31790
/proc/meminfo: memFree=29275980/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 26321 0 0 0 16 3 0 0 20 0 4 0 36419048 1247350784 26164 33554432000 4194304 16246674 140736869590368 140736869589792 6197529 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 304529 26169 618 2943 0 301423 0
[pid=31790/tid=31791] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 26174 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 26174 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 26179 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300495 s]
/proc/loadavg: 2.17 2.27 2.00 3/179 31790
/proc/meminfo: memFree=29275980/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 36819 0 0 0 25 4 0 0 20 0 4 0 36419048 1247350784 36656 33554432000 4194304 16246674 140736869590368 140736869572288 6021055 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 304529 36659 792 2943 0 301423 0
[pid=31790/tid=31791] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 36661 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 36665 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 36669 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700396 s]
/proc/loadavg: 2.17 2.27 2.00 3/179 31790
/proc/meminfo: memFree=29275980/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 103940 0 0 0 56 13 0 0 20 0 4 0 36419048 1247350784 103777 33554432000 4194304 16246674 140736869590368 140736869572288 13759916 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 304529 103789 813 2943 0 301423 0
[pid=31790/tid=31791] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 103798 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 103803 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 103809 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.17 2.27 2.00 5/183 31794
/proc/meminfo: memFree=28579456/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 245310 0 0 0 116 33 0 0 20 0 4 0 36419048 1247350784 245146 33554432000 4194304 16246674 140736869590368 140736869573368 5667979 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 304529 245153 813 2943 0 301423 0
[pid=31790/tid=31791] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 245155 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 245162 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419048 1247350784 245174 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10042 s]
/proc/loadavg: 2.17 2.27 2.00 3/183 31843
/proc/meminfo: memFree=29316208/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 267317 0 0 0 274 35 0 0 20 0 4 0 36419048 1336479744 267131 33554432000 4194304 16246674 140736869590368 140736869572288 12415754 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 326289 267131 871 2943 0 323183 0
[pid=31790/tid=31791] ppid=31787 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1336479744 267131 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1336479744 267131 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419048 1336479744 267131 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30043 s]
/proc/loadavg: 2.16 2.26 2.00 4/183 31843
/proc/meminfo: memFree=28211032/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 267579 0 0 0 594 35 0 0 20 0 4 0 36419048 1337528320 267393 33554432000 4194304 16246674 140736869590368 140736869572288 5600376 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 326545 267393 873 2943 0 323439 0
[pid=31790/tid=31791] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267393 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267393 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267393 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.14 2.26 2.00 4/183 31843
/proc/meminfo: memFree=28210756/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 267590 0 0 0 1233 35 0 0 20 0 4 0 36419048 1337528320 267404 33554432000 4194304 16246674 140736869590368 140736869572288 5600326 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 326545 267404 882 2943 0 323439 0
[pid=31790/tid=31791] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267404 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267404 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267404 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.18 2.26 2.00 4/183 31892
/proc/meminfo: memFree=28211972/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 267592 0 0 0 2513 36 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140736869572288 5708125 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 326545 267406 883 2943 0 323439 0
[pid=31790/tid=31791] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.18 2.26 2.00 4/183 31892
/proc/meminfo: memFree=28211972/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1306180 CPUtime=25.59 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 267592 0 0 0 2523 36 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140736869572288 5661374 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 326545 267406 883 2943 0 323439 0
[pid=31790/tid=31791] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+27.2004 s]
/proc/loadavg: 2.18 2.26 2.00 4/183 31892
/proc/meminfo: memFree=28211848/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1306180 CPUtime=27.18 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 267592 0 0 0 2682 36 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140736869572288 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 326545 267406 883 2943 0 323439 0
[pid=31790/tid=31791] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 27.18
Current children cumulated vsize (KiB) 1306180

[startup+28.8004 s]
/proc/loadavg: 2.24 2.27 2.01 3/183 31892
/proc/meminfo: memFree=28211476/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1306180 CPUtime=28.78 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 267592 0 0 0 2842 36 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140736869572288 5600232 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 326545 267406 883 2943 0 323439 0
[pid=31790/tid=31791] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267406 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 28.78
Current children cumulated vsize (KiB) 1306180

[startup+29.6004 s]
/proc/loadavg: 2.24 2.27 2.01 3/183 31892
/proc/meminfo: memFree=28211476/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=1306180 CPUtime=29.58 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202496 267595 0 0 0 2922 36 0 0 20 0 4 0 36419048 1337528320 267409 33554432000 4194304 16246674 140736869590368 140736869572288 13780628 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 326545 267409 883 2943 0 323439 0
[pid=31790/tid=31791] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31791/stat : 31791 (toysat) S 31787 31790 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267409 33554432000 4194304 16246674 140736869590368 140297437687024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31790/tid=31792] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31792/stat : 31792 (toysat) S 31787 31790 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267409 33554432000 4194304 16246674 140736869590368 140297427197168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31790/tid=31793] ppid=31787 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31790/task/31793/stat : 31793 (toysat) S 31787 31790 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419048 1337528320 267409 33554432000 4194304 16246674 140736869590368 140297416723632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 29.58
Current children cumulated vsize (KiB) 1306180

[startup+29.8074 s]
/proc/loadavg: 2.24 2.27 2.01 3/183 31892
/proc/meminfo: memFree=28211600/32872528 swapFree=1370848/1518016
[pid=31790] ppid=31787 vsize=0 CPUtime=29.79 cores=1,3,5,7
/proc/31790/stat : 31790 (toysat) R 31787 31790 31304 0 -1 4202500 267600 0 0 0 2941 38 0 0 20 0 1 0 36419048 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31790/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 29.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 29.848
CPU time (s): 29.8435
CPU user time (s): 29.4165
CPU system time (s): 0.426935
CPU usage (%): 99.9849
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.4165
system time used= 0.426935
maximum resident set size= 1069652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267600
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= 18
involuntary context switches= 31

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069989 second user time and 0.13098 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:42:06
IDJOB=4109414
IDBENCH=78802
IDSOLVER=2553
FILE ID=node129/4109414-1466343726
RUNJOBID= node129-1466341815-31321
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.1111226368--soft-66-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-4109414-1466343726/watcher-4109414-1466343726 -o /tmp/evaluation-result-4109414-1466343726/solver-4109414-1466343726 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466341815-31321 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109414-1466343726.wbo

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

MD5SUM BENCH= cd14c84645c681c9a9ce76500d94ff11
RANDOM SEED=1667155791

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:        29276524 kB
Buffers:           87236 kB
Cached:           177836 kB
SwapCached:         1804 kB
Active:          1203624 kB
Inactive:         136236 kB
Active(anon):    1074428 kB
Inactive(anon):     2732 kB
Active(file):     129196 kB
Inactive(file):   133504 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             32816 kB
Writeback:             0 kB
AnonPages:       2616812 kB
Mapped:            10824 kB
Shmem:                 0 kB
Slab:             602332 kB
SReclaimable:      46160 kB
SUnreclaim:       556172 kB
KernelStack:        1520 kB
PageTables:         9132 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:    176128 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:42:36